Skip to content

Commit

Permalink
Support for Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
lruozzi9 authored Dec 5, 2023
1 parent aa29fd8 commit af1e274
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 @@ -14,18 +14,18 @@
],
"require": {
"php": "^7.1 | ^8.0",
"symfony/config": "^3.4|^4.0|^5.0|^6.0",
"symfony/console": "^3.4|^4.0|^5.0|^6.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0|^6.0",
"symfony/event-dispatcher": "^3.4|^4.0|^5.0|^6.0",
"symfony/http-kernel": "^3.4|^4.0|^5.0|^6.0"
"symfony/config": "^3.4|^4.0|^5.0|^6.0|^7.0",
"symfony/console": "^3.4|^4.0|^5.0|^6.0|^7.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0|^6.0|^7.0",
"symfony/event-dispatcher": "^3.4|^4.0|^5.0|^6.0|^7.0",
"symfony/http-kernel": "^3.4|^4.0|^5.0|^6.0|^7.0"
},
"require-dev": {
"matthiasnoback/symfony-dependency-injection-test": "^3.1|^4.0",
"symfony/framework-bundle": "^3.4|^4.0|^5.0|^6.0",
"symfony/phpunit-bridge": "^5.3",
"symfony/framework-bundle": "^3.4|^4.0|^5.0|^6.0|^7.0",
"symfony/phpunit-bridge": "^5.3|^6.0|^7.0",
"symfony/debug": ">3.4.21",
"twig/twig": "^1.32|^2.4",
"twig/twig": "^1.32|^2.4|^3.0",
"symfony/monolog-bundle": "^3.2"
},
"conflict": {
Expand Down

0 comments on commit af1e274

Please sign in to comment.