diff --git a/framework/Backup/.horde.yml b/framework/Backup/.horde.yml new file mode 100644 index 00000000000..fdc924308b6 --- /dev/null +++ b/framework/Backup/.horde.yml @@ -0,0 +1,8 @@ +--- +id: Backup +name: Backup +full: Backup and restore library +description: > + Library that drives the backup and restore features of Horde applications. +list: dev +type: library diff --git a/framework/Refactor/.horde.yml b/framework/Refactor/.horde.yml new file mode 100644 index 00000000000..a361eff7c21 --- /dev/null +++ b/framework/Refactor/.horde.yml @@ -0,0 +1,9 @@ +--- +id: Refactor +name: Refactor +full: PHP code refactoring library +description: > + An extendable set of classes and a command line tool to refactor files or + complete directories. +list: dev +type: library