File tree Expand file tree Collapse file tree 3 files changed +460
-287
lines changed
Expand file tree Collapse file tree 3 files changed +460
-287
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - 5.6
54 - 7.0
65 - 7.1
76 - 7.2
7+ - 7.3
88
99before_script :
1010 - printf "\n" | pecl install imagick
@@ -19,4 +19,4 @@ after_script:
1919- php vendor/bin/coveralls -v
2020
2121after_success :
22- - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php vendor/bin/coveralls -v; fi;'
22+ - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php vendor/bin/coveralls -v; fi;'
Original file line number Diff line number Diff line change 1515 }
1616 ],
1717 "require" : {
18- "php" : " ^5.6|^ 7.0|^7.1|^7.2|^7.3" ,
18+ "php" : " ^7.0|^7.1|^7.2|^7.3" ,
1919 "ext-json" : " *" ,
2020 "intervention/image" : " ^2.3" ,
2121 "lasserafn/php-initials" : " ^2.20" ,
2222 "lasserafn/php-string-script-language" : " ^0.1.0"
2323 },
2424 "require-dev" : {
2525 "doctrine/instantiator" : " 1.0.*" ,
26- "phpunit/phpunit" : " ~5.6 " ,
26+ "phpunit/phpunit" : " ^6.5 " ,
2727 "satooshi/php-coveralls" : " ^1.0"
2828 },
2929 "autoload" : {
3939 "config" : {
4040 "sort-packages" : true ,
4141 "platform" : {
42- "php" : " 5.6 "
42+ "php" : " 7.0 "
4343 }
4444 }
4545}
You can’t perform that action at this time.
0 commit comments