Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Make symfony/templating required for regular install, not just dev
Browse files Browse the repository at this point in the history
In Symfony 4, it won't come in with the framework bundle (see discussion on #82 (comment))
  • Loading branch information
Sam Partington committed Mar 1, 2018
1 parent bbfe492 commit 05c6d1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.0|~3.0|^4.0"
"symfony/framework-bundle": "~2.0|~3.0|^4.0",
"symfony/templating": "^3.4|^4.0"
},
"require-dev": {
"phpunit/phpunit": "^6.4",
"symfony/templating": "^3.4|^4.0",
"symfony/browser-kit": "~2.7|~3.0|^4.0"
},
"autoload": {
Expand Down

0 comments on commit 05c6d1c

Please sign in to comment.