Merge pull request #588 from flightphp/simplified-version-constraint

Simplified php version constraint
pull/591/head
n0nag0n 9 months ago committed by GitHub
commit f6da4c4435
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -23,7 +23,7 @@
} }
], ],
"require": { "require": {
"php": "^7.4|^8.0|^8.1|^8.2|^8.3", "php": ">=7.4",
"ext-json": "*" "ext-json": "*"
}, },
"autoload": { "autoload": {

Loading…
Cancel
Save