File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - 7.1
54 - 7.2
65 - 7.3
6+ - 7.4
77
88before_script :
99 - curl -s http://getcomposer.org/installer | php
Original file line number Diff line number Diff line change 33 "description" : " Support for multiple GeoIP services." ,
44 "keywords" : [
55 " laravel" ,
6- " laravel 5" ,
6+ " laravel 6" ,
7+ " laravel 7" ,
78 " geoip" ,
89 " location" ,
910 " geolocation" ,
1920 }
2021 ],
2122 "require" : {
22- "php" : " ^7.1 " ,
23- "illuminate/support" : " ~5.5|^6 .0" ,
24- "illuminate/console" : " ~5.5|^6 .0"
23+ "php" : " ^7.2 " ,
24+ "illuminate/support" : " ^6.0|^7 .0" ,
25+ "illuminate/console" : " ^6.0|^7 .0"
2526 },
2627 "suggest" : {
2728 "geoip2/geoip2" : " Required to use the MaxMind database or web service with GeoIP (~2.1)." ,
2829 "monolog/monolog" : " Allows for storing location not found errors to the log"
2930 },
3031 "require-dev" : {
31- "phpunit/phpunit" : " ^7 .0" ,
32- "mockery/mockery" : " ^0.9.4 " ,
32+ "phpunit/phpunit" : " ^8 .0" ,
33+ "mockery/mockery" : " ^1.3 " ,
3334 "geoip2/geoip2" : " ~2.1" ,
3435 "vlucas/phpdotenv" : " ^3.5"
3536 },
You can’t perform that action at this time.
0 commit comments