X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=cd9fcf5b22e6b1df223858e93434e7877472764d;hb=f447edb73b1bcb52e86286467d3ec7b7bdc29948;hp=6b670fa21636af4c395ddf5fbd5c09b388371bb4;hpb=c653ae3bfb11f663a52f55817e6d02a66d0852c8;p=github%2Fshaarli%2FShaarli.git diff --git a/composer.json b/composer.json index 6b670fa2..cd9fcf5b 100644 --- a/composer.json +++ b/composer.json @@ -27,9 +27,8 @@ }, "require-dev": { "roave/security-advisories": "dev-master", - "phpunit/phpcov": "*", - "phpunit/phpunit": "^7.5", - "squizlabs/php_codesniffer": "3.*" + "squizlabs/php_codesniffer": "3.*", + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" }, "suggest": { "ext-curl": "Allows fetching web pages and thumbnails in a more robust way", @@ -53,7 +52,8 @@ "Shaarli\\Feed\\": "application/feed", "Shaarli\\Formatter\\": "application/formatter", "Shaarli\\Front\\": "application/front", - "Shaarli\\Front\\Controller\\": "application/front/controllers", + "Shaarli\\Front\\Controller\\Admin\\": "application/front/controller/admin", + "Shaarli\\Front\\Controller\\Visitor\\": "application/front/controller/visitor", "Shaarli\\Front\\Exception\\": "application/front/exceptions", "Shaarli\\Http\\": "application/http", "Shaarli\\Legacy\\": "application/legacy",