File tree Expand file tree Collapse file tree 3 files changed +459
-286
lines changed
Expand file tree Collapse file tree 3 files changed +459
-286
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" ,
2424 },
2525 "require-dev" : {
2626 "doctrine/instantiator" : " 1.0.*" ,
27- "phpunit/phpunit" : " ~5.6 " ,
27+ "phpunit/phpunit" : " ^6.5 " ,
2828 "satooshi/php-coveralls" : " ^1.0"
2929 },
3030 "autoload" : {
4040 "config" : {
4141 "sort-packages" : true ,
4242 "platform" : {
43- "php" : " 5.6 "
43+ "php" : " 7.0 "
4444 }
4545 }
4646}
You can’t perform that action at this time.
0 commit comments