Skip to content

Commit a16478c

Browse files
committed
Support Laravel 7
Signed-off-by: Micheal Mand <micheal@kmdwebdesigns.com>
1 parent 280b838 commit a16478c

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: php
22

33
php:
4-
- 7.1
54
- 7.2
65
- 7.3
6+
- 7.4
77

88
before_script:
99
- curl -s http://getcomposer.org/installer | php

composer.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
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",
@@ -19,17 +20,17 @@
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
},

0 commit comments

Comments
 (0)