-
Notifications
You must be signed in to change notification settings - Fork 363
/
Copy pathcomposer.json
33 lines (33 loc) · 995 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
31
32
33
{
"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": "Paid Memberships Pro",
"email": "[email protected]",
"homepage": "https://www.paidmembershipspro.com/"
}
],
"support": {
"issues": "https://github.com/strangerstudios/paid-memberships-pro/issues",
"source": "https://github.com/strangerstudios/paid-memberships-pro",
"forum": "https://www.paidmembershipspro.com/support",
"docs": "https://www.paidmembershipspro.com/documentation/"
},
"require": {
"composer/installers": "^1.9",
"php": ">=7.4"
},
"minimum-stability": "stable",
"prefer-stable": true,
"extra": {
"installer-name": "paid-memberships-pro"
}
}