-
Notifications
You must be signed in to change notification settings - Fork 7
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
Issue requiring repo in project #4
Comments
I get following error when I try to require fixture in our project: Your requirements could not be resolved to an installable set of packages.
Problem 1
- Conclusion: don't install theiconic/fixtures v1.5.1
- Conclusion: remove symfony/filesystem v3.0.1
- Installation request for theiconic/fixtures ^1.5 -> satisfiable by theiconic/fixtures[v1.5.0, v1.5.1].
- Conclusion: don't install symfony/filesystem v3.0.1
- theiconic/fixtures v1.5.0 requires symfony/filesystem ~2.5 -> satisfiable by symfony/filesystem[v2.5.0, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.1, v2.7.2, v2.7.3, v2.7.4, v2.7.5, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.1, v2.8.2].
- Can only install one of: symfony/filesystem[v2.5.0, v3.0.1].
- Can only install one of: symfony/filesystem[v2.5.1, v3.0.1].
- Can only install one of: symfony/filesystem[v2.5.10, v3.0.1].
- Can only install one of: symfony/filesystem[v2.5.11, v3.0.1].
- Can only install one of: symfony/filesystem[v2.5.12, v3.0.1].
- Can only install one of: symfony/filesystem[v2.5.2, v3.0.1].
- Can only install one of: symfony/filesystem[v2.5.3, v3.0.1].
- Can only install one of: symfony/filesystem[v2.5.4, v3.0.1].
- Can only install one of: symfony/filesystem[v2.5.5, v3.0.1].
- Can only install one of: symfony/filesystem[v2.5.6, v3.0.1].
- Can only install one of: symfony/filesystem[v2.5.7, v3.0.1].
- Can only install one of: symfony/filesystem[v2.5.8, v3.0.1].
- Can only install one of: symfony/filesystem[v2.5.9, v3.0.1].
- Can only install one of: symfony/filesystem[v2.6.0, v3.0.1].
- Can only install one of: symfony/filesystem[v2.6.1, v3.0.1].
- Can only install one of: symfony/filesystem[v2.6.10, v3.0.1].
- Can only install one of: symfony/filesystem[v2.6.11, v3.0.1].
- Can only install one of: symfony/filesystem[v2.6.12, v3.0.1].
- Can only install one of: symfony/filesystem[v2.6.13, v3.0.1].
- Can only install one of: symfony/filesystem[v2.6.2, v3.0.1].
- Can only install one of: symfony/filesystem[v2.6.3, v3.0.1].
- Can only install one of: symfony/filesystem[v2.6.4, v3.0.1].
- Can only install one of: symfony/filesystem[v2.6.5, v3.0.1].
- Can only install one of: symfony/filesystem[v2.6.6, v3.0.1].
- Can only install one of: symfony/filesystem[v2.6.7, v3.0.1].
- Can only install one of: symfony/filesystem[v2.6.8, v3.0.1].
- Can only install one of: symfony/filesystem[v2.6.9, v3.0.1].
- Can only install one of: symfony/filesystem[v2.7.0, v3.0.1].
- Can only install one of: symfony/filesystem[v2.7.1, v3.0.1].
- Can only install one of: symfony/filesystem[v2.7.2, v3.0.1].
- Can only install one of: symfony/filesystem[v2.7.3, v3.0.1].
- Can only install one of: symfony/filesystem[v2.7.4, v3.0.1].
- Can only install one of: symfony/filesystem[v2.7.5, v3.0.1].
- Can only install one of: symfony/filesystem[v2.7.6, v3.0.1].
- Can only install one of: symfony/filesystem[v2.7.7, v3.0.1].
- Can only install one of: symfony/filesystem[v2.7.8, v3.0.1].
- Can only install one of: symfony/filesystem[v2.7.9, v3.0.1].
- Can only install one of: symfony/filesystem[v2.8.0, v3.0.1].
- Can only install one of: symfony/filesystem[v2.8.1, v3.0.1].
- Can only install one of: symfony/filesystem[v2.8.2, v3.0.1].
- Installation request for symfony/filesystem == 3.0.1.0 -> satisfiable by symfony/filesystem[v3.0.1].
Installation failed, reverting ./composer.json to its original content.
|
WHY AM I STILL GETTING THESE!!! |
@alphamu this is a public repo and you have subscribed to it. |
@ashon-ikon @olliebrennan Hi guys, it's been a long time since this project dependencies has been updated. Feel free to update dependencies and README files if you need it for you projects. Just remember to keep backwards compatibility. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Referencing the recommended composer installation, I failed to install package successfully.
Instruction says:
$ composer require "theiconic/fixtures": "~1.5"
Only this _will work_ for me:
$ composer require "theiconic/fixtures"
Which installed:
Secondly, @jorgeborges or anyone, any particular reasons why we are clamping
"symfony/filesystem"
to "~2.5" ?PS, This is our current require:
The text was updated successfully, but these errors were encountered: