{
	"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",
		"php-ffmpeg/php-ffmpeg": "^0.16.0"
	},
	"require-dev": {
	  "symfony/var-dumper": "^4.2",
	  "dealerdirect/phpcodesniffer-composer-installer": "*",
	  "phpcompatibility/phpcompatibility-wp": "^2.1",
	  "squizlabs/php_codesniffer": "^3.4.0",
	  "wp-coding-standards/wpcs": "*"
	},
    "scripts": {
		"test": "vendor/bin/phpunit",
		"test-ld": "TEST_LEARNDASH=yes vendor/bin/phpunit --testsuite=learndash",
		"lint-php": "vendor/bin/phpcs -s",
		"lint-php-fix": "vendor/bin/phpcbf",
		"lint-js": "grunt jsvalidate jshint",
		"lint-css": "grunt stylelint",
		"lint": ["@lint-php", "@lint-js", "@lint-css"]
	},
	"config": {
		"platform-check": false
	}
}
