File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1010env :
1111 global :
1212 - TEST_COMMAND="composer test"
13- - SYMFONY_VERSION=2.7 .*
13+ - SYMFONY_VERSION=2.8 .*
1414
1515matrix :
16- allow_failures :
17- - php : 7.0
1816 fast_finish : true
1917 include :
2018 - php : 5.4
Original file line number Diff line number Diff line change 1414 "minimum-stability" : " dev" ,
1515 "prefer-stable" : true ,
1616 "require" : {
17+ "php" : " >=5.4" ,
1718 "php-http/discovery" : " ^0.2.0" ,
1819 "php-http/client-implementation" : " ^1.0" ,
1920 "php-http/message-factory" : " ^0.2.0" ,
21+ "php-http/plugins" : " dev-master" ,
2022 "symfony/framework-bundle" : " ^2.7|^3.0"
2123 },
2224 "require-dev" : {
25+ "phpunit/phpunit" : " ^4.4" ,
2326 "symfony/symfony" : " ^2.7|^3.0" ,
24- "php-http/guzzle6-adapter" : " ^0.2" ,
2527 "polishsymfonycommunity/symfony-mocker-container" : " ~1.0" ,
2628 "matthiasnoback/symfony-dependency-injection-test" : " 0.*"
2729 },
3032 "Http\\ HttplugBundle\\ " : " "
3133 }
3234 },
35+ "scripts" : {
36+ "test" : " vendor/bin/phpunit" ,
37+ "test-ci" : " vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
38+ },
3339 "extra" : {
3440 "branch-alias" : {
3541 "dev-master" : " 1.0-dev"
You can’t perform that action at this time.
0 commit comments