Skip to content

Commit

Permalink
Add support of Symfony 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ndousson committed Mar 20, 2024
1 parent 05362a2 commit 3c5c83b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"prefer-stable": true,
"require": {
"php": "^8.1.0",
"symfony/console": "^6.2"
"symfony/console": "^6.2|^7.0"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.5",
"friendsofphp/php-cs-fixer": "^3.1",
"symfony/browser-kit": "^6.2",
"symfony/framework-bundle": "^6.2",
"symfony/yaml": "^6.2",
"symfony/messenger": "^6.2"
"symfony/browser-kit": "^6.2|^7.0",
"symfony/framework-bundle": "^6.2|^7.0",
"symfony/yaml": "^6.2|^7.0",
"symfony/messenger": "^6.2|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3c5c83b

Please sign in to comment.