Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
over 1 year ago 7:51pm 28 July 2023 - 🇺🇸United States bcobin
Don't mean to reopen this (or perhaps I do) - my composer looks exactly like #7, but I still get:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires drupal/animate_css ^2.1 -> satisfiable by drupal/animate_css[2.1.0].
- drupal/animate_css 2.1.0 requires daneden/animate.css 4.1.1 -> found daneden/animate.css[3.7.2] but it does not match the constraint.Any ideas? Thanks...
- 🇧🇪Belgium jbfelix
Try this
{ "type": "package", "package": { "name": "daneden/animate.css", "version": "4.1.1", "type": "drupal-library", "source": { "url": "https://github.com/animate-css/animate.css.git", "type": "git", "reference": "main" }, "dist": { "url": "https://github.com/daneden/animate.css/archive/refs/tags/3.7.2.zip", "type": "zip" } } }
and remove
"daneden/animate.css": "^3.7",
from the require section