Skip to content

Commit

Permalink
build: allow symfony 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemorroj committed Dec 22, 2023
1 parent 863cd0d commit 8bc31c0
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 @@ -11,12 +11,12 @@
],
"require": {
"php": ">=8.0.2",
"symfony/config": "^5.4||^6.0",
"symfony/yaml": "^5.4||^6.0"
"symfony/config": "^5.4||^6.0||^7.0",
"symfony/yaml": "^5.4||^6.0||^7.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"friendsofphp/php-cs-fixer": "^3.0"
"friendsofphp/php-cs-fixer": "^3.41"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8bc31c0

Please sign in to comment.