forked from strangerstudios/paid-memberships-pro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
66 lines (66 loc) · 2.12 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
{
"name": "strangerstudios/paid-memberships-pro",
"type": "wordpress-plugin",
"description": "The most complete member management and membership subscriptions plugin for WordPress.",
"keywords": [
"wordpress",
"memberships"
],
"homepage": "https://www.paidmembershipspro.com/",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "XYZ",
"email": "[email protected]",
"homepage": "https://www.paidmembershipspro.com/",
"role": "Lead Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/strangerstudios/paid-memberships-pro/issues",
"forum": "https://wordpress.org/support/plugin/paid-memberships-pro",
"source": "https://github.com/strangerstudios/paid-memberships-pro",
"docs": "https://www.paidmembershipspro.com/documentation/"
},
"repositories": [
{
"name": "the-events-calendar/tribalscents",
"type": "github",
"url": "https://github.com/the-events-calendar/tribalscents",
"no-api": true
}
],
"require": {
"composer/installers": "1.9.*",
"php": ">=5.6"
},
"require-dev": {
"automattic/vipwpcs": "^2.0",
"bvanhoekelen/performance": "^2.5.1",
"codeception/codeception": "^4.0",
"codeception/module-asserts": "^1.0",
"codeception/module-cli": "^1.0",
"codeception/module-db": "^1.0",
"codeception/module-filesystem": "^1.0",
"codeception/module-phpbrowser": "^1.0",
"codeception/module-rest": "^1.0",
"codeception/module-webdriver": "^1.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"fzaninotto/faker": "^1.8",
"lucatume/function-mocker": "^1.3.8",
"lucatume/function-mocker-le": "^1.0.1",
"lucatume/wp-browser": "^3.0.11",
"lucatume/wp-snaphot-assertions": "^1.0",
"the-events-calendar/tribalscents": "dev-master",
"phpunit/phpunit": "^6.5.14",
"spatie/phpunit-snapshot-assertions": "^1.4.2",
"wp-cli/wp-cli": "2.*",
"wp-coding-standards/wpcs": "^2.1"
},
"minimum-stability": "stable",
"prefer-stable": true,
"extra": {
"installer-name": "paid-memberships-pro"
}
}