{ "name": "noa/middlewares", "type": "project", "require": { "guzzlehttp/guzzle": "^6.3", "http-interop/http-middleware": "^0.4", "middlewares/whoops": "0.4.1", "noa/middleware-handler": "1.0.0", "http-interop/response-sender": "1.0.0", "chadicus/slim-oauth2-middleware": "dev-master", "noa/router" : "1.1.1" }, "require-dev": { "phpunit/phpunit": "4.8" }, "license": "BSD", "authors": [ { "name": "Yannick Guern", "email": "dev@guern.eu" } ], "minimum-stability": "dev", "autoload": { "psr-4" : { "Noa\\Example\\Middlewares\\" : "src/" } } }