From 5a2725ef5c49dc7166ceb29a027563466fa0e6b5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 13 Oct 2020 08:41:52 +0200 Subject: 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 --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'composer.json') 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": "*" -- cgit