Adding translations installs all dev packages |
Hi all!
I'm getting up to speed with CI4 and want to install it using composer and the --no-dev option. No problem doing that. But when I install the translation package, all the dev packages are then also installed. Could we get a fix so that we can install translations with the --no-dev option Or am I maybe missing a piece of the puzzle? Thanks!
Hi, you install it like this.
Code: composer require --update-no-dev codeigniter4/translations https://getcomposer.org/doc/03-cli.md#require
(08-22-2020, 02:59 AM)jreklund Wrote: Hi, you install it like this. Thank you! |
Welcome Guest, Not a member yet? Register Sign In |