Skip to content

Commit efb90ae

Browse files
committed
Fix up README
1 parent 4f5017a commit efb90ae

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/phpunit.phar
33
/vendor/
44
/.idea/
5+
/.phpunit.result.cache

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ This plugin contains various localized validation classes for specific countries
99

1010
The master branch has the following requirements:
1111

12-
* CakePHP 3.5+.
13-
* PHP 5.6+.
12+
* CakePHP 4.0+.
13+
* PHP 7.2+.
1414

1515
## Installation
1616

@@ -26,7 +26,7 @@ Load your plugin using
2626
```
2727
bin/cake plugin load Cake/Localized
2828
```
29-
or by manually putting `Plugin::load('Cake/Localized')` in your `boostrap.php`.
29+
or by manually adding `$this->addPlugin('Cake/Localized')` in your `src/Application.php`.
3030

3131
## Model validation
3232

0 commit comments

Comments
 (0)