Skip to content

Commit 33e37a0

Browse files
committed
Use --dev option for install
1 parent 51d8f0e commit 33e37a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you want DebugKit for your 2.x application, you can use the latest `2.2.y` ta
1919

2020
* Install the plugin with composer from your CakePHP Project's ROOT directory (where composer.json file is located)
2121
```sh
22-
php composer.phar require cakephp/debug_kit "~3.0"
22+
php composer.phar require --dev cakephp/debug_kit "~3.0"
2323
```
2424

2525
* Load the plugin

0 commit comments

Comments
 (0)