summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-10-20 08:13:20 +0200
committerRemi Collet <remi@remirepo.net>2020-10-20 08:13:20 +0200
commitc5e5c905aab5be9361425800f0c691dd84f1fd6d (patch)
tree9f907756346faf21675e38924fdbb961bc05a292 /composer.json
parent798e2f4ba4640b6875efdfea29f2cc90ddc6a69e (diff)
update to 1.2.0
raise dependency on phpunitgoodpractices/polyfill 1.4 allow PHPUnit 9
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json9
1 files changed, 3 insertions, 6 deletions
diff --git a/composer.json b/composer.json
index ba4be80..23e0b9c 100644
--- a/composer.json
+++ b/composer.json
@@ -10,12 +10,9 @@
}
],
"require": {
- "php": "^5.5 || ^7.0",
- "phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0 || ^8.0",
- "phpunitgoodpractices/polyfill": "^1.1"
- },
- "conflict": {
- "hhvm": "*"
+ "php": "^5.5 || ^7.0 || ^8.0",
+ "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.0 || ^9.0",
+ "phpunitgoodpractices/polyfill": "^1.4"
},
"require-dev": {
"johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",