X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=cd9fcf5b22e6b1df223858e93434e7877472764d;hb=a5a9cf23acd1248585173aa32757d9720b5f2d62;hp=35043fd23c9b7d84c6016b54a956c239bb08ea31;hpb=2b7a7bc928fb7fc171138e248d3aa1d86d5b62f9;p=github%2Fshaarli%2FShaarli.git diff --git a/composer.json b/composer.json index 35043fd2..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 || ^8.0 || ^9.0", - "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",