This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +395
-240
lines changed Expand file tree Collapse file tree 2 files changed +395
-240
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments