Skip to content

Commit

Permalink
support symfony 6
Browse files Browse the repository at this point in the history
  • Loading branch information
mykiwi committed Nov 8, 2023
1 parent 90e7164 commit bbd36d1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"cache/void-adapter": "^1.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"symfony/config": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1 || ^5.0",
"symfony/dependency-injection": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1 || ^5.0",
"symfony/event-dispatcher": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1 || ^5.0",
"symfony/http-foundation": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1 || ^5.0",
"symfony/http-kernel": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1 || ^5.0"
"symfony/config": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1 || ^5.0 || ^6.0",
"symfony/dependency-injection": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1 || ^5.0 || ^6.0",
"symfony/event-dispatcher": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1 || ^5.0 || ^6.0",
"symfony/http-foundation": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1 || ^5.0 || ^6.0",
"symfony/http-kernel": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1 || ^5.0 || ^6.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5.4 || ^8.5",
"symfony/framework-bundle": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1 || ^5.0",
"symfony/browser-kit": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1 || ^5.0",
"symfony/framework-bundle": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1 || ^5.0 || ^6.0",
"symfony/browser-kit": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1 || ^5.0 || ^6.0",
"nyholm/symfony-bundle-test": "^1.4"
},
"suggest": {
Expand Down

0 comments on commit bbd36d1

Please sign in to comment.