mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-05-31 05:04:29 +08:00
- Updates `composer/installers` to 1.10 - Updates `phpcompatibility/phpcompatibility-wp` to 2.1 - Updates `dealerdirect/phpcodesniffer-composer-installer` to 0.7.1 - Updates `wp-phpunit/wp-phpunit` to latest - Adds a dependency to `phpunit/phpunit` v7.5+ to be able to run PHP 8.0 unit tests using `@wordpress/env`. Props slaFFik Fixes #8381 Fixes #8420 git-svn-id: https://buddypress.svn.wordpress.org/trunk@12852 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"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-or-later",
|
|
"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.10.0",
|
|
"php": ">=5.6.0"
|
|
},
|
|
"require-dev": {
|
|
"phpcompatibility/phpcompatibility-wp": "^2.1.0",
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
|
|
"wp-phpunit/wp-phpunit": "^5.6",
|
|
"phpunit/phpunit": "^7.5"
|
|
}
|
|
}
|