mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 19:06:40 +00:00
minor #2663 Remove dev deps in composer.json (fabpot)
This PR was merged into the 1.x branch.
Discussion
----------
Remove dev deps in composer.json
Commits
-------
64349bcf removed dev deps in composer.json
This commit is contained in:
+2
-2
@@ -30,8 +30,8 @@
|
||||
"php": ">=5.3.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"symfony/phpunit-bridge": "~3.3@dev",
|
||||
"symfony/debug": "~2.7",
|
||||
"symfony/phpunit-bridge": "^3.3",
|
||||
"symfony/debug": "^2.7",
|
||||
"psr/container": "^1.0"
|
||||
},
|
||||
"autoload": {
|
||||
|
||||
Reference in New Issue
Block a user