Skip to content

Commit c29979a

Browse files
committed
because of Laravel 11
1 parent d8ebf5e commit c29979a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.2.5|^8.0",
13-
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
14-
"illuminate/console": "^7.0|^8.0|^9.0|^10.0",
15-
"illuminate/filesystem": "^7.0|^8.0|^9.0|^10.0"
12+
"php": "^7.2.5|^8.0|^8.2",
13+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
14+
"illuminate/console": "^7.0|^8.0|^9.0|^10.0|^11.0",
15+
"illuminate/filesystem": "^7.0|^8.0|^9.0|^10.0|^11.0"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^9.5.10",
19-
"orchestra/testbench": "^6.23|^7.0|^8.0"
19+
"orchestra/testbench": "^6.23|^7.0|^8.0|^9.0"
2020
},
2121
"autoload": {
2222
"psr-4": {

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The Auth package lets you generate forms as well as fields with standard make co
2121

2222
| Laravel Version | Package Tag | Supported |
2323
|-----------------|-------------|-----------|
24-
| ^7.x - ^10.x | 1.x | yes |
24+
| ^7.x - ^11.x | 1.x | yes |
2525

2626
### Installation
2727

0 commit comments

Comments
 (0)