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

Commit 0a362d1

Browse files
committed
Merge branch 'hotfix/490'
Close #490
2 parents 581d58d + 78788ae commit 0a362d1

File tree

2 files changed

+395
-240
lines changed

2 files changed

+395
-240
lines changed

composer.json

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
{
22
"name": "zendframework/zend-expressive",
33
"description": "PSR-7 Middleware Microframework based on Stratigility",
4+
"homepage": "https://docs.zendframework.com/zend-expressive/",
45
"type": "library",
56
"license": "BSD-3-Clause",
67
"keywords": [
78
"http",
89
"middleware",
910
"psr",
10-
"psr-7"
11+
"psr-7",
12+
"psr-11"
1113
],
14+
"support": {
15+
"docs": "https://docs.zendframework.com/zend-expressive/",
16+
"issues": "https://github.com/zendframework/zend-expressive/issues",
17+
"source": "https://github.com/zendframework/zend-expressive",
18+
"slack": "https://zendframework-slack.herokuapp.com",
19+
"forum": "https://discourse.zendframework.com/c/questions/expressive"
20+
},
1221
"extra": {
1322
"branch-alias": {
1423
"dev-master": "2.0-dev",
@@ -40,17 +49,17 @@
4049
"container-interop/container-interop": "<1.2.0"
4150
},
4251
"autoload": {
43-
"psr-4": {
44-
"Zend\\Expressive\\": "src/"
45-
}
52+
"psr-4": {
53+
"Zend\\Expressive\\": "src/"
54+
}
4655
},
4756
"autoload-dev": {
48-
"psr-4": {
49-
"ZendTest\\Expressive\\": "test/"
50-
},
51-
"files": [
52-
"test/class_exists.php"
53-
]
57+
"psr-4": {
58+
"ZendTest\\Expressive\\": "test/"
59+
},
60+
"files": [
61+
"test/class_exists.php"
62+
]
5463
},
5564
"suggest": {
5665
"filp/whoops": "^2.1 to use the Whoops error handler",

0 commit comments

Comments
 (0)