Skip to content

Commit fdbe12c

Browse files
authored
Merge pull request #977 from cakephp/dereuromark-patch-2
Fix up version
2 parents 5eda5a6 + cece0e1 commit fdbe12c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ For details and older versions see [version map](https://github.com/cakephp/debu
2424

2525
* Install the plugin with [Composer](https://getcomposer.org/) from your CakePHP Project's ROOT directory (where the **composer.json** file is located)
2626
```sh
27-
php composer.phar require --dev cakephp/debug_kit:"^4.0"
27+
php composer.phar require --dev cakephp/debug_kit:"^5.0"
2828
```
2929

30-
* [Load the plugin](https://book.cakephp.org/4/en/plugins.html#loading-a-plugin)
30+
* [Load the plugin](https://book.cakephp.org/5/en/plugins.html#loading-a-plugin)
3131
```php
3232
// src/Application.php
3333
$this->addPlugin('DebugKit');

0 commit comments

Comments
 (0)