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 @@ - - + - +