Skip to content

Commit

Permalink
feat(requirements): add php ^8.0 requirement to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
j0r1s authored and stefandoorn committed Dec 12, 2021
1 parent 9fde2d7 commit d2e2259
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 @@ -5,7 +5,7 @@
"description": "SEO URLs for Sylius",
"license": "MIT",
"require": {
"php": "^7.2",
"php": "^7.2 || ^8.0",

"sylius/sylius": "^1.3"
},
Expand Down

0 comments on commit d2e2259

Please sign in to comment.