Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

chore(php-compat): private method should not be final #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mathroc
Copy link

@mathroc mathroc commented Aug 9, 2021

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant