Skip to content

Commit d4f27e4

Browse files
committed
composer build updates
1 parent 0fa8b1a commit d4f27e4

1 file changed

Lines changed: 43 additions & 42 deletions

File tree

composer.json

Lines changed: 43 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,45 @@
11
{
2-
"name": "detain/myadmin-ip-webhosting-addon",
3-
"type": "myadmin-plugin",
4-
"description": "Dedicated IP Addon for Webhosting Module in MyAdmin",
5-
"keywords": [
6-
"ip",
7-
"administration",
8-
"webhosting",
9-
"dedicated ip",
10-
"myadmin",
11-
"plugin",
12-
"addon"
13-
],
14-
"license": "LGPL-2.1-or-later",
15-
"authors": [
16-
{
17-
"name": "Joe Huss",
18-
"homepage": "https:\/\/my.interserver.net\/"
19-
}
20-
],
21-
"config": {
22-
"bin-dir": "vendor\/bin",
23-
"minimum-stability": "dev"
24-
},
25-
"require": {
26-
"php": ">=5.0.0",
27-
"ext-soap": "*",
28-
"symfony/event-dispatcher": "*",
29-
"detain/myadmin-plugin-installer": "dev-master",
30-
"roave/security-advisories": "dev-master"
31-
},
32-
"require-dev": {
33-
"phpunit/phpunit": "*",
34-
"vlucas/phpdotenv": "*",
35-
"codeclimate/php-test-reporter": "dev-master",
36-
"satooshi/php-coveralls": "*",
37-
"codacy/coverage": "dev-master"
38-
},
39-
"autoload": {
40-
"psr-4": {
41-
"Detain\\MyAdminWebhostingIp\\": "src/"
42-
}
43-
}
2+
"name": "detain/myadmin-ip-webhosting-addon",
3+
"type": "myadmin-plugin",
4+
"description": "Dedicated IP Addon for Webhosting Module in MyAdmin",
5+
"keywords": [
6+
"ip",
7+
"administration",
8+
"webhosting",
9+
"dedicated ip",
10+
"myadmin",
11+
"plugin",
12+
"addon"
13+
],
14+
"license": "LGPL-2.1-or-later",
15+
"authors": [
16+
{
17+
"name": "Joe Huss",
18+
"homepage": "https:\/\/my.interserver.net\/"
19+
}
20+
],
21+
"config": {
22+
"bin-dir": "vendor\/bin",
23+
"minimum-stability": "dev"
24+
},
25+
"require": {
26+
"php": ">=5.0.0",
27+
"ext-soap": "*",
28+
"symfony/event-dispatcher": "*",
29+
"detain/myadmin-plugin-installer": "dev-master",
30+
"roave/security-advisories": "dev-master"
31+
},
32+
"require-dev": {
33+
"phpunit/phpunit": "*",
34+
"phpunit/phpunit-mock-objects": "*",
35+
"vlucas/phpdotenv": "*",
36+
"codeclimate/php-test-reporter": "dev-master",
37+
"satooshi/php-coveralls": "*",
38+
"codacy/coverage": "dev-master"
39+
},
40+
"autoload": {
41+
"psr-4": {
42+
"Detain\\MyAdminWebhostingIp\\": "src/"
43+
}
44+
}
4445
}

0 commit comments

Comments
 (0)