Skip to content

Commit

Permalink
Nova v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpoulter committed Nov 29, 2022
1 parent a4b8c64 commit 056f24d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to `nova-enum-field` will be documented in this file.

## 3.0.1 - 2022-11-29
- Laravel Nova v4 is now required

## 3.0.0 - 2022-11-29
- Add support for BenSampo/laravel-enum v6
- Laravel v9 is now required
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"php": "^8.0",
"bensampo/laravel-enum": "^5.0|^6.0",
"illuminate/support": "^9.0",
"laravel/nova": "^3.0|^4.0"
"laravel/nova": "^4.0"
},
"require-dev": {
"joshgaber/novaunit": "^3.0",
Expand Down

0 comments on commit 056f24d

Please sign in to comment.