2022-07-28 18:42:13 +00:00
{
"name" : "automattic/jetpack-config" ,
"description" : "Jetpack configuration package that initializes other packages and configures Jetpack's functionality. Can be used as a base for all variants of Jetpack package usage." ,
"type" : "jetpack-library" ,
"license" : "GPL-2.0-or-later" ,
2024-02-08 12:31:43 +00:00
"require" : {
"php" : ">=7.0"
} ,
2022-07-28 18:42:13 +00:00
"require-dev" : {
2024-04-19 10:49:36 +00:00
"automattic/jetpack-changelogger" : "^4.1.1"
2023-10-22 22:21:06 +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/"
]
} ,
"minimum-stability" : "dev" ,
"prefer-stable" : true ,
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-config" ,
"textdomain" : "jetpack-config" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-config/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
}
}
}