Skip to content

Commit b6a55e7

Browse files
committed
Laravel 11 support
1 parent 7e2dcfc commit b6a55e7

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
@@ -23,10 +23,10 @@
2323
}
2424
],
2525
"require": {
26-
"php": "^7.1.3|^8.0",
26+
"php": "^7.1.3 || ^8.0",
2727
"guzzlehttp/guzzle": "^6.3 || ^7.0.1",
28-
"illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
29-
"illuminate/notifications": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
28+
"illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
29+
"illuminate/notifications": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
3030
"google/apiclient": "^2.15"
3131
},
3232
"require-dev": {

0 commit comments

Comments
 (0)