76 lines
1.8 KiB
JSON
76 lines
1.8 KiB
JSON
{
|
|
"name": "automattic/jetpack-connection",
|
|
"description": "Everything needed to connect to the Jetpack infrastructure",
|
|
"type": "jetpack-library",
|
|
"license": "GPL-2.0-or-later",
|
|
"require": {
|
|
"php": ">=7.0",
|
|
"automattic/jetpack-a8c-mc-stats": "^2.0.1",
|
|
"automattic/jetpack-admin-ui": "^0.4.2",
|
|
"automattic/jetpack-assets": "^2.1.11",
|
|
"automattic/jetpack-constants": "^2.0.2",
|
|
"automattic/jetpack-roles": "^2.0.2",
|
|
"automattic/jetpack-status": "^3.2.0",
|
|
"automattic/jetpack-redirect": "^2.0.2"
|
|
},
|
|
"require-dev": {
|
|
"automattic/wordbless": "@dev",
|
|
"yoast/phpunit-polyfills": "1.1.0",
|
|
"brain/monkey": "2.6.1",
|
|
"automattic/jetpack-changelogger": "^4.2.4"
|
|
},
|
|
"suggest": {
|
|
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"legacy",
|
|
"src/",
|
|
"src/webhooks"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"build-production": [
|
|
"pnpm run build-production"
|
|
],
|
|
"build-development": [
|
|
"pnpm run build"
|
|
],
|
|
"phpunit": [
|
|
"./vendor/phpunit/phpunit/phpunit --colors=always"
|
|
],
|
|
"post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy",
|
|
"post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy",
|
|
"test-php": [
|
|
"@composer phpunit"
|
|
]
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"extra": {
|
|
"autotagger": true,
|
|
"mirror-repo": "Automattic/jetpack-connection",
|
|
"textdomain": "jetpack-connection",
|
|
"version-constants": {
|
|
"::PACKAGE_VERSION": "src/class-package-version.php"
|
|
},
|
|
"changelogger": {
|
|
"link-template": "https://github.com/Automattic/jetpack-connection/compare/v${old}...v${new}"
|
|
},
|
|
"branch-alias": {
|
|
"dev-trunk": "2.8.x-dev"
|
|
},
|
|
"dependencies": {
|
|
"test-only": [
|
|
"packages/licensing",
|
|
"packages/sync"
|
|
]
|
|
}
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"roots/wordpress-core-installer": true
|
|
}
|
|
}
|
|
}
|