1
0
mirror of synced 2025-02-09 00:39:25 +03:00

Merge pull request #1310 from nicolas-grekas/patch-1

Allow symfony 3.0 components
This commit is contained in:
Marco Pivetta 2015-11-04 23:23:06 -05:00
commit 06c194310a

View File

@ -20,10 +20,10 @@
"doctrine/instantiator": "~1.0.1",
"doctrine/common": ">=2.5-dev,<2.6-dev",
"doctrine/cache": "~1.4",
"symfony/console": "~2.5"
"symfony/console": "~2.5|~3.0"
},
"require-dev": {
"symfony/yaml": "~2.1",
"symfony/yaml": "~2.3|~3.0",
"phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "dev-master"
},