Skip to content

Commit

Permalink
Fixed symfony/templating in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pfilsx committed Oct 15, 2019
1 parent 4a61282 commit a223d06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"symfony/http-kernel": "^4.0",
"symfony/routing": "^4.0",
"symfony/asset": "^4.0",
"symfony/yaml": "^4.0"
"symfony/yaml": "^4.0",
"symfony/templating": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
Expand Down

0 comments on commit a223d06

Please sign in to comment.