X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=1abf6f20b0eef9e2cc341655a6f0c76fb96ef036;hb=a119acd15d6cf1c4b216435bcad47b8604e15dad;hp=fe6880aa797d5caeae8936b5cc4c64ee1201b155;hpb=2b71f68c95acd20b9ee5e6dc4d67a1ec649fc440;p=github%2Fwallabag%2Fwallabag.git diff --git a/composer.json b/composer.json index fe6880aa..1abf6f20 100644 --- a/composer.json +++ b/composer.json @@ -29,6 +29,20 @@ }, "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-tokenizer": "*", + "ext-pdo": "*", "symfony/symfony": "3.0.*", "doctrine/orm": "^2.5", "doctrine/doctrine-bundle": "^1.6", @@ -72,7 +86,8 @@ "doctrine/doctrine-fixtures-bundle": "~2.2", "sensio/generator-bundle": "^3.0", "phpunit/phpunit": "~4.4", - "symfony/phpunit-bridge": "^2.7" + "symfony/phpunit-bridge": "^2.7", + "fabpot/php-cs-fixer": "~1.9" }, "scripts": { "build-parameters": [ @@ -111,7 +126,7 @@ } }, "autoload": { - "psr-4": { "": "src/" }, + "psr-4": { "Wallabag\\": "src/Wallabag/" }, "classmap": [ "app/AppKernel.php", "app/AppCache.php" ] }, "config": {