Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
javihgil committed Apr 5, 2024
1 parent 211e1db commit c46c4a3
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,9 +11,9 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "3.51.*",
"phpstan/phpstan": "^1.10",
"symfony/console": "^5.4|^6.0",
"symfony/framework-bundle": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0"
"symfony/console": "^5.4|^6.0|^7.0",
"symfony/framework-bundle": "^5.4|^6.0|^7.0",
"symfony/http-kernel": "^5.4|^6.0|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c46c4a3

Please sign in to comment.