Stop support of Symfony <2.3

This commit is contained in:
Francis Besset 2014-08-14 15:02:18 +02:00
parent 313840d5a4
commit 294a9fe90e
3 changed files with 4 additions and 7 deletions

View File

@ -6,9 +6,6 @@ php:
- 5.5
env:
- SYMFONY_VERSION=2.0.*
- SYMFONY_VERSION=2.1.*
- SYMFONY_VERSION=2.2.*
- SYMFONY_VERSION=2.3.*
- SYMFONY_VERSION=2.4.*
- SYMFONY_VERSION=2.5.*

View File

@ -24,8 +24,8 @@
"ext-soap": "*",
"ext-curl": "*",
"ass/xmlsecurity": "~1.0",
"symfony/framework-bundle": "~2.0",
"symfony/twig-bundle": "~2.0",
"symfony/framework-bundle": "~2.3",
"symfony/twig-bundle": "~2.3",
"zendframework/zend-mime": "2.1.*"
},
"replace": {

View File

@ -25,8 +25,8 @@
"besimple/soap-common": "0.3.*",
"besimple/soap-wsdl": "0.3.*",
"ass/xmlsecurity": "~1.0",
"symfony/framework-bundle": "~2.0",
"symfony/twig-bundle": "~2.0",
"symfony/framework-bundle": "~2.3",
"symfony/twig-bundle": "~2.3",
"zendframework/zend-mime": "2.1.*"
},
"suggest": {