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

Installation error #61

Open
emtiazzahid opened this issue Apr 18, 2024 · 1 comment
Open

Installation error #61

emtiazzahid opened this issue Apr 18, 2024 · 1 comment

Comments

@emtiazzahid
Copy link

Tried to install with that command:
composer require --dev amirami/localizator
Error:

                                                                                                                                     
  Could not find a version of package amirami/localizator matching your minimum-stability (stable). Require it with an explicit ve   
  rsion constraint allowing its desired stability.                                                                                   
                                                                                                                                     

require [--dev] [--dry-run] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--fixed] [--no-suggest] [--no-progress] [--no-update] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--update-no-dev] [-w|--update-with-dependencies] [-W|--update-with-all-dependencies] [--with-dependencies] [--with-all-dependencies] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--] [<packages>...]```
@wym-azimutbs
Copy link

wym-azimutbs commented Apr 28, 2024

Edit your composer.json laravel project file from
"minimum-stability": "stable"
to
"minimum-stability": "dev"
Then run
composer require --dev amirami/localizator
It should works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants