2022-07-28 18:42:13 +00:00
|
|
|
{
|
|
|
|
"name": "automattic/jetpack-admin-ui",
|
|
|
|
"description": "Generic Jetpack wp-admin UI elements",
|
|
|
|
"type": "jetpack-library",
|
|
|
|
"license": "GPL-2.0-or-later",
|
|
|
|
"require": {},
|
|
|
|
"require-dev": {
|
2023-01-18 16:40:00 +00:00
|
|
|
"yoast/phpunit-polyfills": "1.0.4",
|
2023-03-17 22:34:13 +00:00
|
|
|
"automattic/jetpack-changelogger": "^3.3.2",
|
2022-07-28 18:42:13 +00:00
|
|
|
"automattic/wordbless": "dev-master"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"phpunit": [
|
|
|
|
"./vendor/phpunit/phpunit/phpunit --colors=always"
|
|
|
|
],
|
|
|
|
"test-php": [
|
|
|
|
"@composer phpunit"
|
|
|
|
],
|
2022-11-24 13:40:35 +00:00
|
|
|
"post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy",
|
|
|
|
"post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy"
|
2022-07-28 18:42:13 +00:00
|
|
|
},
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true,
|
|
|
|
"extra": {
|
|
|
|
"autotagger": true,
|
|
|
|
"mirror-repo": "Automattic/jetpack-admin-ui",
|
|
|
|
"textdomain": "jetpack-admin-ui",
|
|
|
|
"changelogger": {
|
|
|
|
"link-template": "https://github.com/Automattic/jetpack-admin-ui/compare/${old}...${new}"
|
|
|
|
},
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-trunk": "0.2.x-dev"
|
|
|
|
},
|
|
|
|
"version-constants": {
|
|
|
|
"::PACKAGE_VERSION": "src/class-admin-menu.php"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"allow-plugins": {
|
|
|
|
"roots/wordpress-core-installer": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|