Skip to content

Commit b6013f8

Browse files
author
Joeri
committed
chore: add laravel nova V5 support
1 parent aab64bc commit b6013f8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
## [1.0.4] - 2024-11-25
1+
## [1.1.0] - 2024-12-16
2+
3+
Add Laravel Nova V5 Support \
4+
Update README
5+
6+
## [1.0.5] - 2024-11-25
27

38
Fixed multiple pagination instances possible \
49
Update README

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "MIT",
99
"require": {
1010
"php": "^8.1",
11-
"laravel/nova": "^4.0"
11+
"laravel/nova": "^4.0|^5.0"
1212
},
1313
"autoload": {
1414
"psr-4": {

0 commit comments

Comments
 (0)