- Issue created by @Aniketj
- Status changed to RTBC
over 1 year ago 4:46am 20 April 2023 - 🇮🇳India kuhikar
Hello Team, I have verified Patch #4. It is working as expected in Drupal : 9.5.5.
- Status changed to Needs work
over 1 year ago 4:49pm 26 May 2023 - 🇺🇸United States SocialNicheGuru
This will not work.
currently the h5p comes packaged with a composer.lock and vendor file.
https://git.drupalcode.org/project/h5p/-/tree/2.0.0Problem 1
- drupal/h5p[2.0.0-alpha1, ..., 2.0.0-alpha2] require h5p/h5p-core 1.24.2 -> found h5p/h5p-core[1.24.2] but it conflicts with your root composer.json require (1.24.4).
- drupal/h5p 2.0.0-alpha3 requires h5p/h5p-editor 1.24.4 -> found h5p/h5p-editor[1.24.4] but it conflicts with your root composer.json require (1.25).
- Root composer.json requires drupal/h5p ^2.0@alpha -> satisfiable by drupal/h5p[2.0.0-alpha1, 2.0.0-alpha2, 2.0.0-alpha3]. - 🇺🇸United States SocialNicheGuru
Workaround:
not using the patch I added the following to my composer file"h5p/h5p-core": "1.24.4 as 1.24.2",
"h5p/h5p-editor": "1.25 as 1.24.4", - 🇺🇸United States SocialNicheGuru
Version 1.25 introduces another error: 💬 MIssing funciton, libraryToFolderName, in h5p-editor v 1.25 Active
- Status changed to Closed: outdated
10 months ago 11:07pm 9 February 2024 - 🇨🇦Canada shaundychko
🐛 Support h5p/h5p-core:1.26 and h5p/h5p-editor:1.25 Needs work updates h5p dependencies to support PHP 8.