We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1564060 commit 0dfd1bcCopy full SHA for 0dfd1bc
README.md
@@ -22,8 +22,10 @@ You can install the plugin via composer:
22
$ composer require --prefer-dist mirko-pagliai/cakephp-database-backup
23
```
24
25
+The current release requires at least CakePHP 4.0, PHP 7.2 and `phpunit` 8.0.
26
+
27
Instead, the [cakephp3](//github.com/mirko-pagliai/cakephp-database-backup/tree/cakephp3)
-branch is compatible with all previous versions of CakePHP from version 3.5.1.
28
+branch requires at least CakePHP 3.5.1, PHP 5.6 and `phpunit` 5.7.14.
29
In this case, you can install the package as well:
30
31
```bash
0 commit comments