Files
hub-insurance/wp-content/plugins/automattic-for-agencies-client/composer.json
T
2026-07-02 15:54:39 -06:00

74 lines
2.1 KiB
JSON

{
"name": "automattic/automattic-for-agencies-client",
"description": "Easily connect your clients sites to the Automattic for Agencies portal and enable portal features like plugin updates, downtime monitoring, and more.",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-assets": "^4.3.32",
"automattic/jetpack-autoloader": "^5.0.16",
"automattic/jetpack-composer-plugin": "^4.0.5",
"automattic/jetpack-config": "^3.1.1",
"automattic/jetpack-connection": "^8.2.2",
"automattic/jetpack-plugin-deactivation": "^0.3.26",
"automattic/jetpack-sync": "^4.35.0",
"automattic/jetpack-status": "^6.1.2"
},
"require-dev": {
"yoast/phpunit-polyfills": "^4.0.0",
"automattic/jetpack-changelogger": "^6.0.14",
"automattic/phpunit-select-config": "^1.0.4"
},
"autoload": {
"classmap": [
"src/"
]
},
"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-js": [
"pnpm run test"
],
"test-php": [
"@composer phpunit"
],
"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": {
"autotagger": true,
"autorelease": true,
"mirror-repo": "Automattic/automattic-for-agencies-client",
"release-branch-prefix": "automattic-for-agencies-client",
"wp-plugin-slug": "automattic-for-agencies-client",
"wp-svn-autopublish": true,
"changelogger": {
"versioning": "semver"
},
"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_automattic_for_agencies_clientⓥ0_8_0"
}
}