Skip to content

Commit cece0e1

Browse files
authored
Fix up version
1 parent 5eda5a6 commit cece0e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)