Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Merge 411752e into 36d8f3b
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Mar 1, 2018
2 parents 36d8f3b + 411752e commit 1ecb452
Show file tree
Hide file tree
Showing 4 changed files with 254 additions and 89 deletions.
18 changes: 14 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,24 @@
"slack": "https://zendframework-slack.herokuapp.com",
"forum": "https://discourse.zendframework.com/c/questions/expressive"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/webimpress/zend-expressive-router"
}
],
"require": {
"php": "^7.1",
"aura/router": "^3.1",
"fig/http-message-util": "^1.1.2",
"psr/http-message": "^1.0.1",
"zendframework/zend-expressive-router": "^3.0.0alpha1 || ^3.0"
"zendframework/zend-expressive-router": "dev-hotfix/options-request"
},
"require-dev": {
"malukenho/docheader": "^0.1.6",
"phpunit/phpunit": "^6.5.3",
"zendframework/zend-coding-standard": "~1.0.0"
"phpunit/phpunit": "^7.0.2",
"zendframework/zend-coding-standard": "~1.0.0",
"zendframework/zend-diactoros": "^1.7"
},
"autoload": {
"psr-4": {
Expand All @@ -39,7 +46,10 @@
},
"autoload-dev": {
"psr-4": {
"ZendTest\\Expressive\\Router\\": "test/"
"ZendTest\\Expressive\\Router\\": [
"test/",
"vendor/zendframework/zend-expressive-router/test/"
]
}
},
"config": {
Expand Down

0 comments on commit 1ecb452

Please sign in to comment.