From d8c81a607fdc98ddf8d41b2ac11076dfec7319c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Mon, 24 May 2021 11:04:52 +0200 Subject: [PATCH] Remove psalm dependency --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 1692b88..3064ad3 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,6 @@ }, "require-dev": { "orchestra/testbench": "^6.9", - "vimeo/psalm": "^4.2", "nunomaduro/larastan": "^0.6.10", "pestphp/pest": "^1.2", "pestphp/pest-plugin-laravel": "^1.0"