Skip to content

Commit

Permalink
because of Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
mlantz committed Mar 12, 2024
1 parent d8ebf5e commit c29979a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
}
],
"require": {
"php": "^7.2.5|^8.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
"illuminate/console": "^7.0|^8.0|^9.0|^10.0",
"illuminate/filesystem": "^7.0|^8.0|^9.0|^10.0"
"php": "^7.2.5|^8.0|^8.2",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/console": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/filesystem": "^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.10",
"orchestra/testbench": "^6.23|^7.0|^8.0"
"orchestra/testbench": "^6.23|^7.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The Auth package lets you generate forms as well as fields with standard make co

| Laravel Version | Package Tag | Supported |
|-----------------|-------------|-----------|
| ^7.x - ^10.x | 1.x | yes |
| ^7.x - ^11.x | 1.x | yes |

### Installation

Expand Down

0 comments on commit c29979a

Please sign in to comment.