File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
}
10
10
],
11
11
"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 "
16
16
},
17
17
"require-dev" : {
18
18
"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 "
20
20
},
21
21
"autoload" : {
22
22
"psr-4" : {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ The Auth package lets you generate forms as well as fields with standard make co
21
21
22
22
| Laravel Version | Package Tag | Supported |
23
23
| -----------------| -------------| -----------|
24
- | ^7.x - ^10 .x | 1.x | yes |
24
+ | ^7.x - ^11 .x | 1.x | yes |
25
25
26
26
### Installation
27
27
You can’t perform that action at this time.
0 commit comments