Skip to content

Commit

Permalink
Make Twig & Symfony Routing hard requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
stloyd committed Feb 23, 2024
1 parent a23fdb2 commit a68467f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@
"symfony/security-bundle": "^5.4 || ^6.3 || ^7.0",
"symfony/options-resolver": "^5.4 || ^6.3 || ^7.0",
"symfony/form": "^5.4 || ^6.3 || ^7.0",
"symfony/http-client": "^5.4 || ^6.3 || ^7.0"
"symfony/http-client": "^5.4 || ^6.3 || ^7.0",
"symfony/routing": "^5.4 || ^6.3 || ^7.0",
"symfony/twig-bundle": "^5.4 || ^6.3 || ^7.0"
},

"require-dev": {
Expand All @@ -110,7 +112,6 @@
"symfony/phpunit-bridge": "^5.4 || ^6.3 || ^7.0",
"symfony/property-access": "^5.4 || ^6.3 || ^7.0",
"symfony/validator": "^5.4 || ^6.3 || ^7.0",
"symfony/twig-bundle": "^5.4 || ^6.3 || ^7.0",
"symfony/stopwatch": "^5.4 || ^6.3 || ^7.0",
"symfony/translation": "^5.4 || ^6.3 || ^7.0",
"symfony/yaml": "^5.4 || ^6.3 || ^7.0",
Expand Down

0 comments on commit a68467f

Please sign in to comment.