Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: composer require codeigniter4/translations without stable version #2862

Closed
jlamim opened this issue Apr 21, 2020 · 3 comments
Closed

Bug: composer require codeigniter4/translations without stable version #2862

jlamim opened this issue Apr 21, 2020 · 3 comments
Labels
bug Verified issues on the current code behavior or pull requests that will fix them

Comments

@jlamim
Copy link
Contributor

jlamim commented Apr 21, 2020

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

  • OS: Win 10
  • Web server: Apache 2.4.41
  • PHP version: 7.4.4
@jlamim jlamim added the bug Verified issues on the current code behavior or pull requests that will fix them label Apr 21, 2020
@nyufeng
Copy link
Contributor

nyufeng commented Apr 22, 2020

@lonnieezell
codeigniter4/translations latest version is v4.0.0-rc.3.
I think, we can Release a stable version

@lonnieezell
Copy link
Member

Ha! You're right. Guess I forgot about that one. Will do that now.

@lonnieezell
Copy link
Member

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Verified issues on the current code behavior or pull requests that will fix them
Projects
None yet
Development

No branches or pull requests

3 participants