Use dev version of markdown to fix fatal error
Uncaught PHP Exception Drupal\markdown\Exception\MissingVersionException: 'The library 'commonmark' did not not specify a version. If the plugin has no version, it must be explicitly set to '0.0.0'.' at /var/www/html/web/modules/contrib/markdown/src/Plugin/Markdown/InstallablePluginBase.php line 316' Fixed as noted in https://www.drupal.org/project/markdown/issues/3187582#comment-14012913
This commit is contained in:
parent
71b9c51049
commit
4fb0cf3337
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
|||
"drupal/link_attributes": "^1.9",
|
||||
"drupal/linkit": "^6",
|
||||
"drupal/mailsystem": "^4.3",
|
||||
"drupal/markdown": "^3",
|
||||
"drupal/markdown": "3.0.x-dev@dev",
|
||||
"drupal/menu_link_config": "^1.0@alpha",
|
||||
"drupal/menu_trail_by_path": "^1.1",
|
||||
"drupal/microformats": "^2",
|
||||
|
|
Loading…
Reference in a new issue