Skip to content

Commit 2cab6d9

Browse files
committed
Allow PHP 7.4
1 parent a19e2b8 commit 2cab6d9

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44
"license": "MIT",
55
"type": "library",
66
"require": {
7-
"php": ">=8.1",
8-
"ergebnis/composer-normalize": "^2.31",
9-
"rector/rector": "^0.16",
10-
"slevomat/coding-standard": "^8.12.1",
11-
"sylius-labs/coding-standard": "^4.3.1",
12-
"vimeo/psalm": "^5.12"
7+
"php": ">=7.4",
8+
"ergebnis/composer-normalize": "^2.28",
9+
"rector/rector": "^0.18.6",
10+
"sylius-labs/coding-standard": "^4.1.1",
11+
"vimeo/psalm": "^5.15"
1312
},
1413
"config": {
1514
"allow-plugins": {

0 commit comments

Comments
 (0)