Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark authored and devanych committed Feb 1, 2021
1 parent 6227d82 commit 6d5c75b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit 6d5c75b

Please sign in to comment.