From 981190fb4860b4cbb06817e69ba84eefc7a1041e Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Wed, 5 Feb 2025 19:46:18 +0800 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1f36b7f..5d9624f 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,6 @@ "laravel/tinker": "^2.10.1", "orchestra/canvas": "^10.0", "orchestra/testbench-core": "^10.0", - "spatie/laravel-ray": "^1.39.1", "symfony/polyfill-php83": "^1.31", "symfony/polyfill-php84": "^1.31", "symfony/process": "^7.2", @@ -44,7 +43,8 @@ "laravel/pint": "^1.17", "mockery/mockery": "^1.6.10", "phpstan/phpstan": "^2.0", - "phpunit/phpunit": "^11.5.3" + "phpunit/phpunit": "^11.5.3", + "spatie/laravel-ray": "^1.39.1" }, "suggest": { "ext-pcntl": "Required to use all features of the console signal trapping."