Fix stripping ".git" from dir names
[phorkie.git] / composer.json
index 32e13fa08ba330b22bd9221a09d1af12034f6cfd..387487f3aea18329aebae421c947d20e0e4228f5 100644 (file)
         }
     ],
     "require": {
+        "ext-mbstring": "*",
+
         "pear/date_humandiff": "~0.5",
         "pear/http_request2": "^2.2",
         "pear/pager": "^2.4",
-        "pear/openid": "~0.4",
+        "pear/openid": "~0.5",
         "pear/services_libravatar": "~0.2",
         "pear/versioncontrol_git": "~0.5",
         "pear/net_url2": "^2.2.2",
@@ -26,7 +28,7 @@
         "geshi/geshi": "^1.0.9.0",
         "michelf/php-markdown": "~1.4",
         "twig/twig": "^1.15",
-        "pear/system_command": "^1.0"
+        "pear/system_command": "^1.1.1"
     },
     "autoload": {
         "psr-0": { "phorkie\\": "src/" }