-
Notifications
You must be signed in to change notification settings - Fork 83
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
Can't install via composer due to version locks #220
Comments
I managed to track it down to this issue: kriswallsmith/assetic#886 Could you switch to |
You can try a local install with
|
If you guys could test out assetic/framwork dev-2.0/dev and let me & @jaxwilko know how it works for you that would be great. We'd like to get it out as a stable release but we need people to test it with their projects. |
@LarryB did |
I am using assetic/framework dev-2.0/dev now. It is semi-successful for me, in that it stopped the conflict with composer and Laminas is able to find and load the AssetManager module. However, none of my paths in the asset manager resolver configs are working, so I need to dig deeper into the problem. |
@PoetikDragon if at all possible any test cases or examples of errors would be really helpful :) |
Found the problem! It was failing on checking if an asset was an instance of AssetInerface. Changing |
@jaxwilko We should probably class_alias all of the classes that we moved so that it can be a drop in replacement, could you give that a try? |
@LukeTowers I'll take a look tomorrow morning |
FYI I found a working fork of AssetManager: https://github.com/jield-webdev/laminas-assetmanager |
@PoetikDragon that fork of Assetic is just our fork (@assetic-php) but with the 2.0 branch merged into master. |
@PoetikDragon @LukeTowers I've just pushed some class aliasing for all the old interfaces to link to the new ones on the @PoetikDragon If you could try pulling in those changes via composer and letting us know if that fixes your problem that would be great |
Any news on this issue ? |
We've just released the 2.0 release that addresses a number of existing issues and dependency updates, see https://github.com/assetic-php/assetic/releases/tag/v2.0.0 for more information! Please try it out and let us know if you have any issues! |
Will https://github.com/jield-webdev/laminas-assetmanager be updated too ? |
i published a version using assetic/framework 2.0 to packagist, if you are interested in it check https://github.com/BigMichi1/assetmanager or https://packagist.org/packages/bigmichi1/assetmanager |
Issue should be fixed with newly released version |
New Laminas project based off the skeleton with the developer toolbar, doctrine, and doctrine migrations installed I get this:
(And it goes on for like 30+ lines about not installing the laminas-mvc package)
When I run composer why symfony/console:
And why laminas/laminas-mvc:
I don't know why it can't resolve an installable package? Any ideas?
The text was updated successfully, but these errors were encountered: