From 0636f5b1f4a57bdc2f988ef9f817511bfe5f50ef Mon Sep 17 00:00:00 2001 From: Iosif Chatzimichail Date: Sun, 1 Dec 2024 11:57:35 +0200 Subject: [PATCH] Fix Github actions --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2d17ed6..1a6192d 100644 --- a/composer.json +++ b/composer.json @@ -55,6 +55,7 @@ "require-dev": { "orchestra/testbench": "^8.19|^9.0", "phpunit/phpunit": "^10.5|^11.0", - "laravel/pint": "^1.15" + "laravel/pint": "^1.15", + "spatie/laravel-ray": "^1.0" } }