From bc5f9c1b8a20663c0dca645e11738a8196a03a00 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 19 Nov 2023 20:44:35 +1100 Subject: [PATCH] Updated readme --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 228f2a5294..a51f91fb80 100644 --- a/composer.json +++ b/composer.json @@ -142,8 +142,7 @@ } }, "scripts": { - "post-install-cmd": [ - ], + "post-install-cmd": [], "post-update-cmd": [ "@php artisan vendor:publish --tag=laravel-assets --ansi --force" ], @@ -173,4 +172,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} +} \ No newline at end of file