Skip to content

Commit e67233f

Browse files
committed
fix
1 parent 57ba75a commit e67233f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "cornford/googlmapper",
2+
"name": "tailonperin/googlmapper",
33
"description": "An easy way to integrate Google Maps with Laravel.",
44
"keywords": ["laravel", "google", "maps", "mapping", "streetview", "map"],
55
"license": "MIT",
@@ -12,8 +12,8 @@
1212
"require": {
1313
"php": ">=7.2",
1414
"ext-json": "*",
15-
"illuminate/view": "^6.0 || ^7.0",
16-
"illuminate/support": "^6.0 || ^7.0"
15+
"illuminate/view": "^6.0 || ^7.0 || ^8.0",
16+
"illuminate/support": "^6.0 || ^7.0 || ^8.0"
1717
},
1818
"require-dev": {
1919
"phpspec/phpspec": "^6.0",

0 commit comments

Comments
 (0)