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

contributte reCAPTCHA nelze nainstalovat #33

Closed
maggi1 opened this issue Mar 8, 2020 · 5 comments
Closed

contributte reCAPTCHA nelze nainstalovat #33

maggi1 opened this issue Mar 8, 2020 · 5 comments

Comments

@maggi1
Copy link

maggi1 commented Mar 8, 2020

Ahoj, stáhl jsem si přes composer poslední verzi nette (3,0). Při instalaci contributte recaptcha (composer) mi to hází chybu:

C:\xampp\htdocs\web-project>composer require contributte/recaptcha
Using version ^3.2 for contributte/recaptcha
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Installation request for contributte/recaptcha ^3.2 -> satisfiable by contributte/recaptcha[3.2.0].
- Conclusion: remove nette/utils v3.1.0
- Conclusion: don't install nette/utils v3.1.0
- contributte/recaptcha 3.2.0 requires nette/utils ~3.0.0 -> satisfiable by nette/utils[v3.0.0, v3.0.1, v3.0.2, v3.0.3].
- Can only install one of: nette/utils[v3.0.0, v3.1.0].
- Can only install one of: nette/utils[v3.0.1, v3.1.0].
- Can only install one of: nette/utils[v3.0.2, v3.1.0].
- Can only install one of: nette/utils[v3.0.3, v3.1.0].
- Installation request for nette/utils (locked at v3.1.0, required as ^3.0) -> satisfiable by nette/utils[v3.1.0].

Installation failed, reverting ./composer.json to its original content.

Co s tím?

@jiripudil
Copy link
Member

Tento commit to spravuje, jen ještě není releasnutý. Než se tak stane, můžeš vyžadovat ^3.3@dev

@f3l1x
Copy link
Member

f3l1x commented Mar 8, 2020

Vydal jsem novou verzi, zkus to prosim.

https://github.com/contributte/reCAPTCHA/releases/tag/v3.3.0

@maggi1
Copy link
Author

maggi1 commented Mar 8, 2020

jak bych to udělal přes composer?

@f3l1x
Copy link
Member

f3l1x commented Mar 8, 2020

Jak pise @jiripudil.

{
  "require": {
    "contributte/reCAPTCHA": "^3.3@dev"
  }
}

Kazdopadne, tedka uz to neni potreba, protoze jsem vydal novou verzi.

@maggi1
Copy link
Author

maggi1 commented Mar 8, 2020

Nainstalováno přes composer bez problémů. Díky

@f3l1x f3l1x closed this as completed Mar 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants