Skip to content

Releases: mintware-de/streams

v3.0.0

12 Jun 10:24
Compare
Choose a tag to compare
  • Dropped pre PHP 8.2 support
  • Updated dependencies
    • psr/http-message: ^1.0 -> ^2.0.0
    • phpunit/phpunit: ^7.0 || ^8.0 || ^9.0 -> ^9.0 || ^10.0 || ^11.0
    • phpstan/phpstan: ^1.4 -> ^1.11.4
    • friendsofphp/php-cs-fixer: ^v3.8.0 -> ^v3.58.1
  • Removed tests/autload.php and use vendor/autoload.php instead.
  • Updated code/tests to support PHP 8.2
  • Copyright updated

v2.0.0

22 Mar 08:06
49f25e2
Compare
Choose a tag to compare
  • Added PHP8 support
  • Dropped pre PHP 7.4 support
  • Added SCA

v1.0.1

21 Aug 19:05
Compare
Choose a tag to compare

Bugfixes

  • InputStream: getSize returns the content of the $_SERVER['CONTENT_LENGTH'] variable.
  • OutputStream: getSize throws a exception since the size can not be determined.

v1.0.0

21 Aug 18:24
Compare
Choose a tag to compare

Initial release