File tree Expand file tree Collapse file tree 3 files changed +355
-153
lines changed Expand file tree Collapse file tree 3 files changed +355
-153
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - 5.5
54 - 5.6
65 - 7.0
76 - 7.1
@@ -12,7 +11,7 @@ sudo: false
1211
1312install :
1413 - composer self-update
15- - composer install --no-interaction --prefer-source
14+ - composer install --no-interaction --prefer-dist
1615
1716script :
1817 - php vendor/bin/phpunit
Original file line number Diff line number Diff line change 2020 "issues" : " https://github.com/tomzx/php-semver-checker/issues"
2121 },
2222 "require" : {
23- "php" : " >=5.5.9 " ,
23+ "php" : " >=5.6.0 " ,
2424
25- "hassankhan/config" : " ^0.10 " ,
25+ "hassankhan/config" : " ^0.11 " ,
2626 "nikic/php-parser" : " ^3.1" ,
27- "symfony/console" : " ^2.7|^3.0" ,
28- "symfony/yaml" : " ^2.7|^3.0" ,
27+ "symfony/console" : " ^2.7|^3.0|^4.0 " ,
28+ "symfony/yaml" : " ^2.7|^3.0|^4.0 " ,
2929 "tomzx/finder" : " ^0.1"
3030 },
3131 "require-dev" : {
32- "mockery/mockery" : " ^0.9 " ,
32+ "mockery/mockery" : " ^1.0 " ,
3333 "phpunit/phpunit" : " ^4.0|^5.0"
3434 },
3535 "bin" : [
4747 },
4848 "config" : {
4949 "platform" : {
50- "php" : " 5.5.9 "
50+ "php" : " 5.6.0 "
5151 }
5252 },
5353 "extra" : {
You can’t perform that action at this time.
0 commit comments