File tree Expand file tree Collapse file tree 16 files changed +17
-17
lines changed
Expand file tree Collapse file tree 16 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ Installing *PHPBU* via Composer is also supported.
6868
6969``` json
7070 "require" : {
71- "phpbu/phpbu" : " 2.0 .*"
71+ "phpbu/phpbu" : " 2.1 .*"
7272 }
7373```
7474
@@ -101,7 +101,7 @@ Simple configuration example:
101101``` xml
102102 <?xml version =" 1.0" encoding =" UTF-8" ?>
103103 <phpbu xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
104- xsi : noNamespaceSchemaLocation =" http://schema.phpbu.de/2.0 /phpbu.xsd"
104+ xsi : noNamespaceSchemaLocation =" http://schema.phpbu.de/2.1 /phpbu.xsd"
105105 verbose =" true" >
106106 <backups >
107107 <backup >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phpbu xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : noNamespaceSchemaLocation =" http://schema.phpbu.de/2.0 /phpbu.xsd"
3+ xsi : noNamespaceSchemaLocation =" http://schema.phpbu.de/2.1 /phpbu.xsd"
44 verbose =" true" >
55
66 <logging >
Original file line number Diff line number Diff line change 22<xs : schema xmlns : xs =" http://www.w3.org/2001/XMLSchema" >
33 <xs : annotation >
44 <xs : documentation source =" http://www.phpbu.de/" >
5- This schema file defines the rules by which the XML configuration file of phpbu 2.0 may be structured.
5+ This schema file defines the rules by which the XML configuration file of phpbu 2.1 may be structured.
66 </xs : documentation >
77 </xs : annotation >
88
Original file line number Diff line number Diff line change 1212 * @copyright Sebastian Feldmann <sebastian@phpbu.de>
1313 * @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
1414 * @link http://phpbu.de/
15- * @since Class available since Release 2.0.2
15+ * @since Class available since Release 2.1.0
1616 */
1717abstract class Cli
1818{
Original file line number Diff line number Diff line change 1616 * @copyright Sebastian Feldmann <sebastian@phpbu.de>
1717 * @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
1818 * @link http://phpbu.de/
19- * @since Class available since Release 2.0.2
19+ * @since Class available since Release 2.1.0
2020 */
2121abstract class Abstraction extends Cli
2222{
Original file line number Diff line number Diff line change 1616 * @copyright Sebastian Feldmann <sebastian@phpbu.de>
1717 * @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
1818 * @link http://phpbu.de/
19- * @since Class available since Release 2.0.2
19+ * @since Class available since Release 2.1.0
2020 */
2121class File extends Abstraction
2222{
Original file line number Diff line number Diff line change 1010 * @copyright Sebastian Feldmann <sebastian@phpbu.de>
1111 * @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
1212 * @link http://phpbu.de/
13- * @since Class available since Release 2.0.2
13+ * @since Class available since Release 2.1.0
1414 */
1515class Cmd
1616{
Original file line number Diff line number Diff line change 1010 * @copyright Sebastian Feldmann <sebastian@phpbu.de>
1111 * @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
1212 * @link http://phpbu.de/
13- * @since Class available since Release 2.0.2
13+ * @since Class available since Release 2.1.0
1414 */
1515Interface Executable
1616{
Original file line number Diff line number Diff line change 1313 * @copyright Sebastian Feldmann <sebastian@phpbu.de>
1414 * @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
1515 * @link http://phpbu.de/
16- * @since Class available since Release 2.0.2
16+ * @since Class available since Release 2.1.0
1717 */
1818abstract class Abstraction
1919{
Original file line number Diff line number Diff line change 1616 * @copyright Sebastian Feldmann <sebastian@phpbu.de>
1717 * @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
1818 * @link http://phpbu.de/
19- * @since Class available since Release 2.0.2
19+ * @since Class available since Release 2.1.0
2020 */
2121class Elasticdump extends Abstraction implements Executable
2222{
You can’t perform that action at this time.
0 commit comments