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

Error installing #4

Closed
operatorone opened this issue Sep 8, 2017 · 3 comments
Closed

Error installing #4

operatorone opened this issue Sep 8, 2017 · 3 comments
Labels

Comments

@operatorone
Copy link

operatorone commented Sep 8, 2017

Using the string "composer require netzmacht/contao-font-awesome-inserttag" brings up the following message:

[InvalidArgumentException]                                                                                                                                               
  Could not find package netzmacht/contao-font-awesome-inserttag at any version for your minimum-stability (stable). Check the package spelling or your minimum-stability  
@dmolineus
Copy link
Member

At the moment there is only a beta version for C4. So you have to decrease your minimum stability setting or force the beta.

composer require netzmacht/contao-font-awesome-inserttag:2.0@beta

@operatorone
Copy link
Author

Thanks. I tried your string, but didn't work. I got this message

Problem 1
- The requested package netzmacht/contao-font-awesome-inserttag 2.0@beta exists as netzmacht/contao-font-awesome-inserttag[2.0.0-beta1, 2.0.0-beta2, dev-develop, 2.1.x-dev] but these are rejected by your constraint.

and used this string

composer require netzmacht/contao-font-awesome-inserttag:2.0.0-beta2

This one worked :-)

@dmolineus
Copy link
Member

Sorry forgot the "~" operator. Without your have to define an exact version. Following should work

composer require netzmacht/contao-font-awesome-inserttag:~2.0@beta

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

No branches or pull requests

2 participants