I have problem with requirements drupal/blazy 8.*

Full error:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested package drupal/blazy 8.* exists as drupal/blazy[dev-1.x, 1.x-dev, 1.0.0-beta6, 1.0.0-beta5, 1.0.0-beta4, 1.0.0-beta3, 1.0.0-beta2, 1.0.0-beta1, 1.0.0-alpha5, 1.0.0-alpha4, 1.0.0-alpha3, 1.0.0-alpha2, 1.0.0-alpha1] but these are rejected by your constraint.
CommentFileSizeAuthor
#2 slick-fix-requirements-2843870-2.patch223 bytesrutel95

Comments

ruslan_03492 created an issue. See original summary.

rutel95’s picture

StatusFileSize
new223 bytes
gausarts’s picture

Priority: Critical » Normal
Status: Needs review » Postponed (maintainer needs more info)

Thank you for the report.

AFAIK, critical is when the module functionality is severely broken.
Not when it is with third party integration which is more a DX tool.

I admittedly I took the sample for granted from:
https://packagist.drupal-composer.org/

Unfortunately I didn't test it properly this far since I had everything in place.
Last time I did test it, and it took me quite a while with my internet connection so I aborted.

Glad that finally someone work with it ;)

Do you think the packagist.drupal-composer.org is advocating wrong syntax?
Or do you have doc to work with the correct endpoints?

This is what I found but I may have to read it again:
https://www.drupal.org/node/2718229

If someone could test, I will be happy to push it without further ado. Otherwise, please allow some time for me to test it with a few endpoints.

rutel95’s picture

Thank you for the module, very necessary for current project)
After reading this document, I decided that the best option would be a tilde.

Thanks again!!!

  • gausarts committed 7a3297d on 8.x-1.x authored by ruslan_03492
    - Issue #2843870 by ruslan_03492: Requirements could not be resolved to...
gausarts’s picture

Status: Postponed (maintainer needs more info) » Fixed

Pretty obvious. Committed. Thank you for contribution.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

nikolay shapovalov’s picture

Hi every body. I tried to use composer. I get error message

Problem 1
    - The requested package drupal/blazy ~1.0 exists as drupal/blazy[8.1.0-alpha1, 8.1.0-alpha2, 8.1.0-alpha3, 8.1.0-alpha4, 8.1.0-alpha5, 8.1.0-beta1, 8.1.0-beta2, 8.1.0-beta3, 8.1.0-beta4, 8.1.0-beta5, 8.1.0-beta6, 8.1.0-rc1, dev-8.x-1.x, 8.1.x-dev] but these are rejected by your constraint.

After reverting patch from #2 all works fine.

gausarts’s picture

I'll be damned.

Feel free to provide patch that works for everybody. Thanks.