buddypress/composer.json
Mathieu Viet 9fe2bf1f28 Update the GH action WP testing matrix, WP PHPunit and @wordpress/env
This commit also fixes:
- a GH action issue when testing WP < 6.1. In this case we need to downgrade WP PHPunit to a version lower than 6.1.0 to avoid @wordpress/env unit test command to fail (Internal Server Error).
- the database error when running the `BP_Tests_Groups_Functions` test.

Closes https://github.com/buddypress/buddypress/pull/34
Fixes #8759



git-svn-id: https://buddypress.svn.wordpress.org/trunk@13355 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2022-11-05 05:25:42 +00:00

54 lines
1.4 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/"
},
"config": {
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"repositories": [
{
"url": "https://github.com/buddypress/bp-coding-standards.git",
"type": "git"
}
],
"require": {
"composer/installers": "^1.10.0",
"php": ">=5.6.0"
},
"require-dev": {
"buddypress/bp-coding-standards": "dev-trunk",
"wp-phpunit/wp-phpunit": "^6.1",
"yoast/phpunit-polyfills": "^1.0.1"
},
"scripts": {
"test": "@php ./vendor/phpunit/phpunit/phpunit",
"phpcs" : "@php ./vendor/bin/phpcs"
}
}