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 05f1a98 commit 3f54ecc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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 HTML 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
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
"require": {
"php": ">=7.3|>=8.0",
"doctrine/dbal": "^2.5|^3.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
"illuminate/view": "^7.0|^8.0|^9.0|^10.0",
"illuminate/database": "^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/view": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0",
"matthiasmullie/minify": "^1.3",
"illuminate/collections": "^8.78|^9.0|^10.0"
"illuminate/collections": "^8.78|^9.0|^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.10",
"mockery/mockery": "^1.0",
"mikey179/vfsstream": "^1.6",
"orchestra/testbench": "^5.0|^6.0|7.0|^8.0",
"orchestra/testbench": "^5.0|^6.0|7.0|^8.0|^9.0",
"nunomaduro/phpinsights": "^2.0",
"nunomaduro/collision": "^5.10|^6.0|^7.0"
"nunomaduro/collision": "^5.10|^6.0|^7.0|^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3f54ecc

Please sign in to comment.