- Issue created by @damondt
- Status changed to Needs review
over 1 year ago 8:29pm 25 July 2023 - Status changed to Fixed
over 1 year ago 9:32pm 25 July 2023 Automatically closed - issue fixed for 2 weeks with no activity.
Adding patch for D10 compatibility.
To apply patch for D10 compatibility before it's merged add the following to "repositories" in composer.json above the default ones:
{
"type": "package",
"package": {
"name": "drupal/site_studio_per_component_libs",
"type": "drupal-module",
"version": "dev-3376934-d10-compatibility",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/issue/site_studio_per_component_libs-3376934.git",
"reference": "3376934-d10-compatibility"
}
}
}
And update the version constraint to
"drupal/site_studio_per_component_libs": "dev-3376934-d10-compatibility",
Fixed
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.