Problem/Motivation
I have some suggested changes for the .info.yml fiel
Proposed resolution
- Updated
core_version_requirementto follow what is set inLayout Paragraph .info.yml. - Add
package - Apparently, you can add a minimum version on your dependencies. Knowing that we at least require 2.0 for Layout Paragraphs, we should add this. See https://www.drupal.org/docs/develop/creating-modules/let-drupal-know-about-your-module-with-an-infoyml-file#s-complete-example
Issue fork layout_paragraphs_limit-3368134
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
ant1Comment #5
nagy.balint commentedThanks!
Comment #7
nagy.balint commentedSo this dependency does not work with dev versions even if they are 2.0.x.
So we either need a way to fix that issue, or we need to revert this unfortunately.
Since for dev version of layout paragraphs, this will block the update.php even.
Comment #9
nagy.balint commentedReverted it for now, as composer does not put back the version number unless I manually delete the module.
So then this could be a big issue for anyone on dev version.
Comment #10
ant1Maybe drop the versioning of LP?
The composer should handle the requirement then.