summaryrefslogtreecommitdiffstats
path: root/composer-polyfill.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-03-26 09:58:05 +0100
committerRemi Collet <remi@remirepo.net>2019-03-26 09:58:05 +0100
commit0f5c13936bb74c4ea9252f6a2f7164dc2e1eb00c (patch)
treef91deba7a7485274222af76024bf8d41af931a8c /composer-polyfill.json
parent89560fd8fa0a24c1bdd4d67be52806d5e7c49fbc (diff)
update phpunitgoodpractices/polyfill to 1.2.0
update phpunitgoodpractices/traits to 1.8.0 allow PHPUnit 8
Diffstat (limited to 'composer-polyfill.json')
-rw-r--r--composer-polyfill.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer-polyfill.json b/composer-polyfill.json
index f26f435..620e665 100644
--- a/composer-polyfill.json
+++ b/composer-polyfill.json
@@ -11,7 +11,7 @@
],
"require": {
"php": "^5.5 || ^7.0",
- "phpunit/phpunit": "^4.0 || ^5.3 || ^6.0 || ^7.0"
+ "phpunit/phpunit": "^4.0 || ^5.3 || ^6.0 || ^7.0 || ^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.12"