summaryrefslogtreecommitdiffstats
path: root/composer-polyfill.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-polyfill.json
parent0f5c13936bb74c4ea9252f6a2f7164dc2e1eb00c (diff)
update phpunitgoodpractices/polyfill to 1.4.0
update phpunitgoodpractices/traits to 1.9.1 allow PHPUnit 9
Diffstat (limited to 'composer-polyfill.json')
-rw-r--r--composer-polyfill.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/composer-polyfill.json b/composer-polyfill.json
index 620e665..7a25985 100644
--- a/composer-polyfill.json
+++ b/composer-polyfill.json
@@ -10,11 +10,11 @@
}
],
"require": {
- "php": "^5.5 || ^7.0",
- "phpunit/phpunit": "^4.0 || ^5.3 || ^6.0 || ^7.0 || ^8.0"
+ "php": "^5.5 || ^7.0 || ^8.0",
+ "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.0 || ^9.0"
},
"require-dev": {
- "friendsofphp/php-cs-fixer": "^2.12"
+ "friendsofphp/php-cs-fixer": "^2.16"
},
"conflict": {
"hhvm": "*"