Skip to content

Commit

Permalink
Merge pull request #135 from olegpro/patch-1
Browse files Browse the repository at this point in the history
Support Symfony 7
  • Loading branch information
frankdejonge authored Dec 9, 2023
2 parents 2ff6350 + 7d6a187 commit fc64848
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"league/tactician": "^1.0",
"league/tactician-logger": "^0.10|^0.11",
"league/tactician-container": "^2.0|^3.0",
"symfony/config": "^3.4|^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^3.4|^4.4|^5.0|^6.0",
"symfony/http-kernel": "^3.4|^4.4|^5.0|^6.0",
"symfony/yaml": "^3.4|^4.4|^5.0|^6.0"
"symfony/config": "^3.4|^4.4|^5.0|^6.0|^7.0",
"symfony/dependency-injection": "^3.4|^4.4|^5.0|^6.0|^7.0",
"symfony/http-kernel": "^3.4|^4.4|^5.0|^6.0|^7.0",
"symfony/yaml": "^3.4|^4.4|^5.0|^6.0|^7.0"
},
"suggest": {
"symfony/console": "For debugging command-to-handler routing using the tactician:debug console command",
Expand All @@ -62,11 +62,11 @@
"require-dev": {
"phpunit/phpunit": "~8.5",
"mockery/mockery": "~1.0",
"symfony/console": "^3.4|^4.4|^5.0|^6.0",
"symfony/security-core": "^3.4|^4.4|^5.0|^6.0",
"symfony/validator": "^3.4|^4.4|^5.0|^6.0",
"symfony/framework-bundle": "^3.4.31|^4.4|^5.0|^6.0",
"symfony/security-bundle": "^3.4|^4.4|^5.0|^6.0",
"symfony/console": "^3.4|^4.4|^5.0|^6.0|^7.0",
"symfony/security-core": "^3.4|^4.4|^5.0|^6.0|^7.0",
"symfony/validator": "^3.4|^4.4|^5.0|^6.0|^7.0",
"symfony/framework-bundle": "^3.4.31|^4.4|^5.0|^6.0|^7.0",
"symfony/security-bundle": "^3.4|^4.4|^5.0|^6.0|^7.0",
"matthiasnoback/symfony-config-test": "^4.2.1",
"matthiasnoback/symfony-dependency-injection-test": "^4.2.1",
"phpspec/prophecy": "^1.18"
Expand Down

0 comments on commit fc64848

Please sign in to comment.