summaryrefslogtreecommitdiffstats
path: root/composer-traits.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer-traits.json')
-rw-r--r--composer-traits.json10
1 files changed, 4 insertions, 6 deletions
diff --git a/composer-traits.json b/composer-traits.json
index c3d6f7a..3554e2f 100644
--- a/composer-traits.json
+++ b/composer-traits.json
@@ -10,14 +10,12 @@
}
],
"require": {
- "php": "^5.5 || ^7.0",
- "phpunit/phpunit": "~4.0.0 || ~4.1.0 || ~4.2.0 || ~4.3.0 || ~4.4.0 || ~4.5.0 || ~4.6.0 || ~4.8.0 || ~5.3.0 || ~5.4.0 || ~5.5.0 || ~5.6.0 || ~5.7.0 || ~6.0.0 || ~6.1.0 || ~6.2.0 || ~6.3.0 || ~6.4.0 || ~6.5.0 || ~7.0.0 || ~7.1.0 || ~7.2.6 || ~7.3.0 || ~7.4.0 || ~7.5.0 || ~8.0.0"
- },
- "conflict": {
- "hhvm": "*"
+ "php": "^5.5 || ^7.0 || ^8.0",
+ "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ~8.5 || ~9.4"
},
"require-dev": {
- "phpunitgoodpractices/polyfill": "^1.1"
+ "phpunitgoodpractices/polyfill": "^1.1",
+ "sanmai/phpunit-legacy-adapter": "^6.1 || ^8.0"
},
"config": {
"optimize-autoloader": true,