-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathcomposer.json
56 lines (56 loc) · 1.22 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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name" : "airatvibe/ad-generator",
"description": "Professional text randomizer and ad generator.",
"homepage" : "https://github.com/airatvibe/ad-generator",
"type" : "wordpress-plugin",
"keywords": [
"randomizer",
"generator",
"wordpress",
"avito",
"ad generator",
"text randomizer",
"cli"
],
"license" : "GPL-3.0",
"authors" : [
{
"name" : "Airat Halitov",
"email" : "[email protected]",
"homepage": "https://airatvibe.com"
}
],
"support": {
"issues": "https://github.com/airatvibe/ad-generator/issues",
"source": "https://github.com/airatvibe/ad-generator",
"wiki": "https://github.com/airatvibe/ad-generator/wiki"
},
"repositories": [
{
"type": "composer",
"url": "http://wpackagist.org"
},
{
"type": "package",
"package": {
"name": "airatvibe/ad-generator",
"version": "2.2.0",
"type": "wordpress-plugin",
"dist": {
"type": "zip",
"url": "https://github.com/airatvibe/ad-generator/archive/master.zip"
},
"require" : {
"composer/installers": "v1.0.6"
}
}
}
],
"require": {
"php": ">=5.3.0",
"johnpbloch/wordpress": ">=3.8.0@stable"
},
"extra": {
"wordpress-install-dir": "vendor/wordpress"
}
}