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 11language : php
22php :
3- - ' 7.1'
43 - ' 7.2'
54 - ' 7.3'
65 - ' 7.4snapshot'
@@ -16,7 +15,7 @@ matrix:
1615
1716before_script :
1817 - mkdir -p ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d
19- - bash <(curl -s https://raw.githubusercontent.com/php-cache/cache/master/build/php/7.1 /Memcached.sh)
18+ - bash <(curl -s https://raw.githubusercontent.com/php-cache/cache/master/build/php/7.2 /Memcached.sh)
2019 - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
2120 - chmod +x ./cc-test-reporter
2221 - if [ $(phpenv version-name) = "7.3" ]; then ./cc-test-reporter before-build; fi
Original file line number Diff line number Diff line change 2323 }
2424 ],
2525 "require" : {
26- "php" : " ^7.1 |^8.0" ,
26+ "php" : " ^7.2 |^8.0" ,
2727 "ext-pdo" : " *" ,
2828 "illuminate/database" : " ^5.5|^6.0" ,
2929 "nesbot/carbon" : " ^1.20|^2.0" ,
3030 "doctrine/dbal" : " ^2.8" ,
3131 "ramsey/uuid" : " ^3.0"
3232 },
3333 "require-dev" : {
34- "infection/infection" : " ^0.13 " ,
35- "orchestra/testbench" : " ^3.7|^ 4.0" ,
34+ "infection/infection" : " ^0.14 " ,
35+ "orchestra/testbench" : " ^4.0" ,
3636 "phpstan/phpstan" : " ^0.11" ,
37- "phpunit/phpunit" : " ^7.5|^ 8.2" ,
38- "laravel/cashier" : " * "
37+ "phpunit/phpunit" : " ^8.2" ,
38+ "laravel/cashier" : " ^7.0|^8.0|^9.0|^10.0 "
3939 },
4040 "suggest" : {
4141 "bavix/laravel-wallet-swap" : " Addition to the laravel-wallet library for quick setting of exchange rates"
You can’t perform that action at this time.
0 commit comments