From efb90ae35e02224d977db3fe5814610412d678c9 Mon Sep 17 00:00:00 2001 From: mscherer Date: Fri, 3 Apr 2020 00:34:51 +0200 Subject: [PATCH] Fix up README --- .gitignore | 1 + README.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) 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