Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible with PHP 8 #37

Open
danepowell opened this issue Apr 14, 2022 · 2 comments
Open

Incompatible with PHP 8 #37

danepowell opened this issue Apr 14, 2022 · 2 comments

Comments

@danepowell
Copy link

This package throws warnings if used in PHP 8:

Warning: Private methods cannot be final as they are never overridden by other classes in /Users/dane.powell/src/acquia/cli/vendor/marc-mabe/php-enum/src/Enum.php on line 73

This is due to an outdated dependency: "marc-mabe/php-enum" : "~2.2",

Updating this to support php-enum 4.6.1 I think would fix this.

@grasmash
Copy link

@danepowell
Copy link
Author

#39 may resolve this

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

No branches or pull requests

2 participants