File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 66 - $HOME/.composer/cache/files
77
88php :
9- - 7.0
109- 7.1
1110- 7.2
1211- 7.3
@@ -16,18 +15,16 @@ matrix:
1615
1716jobs :
1817 include :
19- - php : 7.0
18+ - php : 7.1
2019 env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
2120 - php : 7.2
22- env : COVERAGE=true DEPENDENCIES="leanphp/phpspec-code-coverage"
21+ env : COVERAGE=true DEPENDENCIES="leanphp/phpspec-code-coverage phpspec/phpspec:^4.2 "
2322 script :
2423 - composer test-ci
2524 after_success :
2625 - wget https://scrutinizer-ci.com/ocular.phar
2726 - php ocular.phar code-coverage:upload --format=php-clover build/coverage.xml --revision=$TRAVIS_COMMIT
2827 # Test LTS versions
29- - php : 7.2
30- env : DEPENDENCIES="dunglas/symfony-lock:^2"
3128 - php : 7.2
3229 env : DEPENDENCIES="dunglas/symfony-lock:^3"
3330 - php : 7.2
Original file line number Diff line number Diff line change 1111 }
1212 ],
1313 "require" : {
14- "php" : " ^7.0 " ,
14+ "php" : " ^7.1 " ,
1515 "php-http/httplug" : " ^2.0" ,
1616 "php-http/message-factory" : " ^1.0" ,
1717 "php-http/message" : " ^1.6" ,
18- "symfony/options-resolver" : " ^2.6 || ^3.0 || ^4.0 "
18+ "symfony/options-resolver" : " ^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1 "
1919 },
2020 "require-dev" : {
21- "doctrine/instantiator" : " >=1.0.5 " ,
21+ "doctrine/instantiator" : " ^1.1 " ,
2222 "guzzlehttp/psr7" : " ^1.4" ,
23- "phpspec/phpspec" : " ^3.4 || ^4.2 " ,
24- "phpspec/prophecy" : " >= 1.8" ,
25- "sebastian/comparator" : " >=2 "
23+ "phpspec/phpspec" : " ^5.1 " ,
24+ "phpspec/prophecy" : " ^ 1.8" ,
25+ "sebastian/comparator" : " ^3.0 "
2626 },
2727 "suggest" : {
2828 "ext-json" : " To detect JSON responses with the ContentTypePlugin" ,
You can’t perform that action at this time.
0 commit comments