- Issue created by @adam-delaney
- πΊπΈUnited States adam-delaney
Based upon composer's documentation this appears to be a valid constraint using Hyphenated Version Range, see: https://getcomposer.org/doc/articles/versions.md#hyphenated-version-range-. I wonder if it cannot be used in combination with wildcard?
- πΊπΈUnited States dave reid Nebraska USA
Hmm, odd. I wonder if this is just failing now on newer versions of Composer. I wonder if we could just use a more explicit dependency like
^4.0 || ^5.0 || ^6.0 || ^7.0
.I will add some CI integration so that we can snuff this out and get it resolved quickly!
- πΊπΈUnited States dave reid Nebraska USA
Actually it looks like it's already failing on CI: https://git.drupalcode.org/project/library_attach/-/jobs/283789
- Merge request !1Resolve #3419347 "Composer symfonycss selector version" β (Merged) created by dave reid
- πΊπΈUnited States adam-delaney
Looks like changes in your pull request (https://git.drupalcode.org/project/library_attach/-/merge_requests/1) are passing CI (https://git.drupalcode.org/project/library_attach/-/jobs/761744) and would solve this issue. Thanks Dave for looking into that. A release with this fix would be great!
-
Dave Reid β
committed 15a01947 on 1.x
Issue #3419347 by adam-delaney, Dave Reid: Composer symfony/css-selector...
-
Dave Reid β
committed 15a01947 on 1.x
- Status changed to Fixed
10 months ago 9:10pm 9 February 2024 - πΊπΈUnited States dave reid Nebraska USA
Merged and tagging release now!
- πΊπΈUnited States dave reid Nebraska USA
- πΊπΈUnited States adam-delaney
Thanks Dave! Tested and works as expected.
Automatically closed - issue fixed for 2 weeks with no activity.