josegonzalez / rad-cakephp-2

Issue Tracker for the "Rapid Application Development with CakePHP 2" BOOK
http://josediazgonzalez.com/cakephp-book/
3 stars 1 forks source link

Fix composer require call for debug_kit #2

Closed josegonzalez closed 9 years ago

josegonzalez commented 10 years ago
composer require cakephp/debug_kit 2.2.*

@dereuromark anything I'm missing here?

dereuromark commented 10 years ago

You mean

composer require-dev cakephp/debug_kit 2.2.*

As this is not necessary in production (--no-dev).

josegonzalez commented 10 years ago

Gotcha, good catch.

josegonzalez commented 10 years ago

Closed by 471f812811886401fb8d80c574e94572b3c2a1f7