-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
71 lines (71 loc) · 1.75 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "ingot/ingot",
"description": "Conversion optimization for WordPress made easy",
"type": "wordpress-plugin",
"keywords": [
"wordpress"
],
"minimum-stability" : "dev",
"license": "GPL-2.0+",
"authors": [
{
"name": "Josh Pollock",
"homepage": "http://JoshPress.net",
"role": "Developer"
},
{
"name": "Roy Sivan",
"homepage": "http://roysivan.com",
"role": "Developer"
}
],
"repositories": [
{
"type":"git",
"url":"https://github.com/ingothq/multiarmedbandit"
},
{
"type": "git",
"url": "https://github.com/ingothq/wordpress-sdk"
},
{
"type":"git",
"url":"https://github.com/ingothq/ingot-core"
},
{
"type": "git",
"url": "https://github.com/Ingothq/ingot-woo-lib"
},
{
"type": "git",
"url": "https://github.com/Ingothq/ingot-give-lib"
},
{
"type": "git",
"url": "https://github.com/Ingothq/ingot-pmpro-lib"
},
{
"type": "git",
"url": "https://github.com/Ingothq/ingot-edd-lib"
}
],
"require": {
"calderawp/dismissible-notice": "dev-master",
"ingot/ingot-core" : "*",
"ingot/ingot-edd-lib" : "1.0.0",
"ingot/ingot-woo-lib" : "1.0.0",
"ingot/ingot-give-lib" : "1.0.0",
"ingot/ingot-pmpro-lib" : "1.0.0"
},
"require-dev": {
"satooshi/php-coveralls": "dev-master",
"phpunit/phpunit": "3.7.31",
"phpunit/php-invoker": "1.1.3",
"10up/wp_mock": "dev-master"
},
"autoload": {
"files": [
"ingot-premium.php"
]
}
}