oont-contents/plugins/jetpack-boost/jetpack_vendor/automattic/jetpack-jitm/composer.json
2025-04-06 08:34:48 +02:00

67 lines
1.7 KiB
JSON

{
"name": "automattic/jetpack-jitm",
"description": "Just in time messages for Jetpack",
"type": "jetpack-library",
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-a8c-mc-stats": "^3.0.4",
"automattic/jetpack-assets": "^4.0.16",
"automattic/jetpack-connection": "^6.10.1",
"automattic/jetpack-device-detection": "^3.0.5",
"automattic/jetpack-logo": "^3.0.4",
"automattic/jetpack-redirect": "^3.0.6",
"automattic/jetpack-status": "^5.1.1"
},
"require-dev": {
"brain/monkey": "^2.6.2",
"yoast/phpunit-polyfills": "^3.0.0",
"automattic/jetpack-changelogger": "^6.0.3",
"automattic/phpunit-select-config": "^1.0.2"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
},
"autoload": {
"classmap": [
"src/"
]
},
"scripts": {
"build-production": [
"pnpm run build-production"
],
"build-development": [
"pnpm run build"
],
"phpunit": [
"phpunit-select-config phpunit.#.xml.dist --colors=always"
],
"test-coverage": [
"php -dpcov.directory=. ./vendor/bin/phpunit-select-config phpunit.#.xml.dist --coverage-php \"$COVERAGE_DIR/php.cov\""
],
"test-php": [
"@composer phpunit"
],
"watch": [
"Composer\\Config::disableProcessTimeout",
"pnpm run watch"
]
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"autotagger": true,
"mirror-repo": "Automattic/jetpack-jitm",
"textdomain": "jetpack-jitm",
"version-constants": {
"::PACKAGE_VERSION": "src/class-jitm.php"
},
"changelogger": {
"link-template": "https://github.com/Automattic/jetpack-jitm/compare/v${old}...v${new}"
},
"branch-alias": {
"dev-trunk": "4.2.x-dev"
}
}
}