Skip to content

Commit

Permalink
Allow Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Oct 13, 2023
1 parent f262a05 commit 54ae3c4
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 @@ -13,17 +13,17 @@
"php": ">= 8.1",
"composer-runtime-api": "^2.1",
"fortawesome/font-awesome": "^6.3",
"symfony/dependency-injection": "^6.2",
"symfony/http-kernel": "^6.2",
"symfony/dependency-injection": "^6.2 || ^7",
"symfony/http-kernel": "^6.2 || ^7",
"twig/twig": "^3.5"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.15.1",
"phpstan/phpstan": "^1.10.7",
"phpunit/phpunit": "^10.0.16",
"symfony/filesystem": "^6.2",
"symfony/framework-bundle": "^6.2",
"symfony/twig-bundle": "^6.2"
"symfony/filesystem": "^6.2 || ^7",
"symfony/framework-bundle": "^6.2 || ^7",
"symfony/twig-bundle": "^6.2 || ^7"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 54ae3c4

Please sign in to comment.