Created fork and MR w/ changes.
smeechos β created an issue.
Created fork + merge request with changes from #10. Only change I made was removing 'core' key from the fixed_block_content.info.yml
file, as upon apply the patch in #10, I was getting the following error message:
Drupal\Core\Extension\InfoParserException: The 'core_version_requirement' constraint (^9 || ^10) requires the 'core' key not be set in modules/contrib/fixed_block_content/fixed_block_content.info.yml in Drupal\Core\Extension\InfoParserDynamic->parse()
smeechos β made their first commit to this issueβs fork.
Removing core requirement from composer.json, per #36.
Creating MR updating module's core version requirement.
smeechos β created an issue.
Adjusted a slight typo in core version requirement.
Was: core_version_requirement: ^9.3 || ^ 10
Now: core_version_requirement: ^9.3 || ^10
smeechos β made their first commit to this issueβs fork.