Skip to content

Commit

Permalink
Removing unused dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: RJ Garcia <rj@bighead.net>
  • Loading branch information
ragboyjr committed Mar 12, 2017
1 parent 63313d7 commit 84caf1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
}
],
"require": {
"php": ">=5.6",
"nikic/iter": "^1.4",
"psr/container": "^1.0"
"php": ">=5.6"
},
"require-dev": {
"krak/cargo": "^0.2.0",
"nikic/iter": "^1.4",
"peridot-php/peridot": "^1.18",
"pimple/pimple": "^3.0"
"psr/container": "^1.0"
},
"autoload": {
"psr-4": {
Expand Down
3 changes: 0 additions & 3 deletions src/mw.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
SplMinHeap,
Psr\Container\ContainerInterface;

use function iter\map,
iter\chain;

/** compose a set of middleware into a handler
```
Expand Down

0 comments on commit 84caf1f

Please sign in to comment.