summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-12-14 09:21:47 +0100
committerRemi Collet <remi@remirepo.net>2020-12-14 09:21:47 +0100
commit73888edb4c13f046fac81ca0c34d6fbf35dc9bff (patch)
tree25c4cc7e6abad5ab870b81f7cf0f7dc9d64916b9 /composer.json
parent2ffce53c2dbf56c7a392d293b5cd3a92cfe902dc (diff)
update to 2.3.0
switch to phpunit9
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 89a2e59..c7e6062 100644
--- a/composer.json
+++ b/composer.json
@@ -23,11 +23,12 @@
"files": ["tests/autoload.php"]
},
"require": {
- "php": "^5.6 || ^7.0",
+ "php": "^5.6 || ^7.0 || ^8.0",
"phpunit/php-text-template": "^1 || ^2"
},
"require-dev": {
- "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.0 || ^9.0"
+ "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.0 || ^9.0",
+ "squizlabs/php_codesniffer": "^3.5"
},
"replace": {
"malkusch/php-mock": "*"