Skip to content

Commit

Permalink
Add Laravel 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
markwalet committed Mar 13, 2024
1 parent 69ab53c commit c1810ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Release Notes

## [Unreleased](https://github.com/markwalet/nova-modal-response/compare/v0.2.2...master)
## [Unreleased](https://github.com/markwalet/nova-modal-response/compare/v0.3.0...master)

## [v0.3.0 (2024-03-13)](https://github.com/markwalet/nova-modal-response/compare/v0.2.2...v0.3.0)

### Added
- Added Laravel 11 support

## [v0.2.2 (2024-02-27)](https://github.com/markwalet/nova-modal-response/compare/v0.2.1...v0.2.2)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"require": {
"php": "^7.4||^8.0",
"laravel/framework": "^9.0|^10.0",
"laravel/framework": "^9.0|^10.0|^11.0",
"laravel/nova": "^4.0"
},
"autoload": {
Expand Down

0 comments on commit c1810ac

Please sign in to comment.