{ "name": "automattic/jetpack-social", "description": "Social plugin", "type": "wordpress-plugin", "license": "GPL-2.0-or-later", "require": { "automattic/jetpack-admin-ui": "^0.5.11", "automattic/jetpack-assets": "^4.3.25", "automattic/jetpack-autoloader": "^5.0.16", "automattic/jetpack-composer-plugin": "^4.0.5", "automattic/jetpack-config": "^3.1.1", "automattic/jetpack-publicize": "^0.72.5", "automattic/jetpack-connection": "^7.1.1", "automattic/jetpack-my-jetpack": "^5.31.5", "automattic/jetpack-sync": "^4.28.0", "automattic/jetpack-status": "^6.1.2", "automattic/jetpack-plans": "^0.11.2", "automattic/jetpack-post-list": "^0.9.7" }, "require-dev": { "automattic/jetpack-changelogger": "^6.0.14", "yoast/phpunit-polyfills": "^4.0.0", "brain/monkey": "^2.6.2", "automattic/phpunit-select-config": "^1.0.3" }, "autoload": { "classmap": [ "src/" ], "files": [ "src/utils.php" ] }, "scripts": { "phpunit": [ "phpunit-select-config phpunit.#.xml.dist --colors=always" ], "test-coverage": "pnpm concurrently --names php,js 'php -dpcov.directory=. ./vendor/bin/phpunit-select-config phpunit.#.xml.dist --coverage-php \"$COVERAGE_DIR/php.cov\"' 'pnpm:test-coverage'", "test-php": [ "@composer phpunit" ], "test-js": [ "pnpm run test" ], "build-development": [ "pnpm run build" ], "build-production": [ "pnpm run build-production-concurrently" ], "watch": [ "Composer\\Config::disableProcessTimeout", "pnpm run watch" ] }, "repositories": [], "minimum-stability": "dev", "prefer-stable": true, "extra": { "autorelease": true, "autotagger": { "v": false }, "mirror-repo": "Automattic/jetpack-social-plugin", "release-branch-prefix": [ "social", "monthly" ], "wp-plugin-slug": "jetpack-social", "wp-svn-autopublish": true, "non-mirrored-require-dev": [ "automattic/jetpack-test-environment" ] }, "config": { "allow-plugins": { "roots/wordpress-core-installer": true, "automattic/jetpack-autoloader": true, "automattic/jetpack-composer-plugin": true }, "autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_socialâ“¥8_0_1" } }