From 72ba52941d9ad6be4f8bac39ccb5738e0076b7e9 Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Fri, 4 Aug 2023 14:52:01 +0200 Subject: [PATCH] Update test environment --- composer.json | 10 +++++++--- phpunit.xml.dist | 6 +++--- phpunit.xml.legacy | 2 +- src/Compressor.php | 2 -- src/Decompressor.php | 2 -- ...ateCompressorTest.php => DeflateCompressorTest.php} | 0 6 files changed, 11 insertions(+), 11 deletions(-) rename tests/{DelateCompressorTest.php => DeflateCompressorTest.php} (100%) diff --git a/composer.json b/composer.json index f85fdbf..67f72ed 100644 --- a/composer.json +++ b/composer.json @@ -16,13 +16,17 @@ "react/stream": "^1.2" }, "require-dev": { - "phpunit/phpunit": "^9.3 || ^6.5", + "phpunit/phpunit": "^9.6 || ^6.5", "react/event-loop": "^1.2" }, "autoload": { - "psr-4": { "Clue\\React\\Zlib\\": "src/" } + "psr-4": { + "Clue\\React\\Zlib\\": "src/" + } }, "autoload-dev": { - "psr-4": { "Clue\\Tests\\React\\Zlib\\": "tests/" } + "psr-4": { + "Clue\\Tests\\React\\Zlib\\": "tests/" + } } } diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 02282c3..a79a738 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,8 +1,8 @@ - - + - +