Skip to content

Commit

Permalink
Merge pull request #8 from mirko-pagliai/develop
Browse files Browse the repository at this point in the history
updated
  • Loading branch information
mirko-pagliai authored Mar 21, 2019
2 parents 67f4172 + 552867c commit 980ed26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ You can install the plugin via composer:
```bash
$ composer require --prefer-dist mirko-pagliai/cakephp-link-scanner
```

**NOTE: the latest version available requires at least CakePHP 3.7.1**.

Then you have to edit `APP/config/bootstrap.php` to load the plugin:
```php
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
}],
"require": {
"php": ">=5.5.9",
"cakephp/cakephp": "^3.6",
"mirko-pagliai/me-tools": "^2.17.2",
"cakephp/cakephp": "^3.7.1",
"mirko-pagliai/me-tools": "^2.18",
"mirko-pagliai/php-tools": "^1.1.16"
},
"require-dev": {
Expand Down

0 comments on commit 980ed26

Please sign in to comment.