File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
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,7 +15,7 @@ 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
2221 env : COVERAGE=true DEPENDENCIES="leanphp/phpspec-code-coverage"
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" ,
2323 "phpspec/phpspec" : " ^3.4 || ^4.2" ,
24- "phpspec/prophecy" : " >= 1.8" ,
25- "sebastian/comparator" : " >=2 "
24+ "phpspec/prophecy" : " ^ 1.8" ,
25+ "sebastian/comparator" : " ^2.1.3 || ^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