Skip to content

Commit 377ee67

Browse files
committed
Merge pull request #329 from bcrowe/dev-install
Use --dev option for install
2 parents 51d8f0e + 33e37a0 commit 377ee67

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)