summaryrefslogtreecommitdiffstats
path: root/composer-traits.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-10-20 07:52:44 +0200
committerRemi Collet <remi@remirepo.net>2020-10-20 07:52:44 +0200
commit3e7253dc509e88e1ad75f91f3569b1907f413e1f (patch)
treed36287a540bc5df216d82aa6931f4201d5514967 /composer-traits.json
parent0f5c13936bb74c4ea9252f6a2f7164dc2e1eb00c (diff)
update phpunitgoodpractices/polyfill to 1.4.0
update phpunitgoodpractices/traits to 1.9.1 allow PHPUnit 9
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,