From 6d5c75bcc5735441b35a8e0f2f5d40efec8947c9 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 4 Dec 2020 01:33:24 +0300 Subject: [PATCH] Remove unused dependencies --- composer.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/composer.json b/composer.json index b41014cbe..0d859a0f7 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,6 @@ "php": "^7.4|^8.0", "ext-dom": "*", "ext-json": "*", - "psr/container": "1.0.0", "psr/container-implementation": "1.0.0", "psr/event-dispatcher": "^1.0", "psr/http-factory": "^1.0", @@ -32,7 +31,6 @@ "yiisoft/aliases": "^1.1.1", "yiisoft/friendly-exception": "^1.0", "yiisoft/http": "^1.0", - "yiisoft/injector": "^1.0", "yiisoft/middleware-dispatcher": "^1.0@dev", "yiisoft/network-utilities": "^3.0@dev", "yiisoft/router": "^3.0@dev", @@ -44,11 +42,8 @@ "roave/infection-static-analysis-plugin": "^1.6", "spatie/phpunit-watcher": "^1.23", "vimeo/psalm": "^4.2", - "yiisoft/cache": "^3.0@dev", "yiisoft/composer-config-plugin": "^1.0@dev", - "yiisoft/di": "^3.0@dev", - "yiisoft/log": "^3.0@dev", - "yiisoft/router-fastroute": "^3.0@dev" + "yiisoft/di": "^3.0@dev" }, "provide": { "psr/http-message-implementation": "1.0"