]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - composer.json
add composer extensions check & function_exists checks
[github/wallabag/wallabag.git] / composer.json
index fe6880aa797d5caeae8936b5cc4c64ee1201b155..0a0160491df7d3fdba15ff0b8643643d6f749824 100644 (file)
         "paragonie/random_compat": "~1.0",
         "craue/config-bundle": "~1.4",
         "mnapoli/piwik-twig-extension": "^1.0",
-        "lexik/maintenance-bundle": "~2.1"
+        "lexik/maintenance-bundle": "~2.1",
+        "ext-pcre": "*",
+        "ext-DOM": "*",
+        "ext-curl": "*",
+        "ext-gd": "*",
+        "ext-session": "*",
+        "ext-Ctype": "*",
+        "ext-hash": "*",
+        "ext-simplexml": "*",
+        "ext-json": "*",
+        "ext-mbstring": "*",
+        "ext-xml": "*",
+        "ext-tidy": "*",
+        "ext-iconv": "*",
+        "ext-gettext": "*",
+        "ext-tokenizer": "*",
+        "ext-PDO": "*"
     },
     "require-dev": {
         "doctrine/doctrine-fixtures-bundle": "~2.2",