Skip to content

Commit

Permalink
Add symfony/web-profiler-bundle and symfony/twig-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
andytson-inviqa committed Feb 29, 2024
1 parent aee2aaa commit 56f6d68
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/symfony/application/skeleton/composer.json.twig
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
"symfony/framework-bundle": "~7.0",
"symfony/runtime": "~7.0",
"symfony/translation": "~7.0",
"symfony/yaml": "~7.0"
"symfony/twig-bundle": "^7.0",
"symfony/yaml": "~7.0",
"twig/extra-bundle": "^3.0",
"twig/twig": "^3.0"
},
"require-dev": {
"behat/behat": "^3.14",
Expand All @@ -31,7 +34,9 @@
"slevomat/coding-standard": "^8.0",
"squizlabs/php_codesniffer": "^3.9",
"symfony/http-client": "^7.0",
"symfony/phpunit-bridge": "^7.0"
"symfony/phpunit-bridge": "^7.0",
"symfony/stopwatch": "^7.0",
"symfony/web-profiler-bundle": "^7.0"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 56f6d68

Please sign in to comment.