File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11# 2.x branch
22## 2.10 branch
33### 2.10.1
4- * stable version.
4+ * stable version;
5+ * updated for ` php-tools ` 1.5.8.
56
67### 2.10.0-beta1
78* now allows to configure and customize via bootstrap the executable commands to
Original file line number Diff line number Diff line change 1313 "require" : {
1414 "php" : " >=7.2" ,
1515 "cakephp/cakephp" : " ^4.0" ,
16- "mirko-pagliai/php-tools" : " ^1.5.5 "
16+ "mirko-pagliai/php-tools" : " ^1.5.8 "
1717 },
1818 "require-dev" : {
1919 "cakephp/cakephp-codesniffer" : " ^4.4" ,
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ protected function _exec(string $command): Process
9696 */
9797 protected function _getExecutable (string $ type ): string
9898 {
99- Exceptionist::inArray ([ $ type , ['export ' , 'import ' ] ]);
99+ Exceptionist::inArray ($ type , ['export ' , 'import ' ]);
100100 $ driver = strtolower ($ this ->getDriverName ());
101101 $ replacements = [
102102 '{{BINARY}} ' => escapeshellarg ($ this ->getBinary (DATABASE_BACKUP_EXECUTABLES [$ driver ][$ type ])),
You can’t perform that action at this time.
0 commit comments