From 066af8695426956df6e601abc0008a2beaf68a7a Mon Sep 17 00:00:00 2001 From: ZedoX <75579178+Z3d0X@users.noreply.github.com> Date: Wed, 14 Sep 2022 09:40:31 +0500 Subject: [PATCH] Bump `spatie/laravel-package-tools` version Allows to use the new install command, without failing the tests on `prefer-lowest` stability --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b3dc5b9..a9e92d4 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": "^8.0", "filament/filament": "^2.0", - "spatie/laravel-package-tools": "^1.9.2", + "spatie/laravel-package-tools": "^1.13.5", "illuminate/contracts": "^9.0" }, "require-dev": { @@ -76,4 +76,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} \ No newline at end of file +}