Skip to content

Commit dc346b7

Browse files
committed
Updated the Composer.json file
Adds an installer-name for composer installs Ref: https://github.com/composer/installers#custom-install-names Signed-off-by: Justin Yost <justin.yost@yostivanich.com>
1 parent 10185b5 commit dc346b7

1 file changed

Lines changed: 26 additions & 23 deletions

File tree

composer.json

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
11
{
2-
"name": "loadsys/config-read",
3-
"description": "A CakePHP plugin that provides a Shell to read an app's Configure vars from the command line.",
4-
"type": "cakephp-plugin",
5-
"keywords": [
6-
"cakephp",
7-
"configure",
8-
"shell"
9-
],
10-
"homepage": "https://github.com/loadsys/CakePHP-ConfigReadShell",
11-
"license": "MIT",
12-
"authors": [
13-
{
14-
"name": "Brian Porter",
15-
"email": "beporter@users.sourceforge.net"
16-
}
17-
],
18-
"support": {
19-
"issues": "https://github.com/loadsys/CakePHP-ConfigReadShell/issues",
20-
"source": "https://github.com/loadsys/CakePHP-ConfigReadShell"
21-
},
22-
"require": {
23-
"composer/installers": "*"
24-
}
2+
"name": "loadsys/config-read",
3+
"description": "A CakePHP plugin that provides a Shell to read an app's Configure vars from the command line.",
4+
"type": "cakephp-plugin",
5+
"keywords": [
6+
"cakephp",
7+
"configure",
8+
"shell"
9+
],
10+
"homepage": "https://github.com/loadsys/CakePHP-ConfigReadShell",
11+
"license": "MIT",
12+
"authors": [
13+
{
14+
"name": "Brian Porter",
15+
"email": "beporter@users.sourceforge.net"
16+
}
17+
],
18+
"support": {
19+
"issues": "https://github.com/loadsys/CakePHP-ConfigReadShell/issues",
20+
"source": "https://github.com/loadsys/CakePHP-ConfigReadShell"
21+
},
22+
"require": {
23+
"composer/installers": "*"
24+
},
25+
"extra": {
26+
"installer-name": "ConfigRead"
27+
}
2528
}

0 commit comments

Comments
 (0)