Work around bug in twig 1
[phorkie.git] / composer.json
index b0855e7cf5f654e012821b79d04b81b2dc49b310..70a6d958a0ecded5a7df8669cb71b96044856ae1 100644 (file)
         }
     ],
     "require": {
+        "ext-mbstring": "*",
+
         "pear/date_humandiff": "~0.5",
         "pear/http_request2": "^2.2",
         "pear/pager": "^2.4",
         "pear/openid": "~0.4",
         "pear/services_libravatar": "~0.2",
         "pear/versioncontrol_git": "~0.5",
+        "pear/net_url2": "^2.2.2",
 
         "cweiske/mime_type_plaindetect": "^0.0.4",
 
@@ -24,7 +27,8 @@
 
         "geshi/geshi": "^1.0.9.0",
         "michelf/php-markdown": "~1.4",
-        "twig/twig": "^1.15"
+        "twig/twig": "^1.15",
+        "pear/system_command": "^1.0"
     },
     "autoload": {
         "psr-0": { "phorkie\\": "src/" }