Skip to content

Commit 02e2339

Browse files
authored
Update composer.json
1 parent e04b4e5 commit 02e2339

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "genealabs/laravel-mixpanel",
3-
"description": "MixPanel wrapper for Laravel 5.",
3+
"description": "MixPanel wrapper for Laravel.",
44
"license": "MIT",
55
"authors": [
66
{
@@ -14,13 +14,13 @@
1414
}
1515
},
1616
"require": {
17-
"illuminate/auth": "^10.0|^11.0",
18-
"illuminate/config": "^10.0|^11.0",
19-
"illuminate/console": "^10.0|^11.0",
20-
"illuminate/events": "^10.0|^11.0",
21-
"illuminate/http": "^10.0|^11.0",
22-
"illuminate/queue": "^10.0|^11.0",
23-
"illuminate/routing": "^10.0|^11.0",
17+
"illuminate/auth": "^10.0|^11.0|^12.0",
18+
"illuminate/config": "^10.0|^11.0|^12.0",
19+
"illuminate/console": "^10.0|^11.0|^12.0",
20+
"illuminate/events": "^10.0|^11.0|^12.0",
21+
"illuminate/http": "^10.0|^11.0|^12.0",
22+
"illuminate/queue": "^10.0|^11.0|^12.0",
23+
"illuminate/routing": "^10.0|^11.0|^12.0",
2424
"mixpanel/mixpanel-php": "^2.8",
2525
"sinergi/browser-detector": "^6.1"
2626
},

0 commit comments

Comments
 (0)