- π©πͺGermany Anybody Porta Westfalica
@mlncn perhaps better remove the dependency from the composer.json for now and instead add a suggestion?
The module still can't be installed with composer at all.
Trying to install this using composer and I get this error:
rmariuzzo/checkboxes.js ^1.2.2 -> no matching package found.
Could not find a matching version of package rmariuzzo/checkboxes.js. Check the package spelling, your version constraint and that the package is available in a stability which matches your minimum-stability (alpha).
I'm confused as to why this is not in the composer.json for the module (I see that it is in the README.md on Github but still). FWIW the attached patch will not resolve the issue until merged. The workaround is to add this to your root composer.json as noted in the module installation directions.
"repositories": {
"rmariuzzo/checkboxes.js": {
"type": "package",
"package": {
"name": "rmariuzzo/checkboxes.js",
"version": "1.2.2",
"type": "drupal-library",
"dist": {
"url": "https://github.com/rmariuzzo/checkboxes.js/archive/v1.2.2.zip",
"type": "zip"
},
"require": {
"composer/installers": "^1.2.0"
}
}
}
},
Needs work
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
@mlncn perhaps better remove the dependency from the composer.json for now and instead add a suggestion?
The module still can't be installed with composer at all.