Skip to content

Commit 26ff0b7

Browse files
committed
laravel 8 support
1 parent ab2ca1a commit 26ff0b7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"php": "^7.4",
2424
"ext-json": "^7.4",
2525
"guzzlehttp/guzzle": "^6.5",
26-
"illuminate/contracts": "^7.15",
27-
"illuminate/http": "^7.15",
28-
"illuminate/notifications": "^7.15",
29-
"illuminate/routing": "^7.15",
30-
"illuminate/support": "^7.15",
26+
"illuminate/contracts": "^7.15|^8.0",
27+
"illuminate/http": "^7.15|^8.0",
28+
"illuminate/notifications": "^7.15|^8.0",
29+
"illuminate/routing": "^7.15|^8.0",
30+
"illuminate/support": "^7.15|^8.0",
3131
"symfony/http-kernel": "^5.1"
3232
},
3333
"require-dev": {

0 commit comments

Comments
 (0)