Skip to content

Commit

Permalink
Drop old versions (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored Dec 7, 2024
1 parent cc4be48 commit e52e2ee
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
],
"homepage": "https://docs.sonata-project.org/projects/twig-extensions",
"require": {
"php": "^8.0",
"symfony/config": "^5.4 || ^6.2 || ^7.0",
"symfony/twig-bridge": "^5.4 || ^6.2 || ^7.0",
"php": "^8.1",
"symfony/config": "^6.4 || ^7.1",
"symfony/twig-bridge": "^6.4 || ^7.1",
"twig/twig": "^3.0"
},
"require-dev": {
Expand All @@ -39,14 +39,14 @@
"psalm/plugin-phpunit": "^0.18",
"psalm/plugin-symfony": "^5.0",
"rector/rector": "^1.1",
"symfony/browser-kit": "^5.4 || ^6.2 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.2 || ^7.0",
"symfony/framework-bundle": "^5.4 || ^6.2 || ^7.0",
"symfony/http-foundation": "^5.4 || ^6.2 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.2 || ^7.0",
"symfony/phpunit-bridge": "^6.2 || ^7.0",
"symfony/translation": "^5.4 || ^6.2 || ^7.0",
"symfony/twig-bundle": "^5.4 || ^6.2 || ^7.0",
"symfony/browser-kit": "^6.4 || ^7.1",
"symfony/dependency-injection": "^6.4 || ^7.1",
"symfony/framework-bundle": "^6.4 || ^7.1",
"symfony/http-foundation": "^6.4 || ^7.1",
"symfony/http-kernel": "^6.4 || ^7.1",
"symfony/phpunit-bridge": "^6.4 || ^7.1",
"symfony/translation": "^6.4 || ^7.1",
"symfony/twig-bundle": "^6.4 || ^7.1",
"vimeo/psalm": "^5.0"
},
"minimum-stability": "dev",
Expand Down

0 comments on commit e52e2ee

Please sign in to comment.