X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=1abf6f20b0eef9e2cc341655a6f0c76fb96ef036;hb=0b05dae37722246b447766c6bb09bc8f747e8e58;hp=796c4c157acda684ad80eb8ccb4a7cc02b6727e9;hpb=0a7e695975af4dc6fe3c8b22ab9323b725d8da6d;p=github%2Fwallabag%2Fwallabag.git diff --git a/composer.json b/composer.json index 796c4c15..1abf6f20 100644 --- a/composer.json +++ b/composer.json @@ -30,20 +30,19 @@ "require": { "php": ">=5.5.9", "ext-pcre": "*", - "ext-DOM": "*", + "ext-dom": "*", "ext-curl": "*", "ext-gd": "*", "ext-session": "*", - "ext-Ctype": "*", + "ext-ctype": "*", "ext-hash": "*", "ext-simplexml": "*", "ext-json": "*", "ext-mbstring": "*", "ext-xml": "*", "ext-iconv": "*", - "ext-gettext": "*", "ext-tokenizer": "*", - "ext-PDO": "*", + "ext-pdo": "*", "symfony/symfony": "3.0.*", "doctrine/orm": "^2.5", "doctrine/doctrine-bundle": "^1.6", @@ -87,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": [ @@ -126,7 +126,7 @@ } }, "autoload": { - "psr-4": { "": "src/" }, + "psr-4": { "Wallabag\\": "src/Wallabag/" }, "classmap": [ "app/AppKernel.php", "app/AppCache.php" ] }, "config": {