Skip to content

Commit 7e31277

Browse files
authored
Merge pull request #12 from laravel-shift/l9-compatibility
Laravel 9.x Compatibility
2 parents ec2ae46 + 4509561 commit 7e31277

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
22
"name": "mastani/laravel-google-static-map",
33
"description": "Laravel Google Static Map Generator",
4-
"keywords": [
4+
"keywords": [
55
"google",
66
"static-maps",
77
"generator",
88
"laravel"
99
],
1010
"type": "library",
11-
"homepage": "https://github.com/mastani/laravel-google-static-map",
12-
"license": "MIT",
11+
"homepage": "https://github.com/mastani/laravel-google-static-map",
12+
"license": "MIT",
1313
"authors": [
1414
{
1515
"name": "Amin Mastani",
1616
"email": "[email protected]"
1717
}
1818
],
1919
"require": {
20-
"illuminate/contracts": "5.*|6.*|7.*|8.*",
21-
"illuminate/support": "5.*|6.*|7.*|8.*"
22-
},
23-
"autoload": {
20+
"illuminate/contracts": "5.*|6.*|7.*|8.*|^9.0",
21+
"illuminate/support": "5.*|6.*|7.*|8.*|^9.0"
22+
},
23+
"autoload": {
2424
"psr-4": {
2525
"Mastani\\GoogleStaticMap\\": "src/"
2626
}

0 commit comments

Comments
 (0)