mirror of
https://github.com/felixfoertsch/wordpress-dev-env.git
synced 2026-04-18 07:18:43 +02:00
14 lines
393 B
JSON
14 lines
393 B
JSON
{
|
|
"name" : "xptrdev/wp-config-file-editor",
|
|
"autoload" : {
|
|
"classmap" : ["Compatibility", "Config/", "Includes/", "Modules/", "Services/", "Factory/", "Libraries/", "Pluggable/", "SysPlugins/", "Installer/" ]
|
|
},
|
|
"repositories": [{
|
|
"type": "vcs",
|
|
"url": "https://github.com/xptrdev/WPPluginFramework.git"
|
|
}],
|
|
"require" : {
|
|
"xptrdev/WPPluginFramework" : "dev-master"
|
|
}
|
|
}
|