Skip to content

Commit

Permalink
[63] add support for Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
lukadschaak authored and jdreesen committed Mar 1, 2024
1 parent 794c704 commit dfaee6f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
},
"require": {
"php": "^8.0",
"symfony/config": "^5.4 || ^6.2",
"symfony/dependency-injection": "^5.4 || ^6.2",
"symfony/framework-bundle": "^5.4 || ^6.2",
"symfony/http-kernel": "^5.4 || ^6.2",
"symfony/property-access": "^5.4 || ^6.2"
"symfony/config": "^5.4 || ^6.2 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.2 || ^7.0",
"symfony/framework-bundle": "^5.4 || ^6.2 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.2 || ^7.0",
"symfony/property-access": "^5.4 || ^6.2 || ^7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^v3.11",
Expand All @@ -40,10 +40,10 @@
"phpstan/phpstan-symfony": "^1.2",
"phpunit/phpunit": "^9.5",
"qossmic/deptrac-shim": "^0.24 || ^1.0",
"symfony/filesystem": "^5.4 || ^6.2",
"symfony/phpunit-bridge": "^5.4 || ^6.2",
"symfony/filesystem": "^5.4 || ^6.2 || ^7.0",
"symfony/phpunit-bridge": "^5.4 || ^6.2 || ^7.0",
"symfony/test-pack": "^1.0",
"symfony/yaml": "^5.4 || ^6.2"
"symfony/yaml": "^5.4 || ^6.2 || ^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit dfaee6f

Please sign in to comment.