forked from buddyboss/buddyboss-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (41 loc) · 1.09 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
{
"name": "buddypress/buddypress",
"description": "BuddyPress adds community features to WordPress. Member Profiles, Activity Streams, Direct Messaging, Notifications, and more!",
"type": "wordpress-plugin",
"keywords": [
"activity",
"community",
"friends",
"groups",
"messaging",
"notifications",
"profiles",
"social network"
],
"homepage": "https://buddypress.org",
"license": "GPL-2.0+",
"authors": [ {
"name": "BuddyPress Community",
"homepage": "https://buddypress.org/about/"
} ],
"support": {
"forum": "https://buddypress.org/support/",
"docs": "https://codex.buddypress.org/",
"issues": "https://buddypress.trac.wordpress.org/",
"rss": "https://buddypress.org/feed/",
"source": "https://buddypress.trac.wordpress.org/browser/",
"wiki": "https://codex.buddypress.org/"
},
"require": {
"composer/installers": "~1.0",
"php": ">=5.3.0",
"phpunit/phpunit": "6.1.0"
},
"scripts": {
"test": "vendor/bin/phpunit",
"test-ld": "TEST_LEARNDASH=yes vendor/bin/phpunit --testsuite=learndash"
},
"require-dev": {
"symfony/var-dumper": "^4.2"
}
}