Skip to content

Commit d1106c5

Browse files
Allow PHP 8
1 parent ddab15a commit d1106c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"license": "MIT",
2222
"require": {
23-
"php": "^7.4",
23+
"php": "^7.4 || ^8.0",
2424
"ext-json": "*",
2525
"sylius/sylius": "~1.8.0 || ~1.9.0 || ~1.10.0"
2626
},

0 commit comments

Comments
 (0)