Welcome Guest, Not a member yet? Register   Sign In
Adding translations installs all dev packages
#1

(This post was last modified: 08-22-2020, 02:40 AM by Martin7483.)

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!
Reply
#2

(This post was last modified: 08-22-2020, 03:01 AM by jreklund.)

Hi, you install it like this.

Code:
composer require --update-no-dev codeigniter4/translations

https://getcomposer.org/doc/03-cli.md#require
Reply
#3

(08-22-2020, 02:59 AM)jreklund Wrote: Hi, you install it like this.

Code:
composer require --update-no-dev codeigniter4/translations

https://getcomposer.org/doc/03-cli.md#require

Thank you!
Reply




Theme © iAndrew 2016 - Forum software by © MyBB