Skip to content

Commit

Permalink
Merge pull request #977 from cakephp/dereuromark-patch-2
Browse files Browse the repository at this point in the history
Fix up version
  • Loading branch information
markstory authored Nov 28, 2023
2 parents 5eda5a6 + cece0e1 commit fdbe12c
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 fdbe12c

Please sign in to comment.