-
Notifications
You must be signed in to change notification settings - Fork 5
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
Unable to install #5
Comments
I do not know why some people are getting this error. No matter what I do I can not replicate it, as that version of assetic is very much valid: https://packagist.org/packages/kriswallsmith/assetic Can you please post your composer.json file and let me know what you are running exactly? |
Thank you for your reply. I've done some more tests and I managed to install it only after I installed each one of your dependency packages in my composer.json |
Can you let me know which dependency so I can update Potion composer file. |
All of your dependencies listed on the packagist page: https://packagist.org/packages/classygeeks/potion So I first installed "kriswallsmith/assetic": "1.3.*@dev" and then it crushed with the next package from the list, I installed that package also and so on. The thing is that it is not the correct behavior. Also, Now that I installed it how do I use it? |
I understand this is not the correct behavior. I am trying to figure out why listing assetic as a requirement in my composer file breaks install for some people. I have never been able to replicate this. Are you running a composer install or composer update? As per how to use it once installed, please see the main repository page for instructions. |
I was doing composer update |
the problem was not just with the assetic. After I installed assetic, it broke on the next packages |
I just did a clean laravel 5 install: Added "classygeeks/potion": "1.1.*@dev" to my composer file Rand composer update All is fine. I am not sure what is going on here for certain installs. Hard to say without seeing what their composer.json file looks like. |
The issue is still there. Made a fresh laravel 5 install added "classygeeks/potion": "1.1.*@dev" but following error appears
Here is my composer.json file
|
Do not use dev versions, they are rarely stable when it comes to composer packages. "classygeeks/potion": "1.0.*" Make sure you clear composers cache before doing another update. As of today I have moved all "filters" to suggested packages and put them on the user to determine which ones they use and what versions they wish to use. It is causing too much support and install problems. |
When I do composer update I get a dependency error:
Problem 1
- Installation request for classygeeks/potion 1.0.@dev -> satisfiable by cl
assygeeks/potion[1.0.x-dev].
- classygeeks/potion 1.0.x-dev requires kriswallsmith/assetic 1.3.@dev -> n
o matching package found.
Potential causes:
imum-stability setting
see https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion f
or more details.
Read https://getcomposer.org/doc/articles/troubleshooting.md for further common
problems.
The text was updated successfully, but these errors were encountered: