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

Commit a0bbe6e

Browse files
committed
Updated composer skeleton
1 parent d0865e3 commit a0bbe6e

File tree

1 file changed

+22
-14
lines changed

1 file changed

+22
-14
lines changed

composer.json

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
{
22
"name": "zendframework/zend-mvc",
3-
"description": " ",
3+
"description": "Zend Framework's event-driven MVC layer, including MVC Applications, Controllers, and Plugins",
44
"license": "BSD-3-Clause",
55
"keywords": [
6-
"zf2",
6+
"zf",
7+
"zendframework",
78
"mvc"
89
],
9-
"homepage": "https://github.com/zendframework/zend-mvc",
10-
"autoload": {
11-
"psr-4": {
12-
"Zend\\Mvc\\": "src/"
13-
}
10+
"support": {
11+
"docs": "https://docs.zendframework.com/zend-mvc/",
12+
"issues": "https://github.com/zendframework/zend-mvc/issues",
13+
"source": "https://github.com/zendframework/zend-mvc",
14+
"rss": "https://github.com/zendframework/zend-mvc/releases.atom",
15+
"slack": "https://zendframework-slack.herokuapp.com",
16+
"forum": "https://discourse.zendframework.com/c/questions/components"
1417
},
1518
"require": {
1619
"container-interop/container-interop": "^1.1",
@@ -44,13 +47,9 @@
4447
"zendframework/zend-servicemanager-di": "zend-servicemanager-di provides utilities for integrating zend-di and zend-servicemanager in your zend-mvc application",
4548
"zendframework/zend-stratigility": "zend-stratigility is required to use middleware pipes in the MiddlewareListener"
4649
},
47-
"config": {
48-
"sort-packages": true
49-
},
50-
"extra": {
51-
"branch-alias": {
52-
"dev-master": "3.1-dev",
53-
"dev-develop": "3.2-dev"
50+
"autoload": {
51+
"psr-4": {
52+
"Zend\\Mvc\\": "src/"
5453
}
5554
},
5655
"autoload-dev": {
@@ -61,6 +60,15 @@
6160
"test/_autoload.php"
6261
]
6362
},
63+
"config": {
64+
"sort-packages": true
65+
},
66+
"extra": {
67+
"branch-alias": {
68+
"dev-master": "3.1-dev",
69+
"dev-develop": "3.2-dev"
70+
}
71+
},
6472
"scripts": {
6573
"check": [
6674
"@cs-check",

0 commit comments

Comments
 (0)