Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.

Commit 4d56ba8

Browse files
authored
Added support for Laravel 9 (#13)
1 parent c4b9aba commit 4d56ba8

File tree

2 files changed

+477
-595
lines changed

2 files changed

+477
-595
lines changed

Diff for: composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"minimum-stability": "dev",
1313
"require": {
1414
"php": "^8.0|^7.4",
15-
"illuminate/support": "7.*|8.*",
16-
"illuminate/http": "7.*|8.*",
17-
"illuminate/routing": "7.*|8.*"
15+
"illuminate/support": "7.*|8.*|9.*",
16+
"illuminate/http": "7.*|8.*|9.*",
17+
"illuminate/routing": "7.*|8.*|9.*"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)