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

Use latest phpstan, drop composer-bin-plugin #658

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

Conversation

staabm
Copy link
Contributor

@staabm staabm commented Sep 9, 2023

No description provided.

@@ -37,7 +37,7 @@
"ext-iconv": "Can be used as fallback when ext-mbstring is not available"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

newer phpstan versions no longer define external dependencies. we don't need the composer bin plugin anymore

Copy link
Member

Choose a reason for hiding this comment

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

The main issue is that the 1.x branch supports PHP versions that are not supported by phpstan.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ohh wow.. PHP5 is kind of old, didn't realize. thanks for the hint.

is it fine for the master branch?

Copy link
Member

Choose a reason for hiding this comment

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

For now, I'd rather keep the same setup in both branches. It makes it simpler to merge up.

Once the 2.0 rewrite is over and I can stop maintaining 1.x, I will reconsider

@staabm
Copy link
Contributor Author

staabm commented Sep 9, 2023

failling test looks unrelated

@staabm staabm mentioned this pull request Sep 9, 2023
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.

None yet

2 participants