forked from wallabag/wallabag
add composer extensions check & function_exists checks
This commit is contained in:
@ -66,7 +66,23 @@
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user