]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - composer.json
remove unused functions & clean composer.json
[github/wallabag/wallabag.git] / composer.json
index c65ebda1b9e14693e1ddb6d2ffdbad9f480aec26..796c4c157acda684ad80eb8ccb4a7cc02b6727e9 100644 (file)
     },
     "require": {
         "php": ">=5.5.9",
+        "ext-pcre": "*",
+        "ext-DOM": "*",
+        "ext-curl": "*",
+        "ext-gd": "*",
+        "ext-session": "*",
+        "ext-Ctype": "*",
+        "ext-hash": "*",
+        "ext-simplexml": "*",
+        "ext-json": "*",
+        "ext-mbstring": "*",
+        "ext-xml": "*",
+        "ext-iconv": "*",
+        "ext-gettext": "*",
+        "ext-tokenizer": "*",
+        "ext-PDO": "*",
         "symfony/symfony": "3.0.*",
         "doctrine/orm": "^2.5",
         "doctrine/doctrine-bundle": "^1.6",
@@ -65,7 +80,8 @@
         "doctrine/doctrine-migrations-bundle": "^1.0",
         "paragonie/random_compat": "~1.0",
         "craue/config-bundle": "~1.4",
-        "mnapoli/piwik-twig-extension": "^1.0"
+        "mnapoli/piwik-twig-extension": "^1.0",
+        "lexik/maintenance-bundle": "~2.1"
     },
     "require-dev": {
         "doctrine/doctrine-fixtures-bundle": "~2.2",