File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1616 "react/stream" : " ^1.2"
1717 },
1818 "require-dev" : {
19- "phpunit/phpunit" : " ^9.3 || ^6.5" ,
19+ "phpunit/phpunit" : " ^9.6 || ^6.5" ,
2020 "react/event-loop" : " ^1.2"
2121 },
2222 "autoload" : {
23- "psr-4" : { "Clue\\ React\\ Zlib\\ " : " src/" }
23+ "psr-4" : {
24+ "Clue\\ React\\ Zlib\\ " : " src/"
25+ }
2426 },
2527 "autoload-dev" : {
26- "psr-4" : { "Clue\\ Tests\\ React\\ Zlib\\ " : " tests/" }
28+ "psr-4" : {
29+ "Clue\\ Tests\\ React\\ Zlib\\ " : " tests/"
30+ }
2731 }
2832}
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22
3- <!-- PHPUnit configuration file with new format for PHPUnit 9.3 + -->
4- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3 /phpunit.xsd"
3+ <!-- PHPUnit configuration file with new format for PHPUnit 9.6 + -->
4+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.6 /phpunit.xsd"
66 bootstrap =" vendor/autoload.php"
77 cacheResult =" false"
88 colors =" true"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22
3- <!-- PHPUnit configuration file with old format for PHPUnit 9.2 or older -->
3+ <!-- PHPUnit configuration file with old format for legacy PHPUnit -->
44<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
55 xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/6.5/phpunit.xsd"
66 bootstrap =" vendor/autoload.php"
Original file line number Diff line number Diff line change 22
33namespace Clue \React \Zlib ;
44
5- use Clue \StreamFilter as Filter ;
6-
75/**
86 * The `Compressor` class can be used to compress a stream of data.
97 *
Original file line number Diff line number Diff line change 22
33namespace Clue \React \Zlib ;
44
5- use Clue \StreamFilter as Filter ;
6-
75/**
86 * The `Decompressor` class can be used to decompress a stream of data.
97 *
File renamed without changes.
You can’t perform that action at this time.
0 commit comments