Skip to content

Commit

Permalink
Drop unsupported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanlaak authored Apr 4, 2023
1 parent 6ec74cf commit 2377dc7
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"license": "MIT",
"require": {
"php": ">=7.2",
"symfony/framework-bundle": "^4.0|^5.0|^6.0",
"twig/twig": "^1.41|^2.7|^3.0",
"symfony/framework-bundle": "^4.4|^5.0|^6.0",
"twig/twig": "^2.15|^3.0",
"symfony/deprecation-contracts": "^2.4|^3.0"
},
"scripts": {
Expand All @@ -27,11 +27,7 @@
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
"doctrine/doctrine-bundle": "^v1.0|^v2.0",
"doctrine/annotations": "^v1.7",
"symfony/twig-bundle": "^3.4|^4.0|^5.0|^6.0",
"twig/twig": "^v2.15|^v3.0"
},
"conflict": {
"symfony/framework-bundle": "<3.4.26 || >4 <4.1.12 || >4.2 <4.2.7"
"symfony/twig-bundle": "^3.4|^4.0|^5.0|^6.0"
},
"autoload-dev": {
"psr-4": { "APY\\BreadcrumbTrailBundle\\": "tests/" }
Expand Down

0 comments on commit 2377dc7

Please sign in to comment.