Used `symfony/framework-bundle` instead of `symfony/http-foundation`
This commit is contained in:
parent
4391b94dbb
commit
b83c1d5b1f
|
@ -24,7 +24,7 @@
|
||||||
"ext-soap": "*",
|
"ext-soap": "*",
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
"ass/xmlsecurity": "dev-master",
|
"ass/xmlsecurity": "dev-master",
|
||||||
"symfony/http-foundation": "~2.0",
|
"symfony/framework-bundle": "~2.0",
|
||||||
"zendframework/zend-mail": "2.1.*",
|
"zendframework/zend-mail": "2.1.*",
|
||||||
"zendframework/zend-mime": "2.1.*",
|
"zendframework/zend-mime": "2.1.*",
|
||||||
"zendframework/zend-soap": "2.1.*"
|
"zendframework/zend-soap": "2.1.*"
|
||||||
|
|
Loading…
Reference in New Issue