Skip to content

Commit 548cd4a

Browse files
committed
fix: update testbench to v11 for Laravel 13 and suppress artisan in composer scripts
1 parent 22b7004 commit 548cd4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"scripts": {
5555
"post-update-cmd": [
56-
"@php artisan boost:update"
56+
"[ -f artisan ] && php artisan boost:update || true"
5757
],
5858
"post-autoload-dump": "@composer run prepare",
5959
"clear": "@php vendor/bin/testbench package:purge-plancraft --ansi",

0 commit comments

Comments
 (0)