Skip to content

Commit

Permalink
Allow interop container
Browse files Browse the repository at this point in the history
  • Loading branch information
chadicus committed Jan 9, 2017
1 parent e2d8b6d commit bd43cea
Show file tree
Hide file tree
Showing 4 changed files with 325 additions and 56 deletions.
6 changes: 4 additions & 2 deletions composer.json
Expand Up @@ -15,13 +15,15 @@
"bshaffer/oauth2-server-php": "^1.8",
"chadicus/slim-oauth2-http": "^3.1",
"chadicus/psr-middleware": "^1.0",
"psr/http-message": "^1.0"
"psr/http-message": "^1.0",
"container-interop/container-interop": "^1.1"
},
"require-dev": {
"zendframework/zend-diactoros": "^1.3",
"phpunit/phpunit": "^5.0",
"chadicus/coding-standard": "^1.0",
"satooshi/php-coveralls": "^1.0"
"satooshi/php-coveralls": "^1.0",
"php-di/php-di": "^5.4"
},
"autoload": {
"psr-4": {"Chadicus\\Slim\\OAuth2\\Middleware\\" : "src"}
Expand Down

0 comments on commit bd43cea

Please sign in to comment.