Skip to content

Commit b4fbabd

Browse files
committed
Fixed package dependency.
1 parent 13a21d7 commit b4fbabd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"require": {
1818
"php": ">=8.1",
19-
"genealabs/laravel-pivot-events": "^10.0|^11.0",
19+
"mikebronner/laravel-pivot-events": "^10.0|^11.0|^12.0",
2020
"illuminate/cache": "^10.0|^11.0|^12.0",
2121
"illuminate/config": "^10.0|^11.0|^12.0",
2222
"illuminate/console": "^10.0|^11.0|^12.0",
@@ -28,7 +28,7 @@
2828
"require-dev": {
2929
"doctrine/dbal": "^3.3|^4.2",
3030
"fakerphp/faker": "^1.11",
31-
"laravel/nova": "^4.0",
31+
"laravel/nova": "^5.0",
3232
"orchestra/testbench-browser-kit": "^9.0|^10.0",
3333
"orchestra/testbench": "^9.0|^10.0",
3434
"php-coveralls/php-coveralls": "^2.2",

0 commit comments

Comments
 (0)