forked from code64/cleverreach-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
38 lines (38 loc) · 1.04 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "hofmannsven/cleverreach-extension",
"description": "Simple interface for CleverReach newsletter software using the official CleverReach SOAP API.",
"homepage": "https://github.com/hofmannsven/cleverreach-extension",
"license": "GPLv3",
"type": "wordpress-plugin",
"keywords": [
"wordpress",
"cleverreach"
],
"authors": [
{
"name": "Sven Hofmann",
"email": "info@hofmannsven.com",
"homepage": "https://hofmannsven.com",
"role": "Developer"
}
],
"support": {
"email": "info@hofmannsven.com",
"issues": "https://github.com/hofmannsven/cleverreach-extension/issues",
"wiki": "https://github.com/hofmannsven/cleverreach-extension/wiki",
"source": "https://github.com/hofmannsven/cleverreach-extension"
},
"autoload-dev": {
"classmap": [
"admin",
"includes",
"public"
]
},
"require-dev": {
"phpunit/phpunit": "5.3.*",
"inpsyde/wordpress-dev": "~4.5",
"inpsyde/wp-tests-starter": "~1.0",
"codeclimate/php-test-reporter": "~0.3"
}
}