]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - composer.json
Compatibility with PHPUnit 9
[github/shaarli/Shaarli.git] / composer.json
index 35043fd23c9b7d84c6016b54a956c239bb08ea31..cd9fcf5b22e6b1df223858e93434e7877472764d 100644 (file)
@@ -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",