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

Drop unsupported dependencies #63

Open
tacman opened this issue May 30, 2024 · 1 comment
Open

Drop unsupported dependencies #63

tacman opened this issue May 30, 2024 · 1 comment

Comments

@tacman
Copy link
Contributor

tacman commented May 30, 2024

This library could take advantage of some of the goodies in PHP 8 by dropping support for PHP 7.

You could tag this as version 1 (for BC), then use rector to refactor and take advantage of better type-hinting, return types, etc.

@samwilson
Copy link
Owner

Which dependencies are unsupported? composer outdated doesn't report any.

You could tag this as version 1 (for BC)

I'm not sure I understand. This is already at version 5.

But yes, good idea in general: let's permit the use of newer versions. I do want to maintain backwards compatibility if possible (i.e. unless we need to break it in order to support new versions).

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