Issue #3363440 by larowlan: Fix PHP constraint in composer.json
... | ... | @@ -18,7 +18,7 @@ |
"drupal/core": "^9 || ^10", | ||
"drupal/entity": "^1.0", | ||
"softcreatr/jsonpath": "^0.7 || ^0.8", | ||
"php": ">8.1" | ||
"php": ">=8.1" | ||
}, | ||
"require-dev": { | ||
"elasticsearch/elasticsearch": "^7" | ||
... | ... |
Please register or sign in to comment