Skip to content

Commit

Permalink
Merge pull request #5 from adrian-ziolkowski/missing_deps_added
Browse files Browse the repository at this point in the history
missing dependencies added
  • Loading branch information
snapshotpl authored Oct 28, 2016
2 parents 00fea86 + f11f008 commit eddec6c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
"require": {
"php": ">=5.5",
"zendframework/zend-modulemanager": "^2.4",
"php-middleware/request-id": "^3.0.0",
"zendframework/zend-eventmanager": "^2.4",
"zendframework/zend-http": "^2.4",
"zendframework/zend-mvc": "^2.4",
"zendframework/zend-servicemanager": "^2.4",
"zendframework/zend-stdlib": "^2.4",
"zendframework/zend-psr7bridge": "^0.2",
"zendframework/zend-stdlib": "^2.4"
"php-middleware/request-id": "^3.0.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
Expand All @@ -26,4 +30,4 @@
"RstGroup\\RequestIdModule\\Test\\": "test/"
}
}
}
}

0 comments on commit eddec6c

Please sign in to comment.