aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2020-09-29 14:41:40 +0200
committerArthurHoaro <arthur@hoa.ro>2020-09-29 18:57:20 +0200
commita5a9cf23acd1248585173aa32757d9720b5f2d62 (patch)
tree5b443e09fc0f84db0cb478cda0c88c10346b0843 /composer.json
parent2b7a7bc928fb7fc171138e248d3aa1d86d5b62f9 (diff)
downloadShaarli-a5a9cf23acd1248585173aa32757d9720b5f2d62.tar.gz
Shaarli-a5a9cf23acd1248585173aa32757d9720b5f2d62.tar.zst
Shaarli-a5a9cf23acd1248585173aa32757d9720b5f2d62.zip
Compatibility with PHPUnit 9
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 35043fd2..cd9fcf5b 100644
--- a/composer.json
+++ b/composer.json
@@ -27,9 +27,8 @@
27 }, 27 },
28 "require-dev": { 28 "require-dev": {
29 "roave/security-advisories": "dev-master", 29 "roave/security-advisories": "dev-master",
30 "phpunit/phpcov": "*", 30 "squizlabs/php_codesniffer": "3.*",
31 "phpunit/phpunit": "^7.5 || ^8.0 || ^9.0", 31 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
32 "squizlabs/php_codesniffer": "3.*"
33 }, 32 },
34 "suggest": { 33 "suggest": {
35 "ext-curl": "Allows fetching web pages and thumbnails in a more robust way", 34 "ext-curl": "Allows fetching web pages and thumbnails in a more robust way",