Skip to content

Commit 60157be

Browse files
committed
Add laravel 11 support
1 parent cad988e commit 60157be

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
@@ -10,9 +10,9 @@
1010
],
1111
"require": {
1212
"php": "^8.0|^8.1",
13-
"illuminate/notifications": "^8.0|^9.0|^10.0",
14-
"illuminate/support": "^8.0|^9.0|^10.0",
15-
"illuminate/queue": "^8.0|^9.0|^10.0",
13+
"illuminate/notifications": "^8.0|^9.0|^10.0|^11.0",
14+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
15+
"illuminate/queue": "^8.0|^9.0|^10.0|^11.0",
1616
"guzzlehttp/guzzle": "^7.0.1|^7.2",
1717
"ext-json": "*"
1818
},

0 commit comments

Comments
 (0)