Skip to content

Commit

Permalink
Add Symfony 7 constraint to composer
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException committed Oct 22, 2023
1 parent 15a7158 commit 0e17e7b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"php": "^8.1",
"senseexception/intl-format": "^2.3",
"senseexception/intl-sort": "^2.0",
"symfony/http-kernel": "^5.4 || ^6.0",
"symfony/http-foundation": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
"symfony/config": "^5.4 || ^6.0",
"symfony/twig-bundle": "^5.4 || ^6.0"
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
"symfony/http-foundation": "^5.4 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
"symfony/config": "^5.4 || ^6.0 || ^7.0",
"symfony/twig-bundle": "^5.4 || ^6.0 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
Expand All @@ -28,7 +28,6 @@
"infection/infection": "^0.27",
"vimeo/psalm": "^5.15",
"psalm/plugin-phpunit": "^0.18.4",
"psalm/plugin-symfony": "^5.0",
"doctrine/coding-standard": "^12.0",
"squizlabs/php_codesniffer": "^3.7"
},
Expand Down

0 comments on commit 0e17e7b

Please sign in to comment.