Skip to content

chore(dependencies): update for symfony #22

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

Merged
merged 3 commits into from
Mar 14, 2022
Merged

Conversation

m-bymike
Copy link
Contributor

Drop support for PHP 7.3, add PHP 8.1. Drop support for legacy symfony versions, add support for new version 6.

close #21

@m-bymike m-bymike marked this pull request as draft January 16, 2022 14:13
m-bymike and others added 3 commits March 14, 2022 15:32
Drop support for PHP 7.3, add PHP 8.1. Drop support for legacy symfony versions, add support for new version 6.

close #21
Update year in copyright notice.
@m-bymike m-bymike force-pushed the chore_dependencies branch from ffcdfc2 to 8d228d3 Compare March 14, 2022 16:36
@m-bymike m-bymike marked this pull request as ready for review March 14, 2022 16:43
@m-bymike m-bymike merged commit e006de8 into main Mar 14, 2022
"php": "7.3.*|7.4.*|8.0.*",
"symfony/console": "3.4.*|4.4.*|5.*",
"symfony/finder": "3.4.*|4.4.*|5.*",
"php": "7.4.*|8.0.*|8.1.*",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason why you wouldn't want to just do:

"php": "^7.4 || ^8.0",

This eases out maintenance and future compatibility

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the suggestion, but it's a deliberate choice. I really prefer to run the test suite against any new version before releasing it.

@m-bymike m-bymike deleted the chore_dependencies branch March 17, 2022 19:05
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

Successfully merging this pull request may close these issues.

Add support for Symfony 6.0
2 participants