X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=35043fd23c9b7d84c6016b54a956c239bb08ea31;hb=e011be01701e7f0f2bee9a5de3f062a5ca1b17df;hp=6b670fa21636af4c395ddf5fbd5c09b388371bb4;hpb=752bc4c5e6a2e525e3b714abfa24e1aa7f6c71ff;p=github%2Fshaarli%2FShaarli.git diff --git a/composer.json b/composer.json index 6b670fa2..35043fd2 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "require-dev": { "roave/security-advisories": "dev-master", "phpunit/phpcov": "*", - "phpunit/phpunit": "^7.5", + "phpunit/phpunit": "^7.5 || ^8.0 || ^9.0", "squizlabs/php_codesniffer": "3.*" }, "suggest": { @@ -53,7 +53,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",