Skip to content

Commit f2ccfc1

Browse files
alexwenzelwajdijurrylonnylot
authored
laravel 12 and nova 5 support, fixed nested rules validation (#57)
* added nvmrc file * integrating various pull requests (#45) * Fix bug in nested forms, as discussed in issue #39 (#40) * Fix dependencies and remove debugging * Fix formUniqueId in nested forms * Revert "Fix bug in nested forms, as discussed in issue #39 (#40)" (#44) This reverts commit a2bcc77. * Handle BackedEnum (#34) * Handle BackedEnum * Use ->value instead of tryFrom * Get Correct Rules (#32) Instead of trying to access the specific rule property and check if it is callable call the correct rule method instead so the individual field has a chance to handle the logic. fixes #17 --------- Co-authored-by: Wajdi Jurry <creations.forum@gmail.com> Co-authored-by: Lonny Kapelushnik <lonny@lonnylot.com> * update composer.json to support Laravel 12 and Nova 5 (#56) --------- Co-authored-by: Wajdi Jurry <creations.forum@gmail.com> Co-authored-by: Lonny Kapelushnik <lonny@lonnylot.com>
1 parent 72d2169 commit f2ccfc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"license": "MIT",
2121
"require": {
2222
"php": "^8.0",
23-
"laravel/framework": "^8.0|^9.0|^10.0|^11.0",
24-
"laravel/nova": "^4.0"
23+
"laravel/framework": "^8.0|^9.0|^10.0|^11.0|^12.0",
24+
"laravel/nova": "^4.0|^5.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)