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" ,
"require" : { } ,
"require-dev" : {
2022-12-19 23:08:19 +00:00
"automattic/jetpack-changelogger" : "^3.2.1"
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" : {
2022-11-24 13:40:35 +00:00
"dev-trunk" : "1.11.x-dev"
2022-07-28 18:42:13 +00:00
}
}
}