Skip to content

Commit

Permalink
Composer: require by default psr7, middlewares, phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Aug 11, 2017
1 parent 9c09755 commit 1e47e93
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,20 @@
],
"require": {
"php": ">= 5.6",
"contributte/psr7-http-message": "^0.2.0"
"contributte/psr7-http-message": "^0.2.0",
"contributte/middlewares": "^0.3.0",
"contributte/phpdoc": "^0.1.0"
},
"require-dev": {
"ninjify/qa": "^0.4.0",
"ninjify/nunjuck": "^0.1.4",
"mockery/mockery": "^0.9.9",
"doctrine/annotations": "^1.4.0",
"nette/di": "^2.4.9",
"nette/reflection": "^2.4.2",
"tracy/tracy": "^2.4.8",
"contributte/middlewares": "^0.3.0"
"tracy/tracy": "^2.4.8"
},
"suggest": {
"nette/di": "to register Nette extensions [ApiAnnotationsExtension]",
"doctrine/annotations": "to load annotations [DoctrineAnnotationLoader]",
"nette/reflection": "for annotations [DoctrineAnnotationLoader]",
"tracy/tracy": "for tracy panel [ApiPanel]",
"contributte/middlewares": "for middlewares [ApiMiddleware]"
"tracy/tracy": "for tracy panel [ApiPanel]"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1e47e93

Please sign in to comment.