-
Notifications
You must be signed in to change notification settings - Fork 27
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
Your requirements could not be resolved to an installable set of packages. (5.3.12) #287
Comments
Hello, looks like composer cannot resolve |
Is there any reason why this package does not support higher then 1.0? Just asking cuz I don't really know the workings of php packages and stuff |
Okay so this is because of
Technically speaking this is the It seems that changes are just regarding typing https://github.com/php-fig/log/releases |
@Aspyryan this should work with https://github.com/thecodingmachine/utils.log.psr.multi-logger/releases/tag/v1.1.0 can you try again? |
@homersimpsons you are actually insane! Thank you so much, will have a look |
Alright @homersimpsons, was able to get it working thanks to you! I did have to enable 'intl' extention and I had to add:
because of:
Would it be possible to use a release version of this package for tdbm? I saw there were no releases but maybe thecodingmachine could fork 1 and release themselves? |
Sadly this package is not under our org and the developer is no longer a software engineer. We could create a fork for this but don't intend to for the forseeable future. Actually latest tag So it should be possible to depends on the published release instead of the |
@Aspyryan this should be solved with https://github.com/thecodingmachine/tdbm/releases/tag/v5.3.13 |
When trying to install this package using
composer require thecodingmachine/tdbm 5.3.12 -W
or with5.*
or without-W
option, the install fails with this messageYour requirements could not be resolved to an installable set of packages.
How do I figure out what exactly is going on and what needs an update...Full error: (Click)
composer.json: (Click)
The text was updated successfully, but these errors were encountered: