summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-10-13 08:41:52 +0200
committerRemi Collet <remi@remirepo.net>2020-10-13 08:41:52 +0200
commit5a2725ef5c49dc7166ceb29a027563466fa0e6b5 (patch)
treed328dc16c99563ad36812d2c1e7fd3b8776d9886 /composer.json
parentff7a5f9003bff9cbb407a438b0b76508e8cb599c (diff)
update to 1.2.0
drop dependency on phpunitgoodpractices/polyfill add patch for old phpunit from https://github.com/PHP-CS-Fixer/phpunit-constraint-xmlmatchesxsd/pull/12 switch to classmap autoloader
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 02b05ad..b0b86d4 100644
--- a/composer.json
+++ b/composer.json
@@ -13,11 +13,10 @@
}
],
"require": {
- "php": "^5.5 || ^7.0",
+ "php": "^5.5 || ^7.0 || ^8.0",
"ext-dom": "*",
"ext-libxml": "*",
- "phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0 || ^8.0",
- "phpunitgoodpractices/polyfill": "^1.1"
+ "phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0 || ^8.0 || ^9.0"
},
"conflict": {
"hhvm": "*"