Skip to content

Commit

Permalink
Allow PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Nov 8, 2023
1 parent a19e2b8 commit 2cab6d9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions composer.json
Expand Up @@ -4,12 +4,11 @@
"license": "MIT",
"type": "library",
"require": {
"php": ">=8.1",
"ergebnis/composer-normalize": "^2.31",
"rector/rector": "^0.16",
"slevomat/coding-standard": "^8.12.1",
"sylius-labs/coding-standard": "^4.3.1",
"vimeo/psalm": "^5.12"
"php": ">=7.4",
"ergebnis/composer-normalize": "^2.28",
"rector/rector": "^0.18.6",
"sylius-labs/coding-standard": "^4.1.1",
"vimeo/psalm": "^5.15"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 2cab6d9

Please sign in to comment.