Skip to content

Commit cad988e

Browse files
committed
Add Laravel 8 compatiblity
1 parent 69ec914 commit cad988e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
],
1111
"require": {
1212
"php": "^8.0|^8.1",
13-
"illuminate/notifications": "^9.0|^10.0",
14-
"illuminate/support": "^9.0|^10.0",
15-
"illuminate/queue": "^9.0|^10.0",
16-
"guzzlehttp/guzzle": "^7.2",
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",
16+
"guzzlehttp/guzzle": "^7.0.1|^7.2",
1717
"ext-json": "*"
1818
},
1919
"require-dev": {

0 commit comments

Comments
 (0)