Skip to content

Commit

Permalink
Merge pull request #86 from basz/relax-dependency
Browse files Browse the repository at this point in the history
remove zend-expressive as it is not required
  • Loading branch information
basz committed Feb 26, 2017
2 parents b15354a + 4862570 commit 31a10d2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions composer.json
Expand Up @@ -18,18 +18,14 @@
],
"require": {
"php": ">=7.0",
"zendframework/zend-diactoros": "~1.1",
"zendframework/zend-diactoros": "^1.1",
"psr/container": "^1.0",
"ramsey/uuid": "^3.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.1",
"phpunit/phpunit": "^6.0",
"satooshi/php-coveralls": "~1.0",
"zendframework/zend-stratigility": "~1.1"
},
"suggest": {
"zendframework/zend-stratigility": "~1.1 : if you need the middleware capability"
"satooshi/php-coveralls": "~1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 31a10d2

Please sign in to comment.