Skip to content

Commit 8b584cb

Browse files
authored
Update composer.json
1 parent e83fd10 commit 8b584cb

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
@@ -25,7 +25,7 @@
2525
"phpunit/phpunit": "^11.0",
2626
"orchestra/testbench": "^9.0",
2727
"rector/rector": "^1.0",
28-
"moonshine/moonshine": "^3.0"
28+
"moonshine/moonshine": "^4.0"
2929
},
3030
"autoload": {
3131
"psr-4": {
@@ -38,7 +38,7 @@
3838
}
3939
},
4040
"conflict": {
41-
"moonshine/moonshine": "<3.0"
41+
"moonshine/moonshine": "<4.0"
4242
},
4343
"scripts": {
4444
"test": "vendor/bin/phpunit",

0 commit comments

Comments
 (0)