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 c0fd738 commit 00743aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The Grafite Database package is a collection of commands to help with MySQL rela

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

### Installation
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
],
"require": {
"php": ">=7.2",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"spatie/db-dumper": "^2.15|^3.2"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"mockery/mockery": "^1.0",
"orchestra/database": "^5.0|^6.0|^7.0|^8.0",
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0"
"orchestra/database": "^5.0|^6.0|^7.0|^8.0|^9.0",
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 00743aa

Please sign in to comment.