Skip to content

Commit

Permalink
Merge pull request #28 from Setono/php8
Browse files Browse the repository at this point in the history
Allowed: PHP 8.0
  • Loading branch information
loevgaard authored Jan 20, 2022
2 parents 89a5062 + 4158c25 commit e9e269b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
],
"license": "MIT",
"require": {
"php": "^7.3",
"php": ">=7.4",
"sylius/sylius": "^1.3",
"symfony/config": "^4.4 || 5.0",
"symfony/config": "^4.4 || ^5.0",
"thecodingmachine/safe": "^1.1"
},
"require-dev": {
"phpspec/phpspec": "^6.1",
"roave/security-advisories": "dev-master",
"roave/security-advisories": "dev-latest",
"setono/code-quality-pack": "^1.4.1",
"setono/sylius-behat-pack": "^0.1",
"symfony/debug-bundle": "^4.4 || ^5.0",
Expand Down

0 comments on commit e9e269b

Please sign in to comment.