buddypress/composer.json
Mathieu Viet 5a612fbf50 Build/test tools: use GitHub Actions to run PHP unit tests
We're starting using GitHub Actions with these 4 jobs to do our PHP Unit tests on this matrix :

- WP Trunk - PHP 7.4
- WP Trunk - PHP 8.0
- WP 5.7 - PHP 7.4
- WP 5.7 - PHP 8.0

As the future of Travis.org is uncertain, we believe it's an important step to secure our testing tool.

Props slaFFik, Huge Props espellcaste 💪

Fixes #8421



git-svn-id: https://buddypress.svn.wordpress.org/trunk@12950 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2021-05-14 05:23:02 +00:00

41 lines
1.2 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",
"squizlabs/php_codesniffer" : "^3.5.4",
"wp-coding-standards/wpcs": "*",
"wp-phpunit/wp-phpunit": "^5.7",
"phpunit/phpunit": "^7.5"
}
}