Skip to content

Commit

Permalink
allow Symfony 7 (#52)
Browse files Browse the repository at this point in the history
plus removes unmaintained versions of dependencies.
  • Loading branch information
tacman authored Sep 6, 2024
1 parent f477eee commit c755984
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 @@ -13,13 +13,13 @@
],
"minimum-stability": "stable",
"require": {
"php": ">=8.0.2",
"symfony/dependency-injection": "^6.0",
"symfony/http-kernel": "^6.0",
"symfony/config": "^6.0",
"symfony/templating": "^6.0",
"twig/twig": "~1.34|~2.0|~3.0",
"symfony/yaml": "^6.0"
"php": "^8.1",
"symfony/dependency-injection": "^6.4||7.0",
"symfony/http-kernel": "^6.4||7.0",
"symfony/config": "^6.4||7.0",
"symfony/templating": "^6.4||7.0",
"twig/twig": "^2.0||^3.0",
"symfony/yaml": "^6.4||7.0"
},
"require-dev": {
"phpunit/phpunit": "^9"
Expand Down

0 comments on commit c755984

Please sign in to comment.