File tree Expand file tree Collapse file tree 2 files changed +10
-15
lines changed Expand file tree Collapse file tree 2 files changed +10
-15
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - 5.3
5- - 5.4
6- - 5.5
7- - 5.6
4+ - 7.0
5+ - 7.1
86
97env :
10- - SYMFONY_VERSION=2.6.*
11- - SYMFONY_VERSION="dev-master symfony/debug:~2.7@dev symfony/http-kernel:~2.7@dev"
8+ - SYMFONY_VERSION=2.8.*
129
1310before_script :
1411 - composer self-update
@@ -18,8 +15,5 @@ before_script:
1815 - ./src/BeSimple/SoapClient/Tests/bin/axis.sh
1916
2017script :
21- - phpunit --coverage-text
18+ - vendor/bin/ phpunit --coverage-text
2219
23- matrix :
24- allow_failures :
25- - env : SYMFONY_VERSION="dev-master symfony/debug:~2.7@dev symfony/http-kernel:~2.7@dev"
Original file line number Diff line number Diff line change 2020 }
2121 ],
2222 "require" : {
23- "php" : " >=5.3 .0" ,
23+ "php" : " >=7 .0" ,
2424 "ext-soap" : " *" ,
2525 "ext-curl" : " *" ,
2626 "ass/xmlsecurity" : " ~1.0" ,
27- "symfony/framework-bundle" : " ~2.6 " ,
28- "symfony/twig-bundle" : " ~2.6 " ,
27+ "symfony/framework-bundle" : " ^2.8 " ,
28+ "symfony/twig-bundle" : " ^2.8 " ,
2929 "zendframework/zend-mime" : " 2.2.*"
3030 },
3131 "replace" : {
3838 "require-dev" : {
3939 "ext-mcrypt" : " *" ,
4040 "mikey179/vfsStream" : " ~1.0" ,
41- "symfony/filesystem" : " ~2.3" ,
42- "symfony/process" : " ~2.3"
41+ "symfony/filesystem" : " ^2.8" ,
42+ "symfony/process" : " ^2.8" ,
43+ "phpunit/phpunit" : " ^5.3"
4344 },
4445 "autoload" : {
4546 "psr-0" : { "BeSimple\\ " : " src/" }
You can’t perform that action at this time.
0 commit comments