Skip to content

Commit

Permalink
Fix deprecated type return and bump required PHP version to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
killertux committed Jan 26, 2024
1 parent 5022072 commit 92a4339
Show file tree
Hide file tree
Showing 3 changed files with 583 additions and 654 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A library to help working with streams of data in PHP",
"type": "library",
"license": "MIT",
"version": "1.3.0",
"version": "2.0.0",
"minimum-stability": "stable",
"autoload": {
"psr-4": {
Expand All @@ -16,9 +16,9 @@
}
},
"require": {
"php": "^7.1||^8.0"
"php": "^8.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^10.5"
}
}
Loading

0 comments on commit 92a4339

Please sign in to comment.