2022-07-28 18:42:13 +00:00
|
|
|
{
|
|
|
|
"name": "automattic/jetpack-licensing",
|
|
|
|
"description": "Everything needed to manage Jetpack licenses client-side.",
|
|
|
|
"type": "jetpack-library",
|
|
|
|
"license": "GPL-2.0-or-later",
|
|
|
|
"require": {
|
2023-03-17 22:34:13 +00:00
|
|
|
"automattic/jetpack-connection": "^1.51.0"
|
2022-07-28 18:42:13 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"automattic/wordbless": "@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
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"phpunit": [
|
|
|
|
"./vendor/phpunit/phpunit/phpunit --colors=always"
|
|
|
|
],
|
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
|
|
|
"test-php": [
|
|
|
|
"@composer phpunit"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true,
|
|
|
|
"extra": {
|
|
|
|
"autotagger": true,
|
|
|
|
"mirror-repo": "Automattic/jetpack-licensing",
|
|
|
|
"textdomain": "jetpack-licensing",
|
|
|
|
"changelogger": {
|
|
|
|
"link-template": "https://github.com/Automattic/jetpack-licensing/compare/v${old}...v${new}"
|
|
|
|
},
|
|
|
|
"branch-alias": {
|
2023-03-17 22:34:13 +00:00
|
|
|
"dev-trunk": "1.8.x-dev"
|
2022-07-28 18:42:13 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"allow-plugins": {
|
|
|
|
"roots/wordpress-core-installer": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|