Skip to content

Commit

Permalink
Symfony 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Dumazeau committed Feb 17, 2024
1 parent 3fcc0f5 commit b64fc37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"description": "A set of classes and tools to quickly build a bundle",
"require": {
"php": ">=7.1",
"symfony/http-kernel": "^3.0 || ^4.0 || ^5.0",
"symfony/config": "^3.0 || ^4.0 || ^5.0",
"symfony/dependency-injection": "^3.0 || ^4.0 || ^5.0"
"symfony/http-kernel": "^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/config": "^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/dependency-injection": "^3.0 || ^4.0 || ^5.0 || ^6.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit b64fc37

Please sign in to comment.