mirror of
https://github.com/felixfoertsch/wordpress-dev-env.git
synced 2026-04-18 15:28:44 +02:00
Initial commit
This commit is contained in:
13
wordpress_plugins/wp-config-file-editor/composer.json
Normal file
13
wordpress_plugins/wp-config-file-editor/composer.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user