Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mlantz committed Mar 12, 2024
2 parents 3c333fe + 140817a commit e3f4e5b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
----

## [v2.9.0] - 2024-03-12

### Added
- Support for Laravel 11

## [v2.8.1] - 2023-10-05

### Fixed
Expand Down
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 e3f4e5b

Please sign in to comment.