File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11language : php
22php :
3- - 5.6
3+ - ' 7.1'
4+ - ' 7.2'
45before_install :
56- composer install --dev -v --prefer-source
67script :
Original file line number Diff line number Diff line change 2323 }
2424 ],
2525 "require" : {
26- "php" : " >=5.6.4 " ,
27- "laravel/framework" : " 5.4 .*" ,
26+ "php" : " >=7.1.3 " ,
27+ "laravel/framework" : " 5.6 .*" ,
2828 "laravel/tinker" : " ~1.0" ,
2929 "mailjet/mailjet-apiv3-php" : " ^1.2" ,
30- "mailjet/mailjet-swiftmailer" : " ^1 .0"
30+ "mailjet/mailjet-swiftmailer" : " ^2 .0"
3131 },
3232 "require-dev" : {
3333 "fzaninotto/faker" : " ~1.4" ,
3434 "mockery/mockery" : " 0.9.*" ,
35- "phpunit/phpunit" : " ~5.7 " ,
36- "orchestra/testbench" : " ~3.4 "
35+ "phpunit/phpunit" : " ~7.0 " ,
36+ "orchestra/testbench" : " 3.6 "
3737 },
3838 "autoload" : {
3939 "psr-4" : {
You can’t perform that action at this time.
0 commit comments