瀏覽代碼

composer.json: Update Parsedown Extra 0.8 and Parsedown 1.8 version constraints

Daniel Rudolf 6 年之前
父節點
當前提交
c91518a7c8
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      composer.json

+ 2 - 2
composer.json

@@ -30,8 +30,8 @@
         "ext-dom": "*",
         "twig/twig": "^1.35",
         "symfony/yaml" : "^2.8",
-        "erusev/parsedown": "^1.8|1.8.0@beta",
-        "erusev/parsedown-extra": "^0.8|0.8.0@beta"
+        "erusev/parsedown": "~1.8.0|1.8.0@beta",
+        "erusev/parsedown-extra": "~0.8.0|0.8.0@beta"
     },
     "suggest": {
         "picocms/pico-theme": "Pico requires a theme to actually display the contents of your website. This is Pico's official default theme.",