diff --git a/.gitignore b/.gitignore index 6c0987d9..6aa65c6e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /phpunit.phar /vendor/ /.idea/ +/.phpunit.result.cache diff --git a/README.md b/README.md index c56159fd..4b806aa8 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ This plugin contains various localized validation classes for specific countries The master branch has the following requirements: -* CakePHP 3.5+. -* PHP 5.6+. +* CakePHP 4.0+. +* PHP 7.2+. ## Installation @@ -26,7 +26,7 @@ Load your plugin using ``` bin/cake plugin load Cake/Localized ``` -or by manually putting `Plugin::load('Cake/Localized')` in your `boostrap.php`. +or by manually adding `$this->addPlugin('Cake/Localized')` in your `src/Application.php`. ## Model validation