Fix the FrameworkBundle dependencies

Due to the new ClassCacheCacheWarmer, the ClassLoader component is now a
required dependency of the bundle.
This commit is contained in:
Christophe Coevoet 2015-10-23 12:11:50 +02:00
parent 2de220ad57
commit 02584c26bf

View File

@ -18,6 +18,7 @@
"require": {
"php": ">=5.3.9",
"symfony/asset": "~2.7|~3.0.0",
"symfony/class-loader": "~2.1|~3.0.0",
"symfony/dependency-injection": "~2.8",
"symfony/config": "~2.8",
"symfony/event-dispatcher": "~2.8|~3.0.0",
@ -42,7 +43,6 @@
"symfony/intl": "~2.3|~3.0.0",
"symfony/security": "~2.6|~3.0.0",
"symfony/form": "~2.8",
"symfony/class-loader": "~2.1|~3.0.0",
"symfony/expression-language": "~2.6|~3.0.0",
"symfony/process": "~2.0,>=2.0.5|~3.0.0",
"symfony/validator": "~2.5|~3.0.0",