Skip to content

Commit

Permalink
Drop PHP 8.0 support (unsupported by PHP) (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandoorn authored Dec 18, 2024
1 parent 0d4270e commit b8dfe61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"twig/twig": "<2.9"
},
"require": {
"php": "^7.4 || ^8.0",
"php": "^7.4 || ^8.1",
"sylius/sylius": "~1.9.0 || ~1.10.0 || ~1.11.0 || ~1.12.0 || ~1.13.0 || ~1.14.0"
},
"require-dev": {
Expand Down

0 comments on commit b8dfe61

Please sign in to comment.