Skip to content

Commit

Permalink
Fix up version
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark authored Nov 28, 2023
1 parent 5eda5a6 commit cece0e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ For details and older versions see [version map](https://github.com/cakephp/debu

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

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

0 comments on commit cece0e1

Please sign in to comment.