File tree Expand file tree Collapse file tree 5 files changed +1120
-582
lines changed
Expand file tree Collapse file tree 5 files changed +1120
-582
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ services:
66sudo : false
77
88php :
9- - 7.1
10- - 7.2
119 - 7.3
1210
1311matrix :
@@ -26,6 +24,9 @@ notifications:
2624 slack :
2725 secure : jkZDWqI+za7mMP1RnozFmsB6SM2THjp59elBEpMrewjG270NpCdB2fCc2XFSeHVJ1vyPax/Q139CsWhctpD4smA4An1GmTsvQyVcWVvKsqsrTG0q22cBx+WKJKL9cwxQ+UQSbvySVCY6V3oXaqmaPBK97oqHZOc+FET2Z9WDHhc=
2826
27+ before_install :
28+ - composer self-update --1
29+
2930install :
3031 - travis_retry composer install --no-interaction --no-progress --prefer-dist
3132
Original file line number Diff line number Diff line change 1919 ],
2020 "config" : {
2121 "platform" : {
22- "php" : " 7.1.8 "
22+ "php" : " 7.3.23 "
2323 }
2424 },
2525 "require" : {
26- "php" : " ^7.1 " ,
26+ "php" : " ^7.3 " ,
2727 "composer/installers" : " *" ,
2828 "openbuildings/jam" : " ^0.6" ,
2929 "openbuildings/purchases" : " ^0.12" ,
30- "openbuildings/shipping" : " ^0.14 " ,
30+ "openbuildings/shipping" : " ^0.15 " ,
3131 "openbuildings/jam-monetary" : " ^0.2"
3232 },
3333 "require-dev" : {
3434 "openbuildings/kohana-test-bootstrap" : " ^0.2" ,
3535 "kohana/auth" : " ^3.3" ,
3636 "openbuildings/jam-auth" : " ^0.5" ,
37- "phpunit/phpunit" : " ^7 "
37+ "phpunit/phpunit" : " ^9 "
3838 },
3939 "autoload-dev" : {
4040 "classmap" : [" tests/classes" ]
You can’t perform that action at this time.
0 commit comments