-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcomposer.json
43 lines (43 loc) · 1.15 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
39
40
41
42
43
{
"name": "rinatkhaziev/blimply",
"type": "wordpress-plugin",
"description": "Urban Airship Plugin for WordPress",
"homepage": "http://docs.urbanairship.com/reference/libraries/php/",
"license": "GPL v2+",
"authors": [
{
"name": "Rinat Khaziev",
"email": "[email protected]",
"homepage": "http://doejo.com",
"role": "Maintainer"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/rinatkhaziev/wordpress-settings-api-class"
}
],
"require":{
"urbanairship/urbanairship": "dev-master",
"rinatkhaziev/wordpress-settings-api-class": "dev-master"
},
"require-dev": {
"urbanairship/urbanairship": "dev-master",
"phpunit/phpunit": "3.7.*",
"phpdocumentor/phpdocumentor": "2.*"
},
"minimum-stability": "beta",
"prefer-stable": true,
"config": {
"optimize-autoloader": true
},
"scripts": {
"post-install-cmd": [
"rm -rf vendor/nategood"
],
"post-update-cmd": [
"rm -rf vendor/nategood"
]
}
}