File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - 7.0
54 - 7.1
5+ - 7.2
6+ - 7.3
67
78before_script :
89 - curl -s http://getcomposer.org/installer | php
Original file line number Diff line number Diff line change 1919 }
2020 ],
2121 "require" : {
22- "php" : " ^7.0 " ,
23- "illuminate/support" : " ~5.0 |^6.0" ,
24- "illuminate/console" : " ~5.0 |^6.0" ,
22+ "php" : " ^7.1 " ,
23+ "illuminate/support" : " ~5.5 |^6.0" ,
24+ "illuminate/console" : " ~5.5 |^6.0" ,
2525 "vlucas/phpdotenv" : " ^3.5"
2626 },
2727 "suggest" : {
2828 "geoip2/geoip2" : " Required to use the MaxMind database or web service with GeoIP (~2.1)." ,
2929 "monolog/monolog" : " Allows for storing location not found errors to the log"
3030 },
3131 "require-dev" : {
32- "phpunit/phpunit" : " ^4.8 " ,
32+ "phpunit/phpunit" : " ^7.0 " ,
3333 "mockery/mockery" : " ^0.9.4" ,
3434 "geoip2/geoip2" : " ~2.1"
3535 },
You can’t perform that action at this time.
0 commit comments