Bug: composer require codeigniter4/translations
without stable version
#2862
Labels
bug
Verified issues on the current code behavior or pull requests that will fix them
Describe the bug
Doing a check in the documentation I identified a problem in the part that talks about "Localization".
It is informed that a good practice to install the language dictionary is to use the command
composer require codeigniter4/translations
, however when executing the command the composer returns a message saying that there is no stable version for the package.[InvalidArgumentException] Could not find a version of package codeigniter4/translations matching your minimum-stability (stable). Require it with an explicit version constraint allowing its desired stability.
And in fact there isn't, I checked on https://packagist.org/packages/codeigniter4/translations.
CodeIgniter 4 version
4.0.2
Affected module(s)
Localization
Context
The text was updated successfully, but these errors were encountered: