We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0353bf commit 9500fbdCopy full SHA for 9500fbd
1 file changed
composer.json
@@ -3,6 +3,7 @@
3
"type": "library",
4
"description": "DotKernel controller like middleware component with plugin support",
5
"license": "MIT",
6
+ "homepage": "https://github.com/dotkernel/dot-controller",
7
"keywords": [
8
"controller",
9
"plugin",
@@ -12,7 +13,7 @@
12
13
],
14
"authors": [
15
{
- "name": "dotkernel",
16
+ "name": "DotKernel Team",
17
"email": "team@dotkernel.com"
18
}
19
@@ -38,11 +39,5 @@
38
39
"psr-4": {
40
"DotTest\\Controller\\": "test/"
41
- },
42
- "extra": {
43
- "branch-alias": {
44
- "dev-master": "2.0-dev",
45
- "dev-develop": "2.1-dev"
46
- }
47
48
0 commit comments