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": {
|
2024-02-08 12:31:43 +00:00
|
|
|
"php": ">=7.0",
|
2024-06-27 12:10:57 +00:00
|
|
|
"automattic/jetpack-connection": "^2.7.2"
|
2022-07-28 18:42:13 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"automattic/wordbless": "@dev",
|
2023-10-22 22:21:06 +00:00
|
|
|
"yoast/phpunit-polyfills": "1.1.0",
|
2024-06-27 12:10:57 +00:00
|
|
|
"automattic/jetpack-changelogger": "^4.2.2"
|
2022-07-28 18:42:13 +00:00
|
|
|
},
|
2023-06-05 11:21:22 +00:00
|
|
|
"suggest": {
|
|
|
|
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
|
|
|
|
},
|
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": {
|
2024-02-08 12:31:43 +00:00
|
|
|
"dev-trunk": "2.0.x-dev"
|
2022-07-28 18:42:13 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"allow-plugins": {
|
|
|
|
"roots/wordpress-core-installer": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|