1
0
mirror of synced 2025-02-02 13:31:45 +03:00

Allow symfony 3.0 components

Tests should tell if any deprecated interfaces of Symfony are used. If not, then the bundle is defacto compatible with 3.0
This commit is contained in:
Nicolas Grekas 2015-02-22 20:13:44 +01:00
parent 2d1bc78749
commit 16802d2614

View File

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