Changeset 10492 for trunk/src/composer.json
- Timestamp:
- 02/02/2016 09:42:46 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/composer.json
r9181 r10492 1 1 { 2 3 "description": "BuddyPress helps you run any kind of social network on yourWordPress, with member profiles, activity streams, user groups, messaging, and more.",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 2 "name": "buddypress/buddypress", 3 "description": "BuddyPress helps you build any type of community website using WordPress, with member profiles, activity streams, user groups, messaging, and more.", 4 "type": "wordpress-plugin", 5 "keywords": [ 6 "activity", 7 "community", 8 "forum", 9 "friends", 10 "groups", 11 "messaging", 12 "notifications", 13 "profiles", 14 "social network" 15 ], 16 "homepage": "https://buddypress.org", 17 "license": "GPL-2.0+", 18 "authors": [ { 19 "name": "BuddyPress Community", 20 "homepage": "https://buddypress.org/about/" 21 } ], 22 "support": { 23 "forum": "https://buddypress.org/support/", 24 "irc": "irc://irc.freenode.net/buddypress-dev", 25 "issues": "https://buddypress.trac.wordpress.org/", 26 "wiki": "https://codex.buddypress.org/", 27 "source": "https://buddypress.trac.wordpress.org/browser" 28 }, 29 "require": { 30 "composer/installers": "~1.0", 31 "php": ">=5.2.4" 32 } 33 33 }
Note: See TracChangeset
for help on using the changeset viewer.