Stream
Stream copied to clipboard
chore(php-compat): private method should not be final
This Pull Request is not supposed to be merged, it’s the same as #30 but applied on the last release instead of master so it can be used easily in existing project migrating to php 8.
in your composer.json, add this entry to tell composer about the fork:
"repositories": [{
"type": "vcs",
"url": "https://github.com/mathroc/Stream.git"
}],
and add (or update) the hoa/stream in your dependencies like this:
"hoa/stream": "dev-1.17.02.21-php8 as 1.17.02.21",
you can then run composer update hoa/stream to use hoa/stream in a php8 project without having the warning mentioned in #32