Skip to content

Commit

Permalink
Drop support for Symfony 6.0 and 6.1 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaicher authored Jun 13, 2023
1 parent 48a40c2 commit 0136d5a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
],
"require": {
"php": "^7.2 || ^8.0",
"symfony/framework-bundle": "^5.4 || ^6.0",
"symfony/twig-bundle": "^5.4 || ^6.0",
"symfony/framework-bundle": "^5.4 || ^6.2",
"symfony/twig-bundle": "^5.4 || ^6.2",
"twig/twig": "^1.35 || ^2.4.4 || ^3.0"
},
"require-dev": {
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.5",
"phpstan/phpstan-symfony": "^1.0",
"phpunit/phpunit": "^8.5 || ^9.5",
"symfony/browser-kit": "^5.4 || ^6.0",
"symfony/css-selector": "^5.4 || ^6.0",
"symfony/expression-language": "^5.4 || ^6.0",
"symfony/phpunit-bridge": "^5.4 || ^6.0",
"symfony/security-bundle": "^5.4 || ^6.0",
"symfony/yaml": "5.4 || ^6.0"
"symfony/browser-kit": "^5.4 || ^6.2",
"symfony/css-selector": "^5.4 || ^6.2",
"symfony/expression-language": "^5.4 || ^6.2",
"symfony/phpunit-bridge": "^5.4 || ^6.2",
"symfony/security-bundle": "^5.4 || ^6.2",
"symfony/yaml": "5.4 || ^6.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0136d5a

Please sign in to comment.