From 0e4b0906754e0c43260c216e9e1b6cc6ab3940a5 Mon Sep 17 00:00:00 2001 From: Matt Brown Date: Mon, 4 Mar 2019 13:41:59 -0500 Subject: [PATCH] =?UTF-8?q?Update=20Psalm=20plugin=20so=20it=20doesn?= =?UTF-8?q?=E2=80=99t=20other=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index fd0b524..59f5e90 100644 --- a/composer.json +++ b/composer.json @@ -27,8 +27,7 @@ "graham-campbell/testbench": "^5.2", "mockery/mockery": "^1.0", "phpunit/phpunit": "^7.0", - "psalm/plugin-laravel": "^0.1", - "zendframework/zend-diactoros": "1.0", + "psalm/plugin-laravel": "^0.2", "laravel/lumen-framework": "^5.7", "vimeo/psalm": "^3.1" },