forked from kkartunov/IDOL-OnDemand-Suite-WP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 829 Bytes
/
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
{
"name": "mtserve/hp-idol-on-demand-suite-for-wp",
"description": "HP IDOL OnDemand Suite For WP is a plugin for working with the IDOL OnDemand API",
"version": "0.1.0",
"type": "wordpress-plugin",
"license": "GPLv2",
"homepage": "https://github.com/mtserve/IDOL-OnDemand-Suite-WP",
"authors": [
{
"name": "Kiril Kartunov",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"sami/sami": "2.0.*@dev",
"phpspec/phpspec": "~2.0"
},
"autoload": {
"psr-0": {
"OnDemandSuiteWP": ["src/"]
}
},
"keywords": ["wordpress", "API", "HP IDOL OnDemand"],
"support": {
"issues": "https://github.com/mtserve/IDOL-OnDemand-Suite-WP/issues"
}
}