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

Update dependencies #27

Merged
merged 3 commits into from
Aug 11, 2022
Merged

Conversation

boesing
Copy link
Member

@boesing boesing commented Aug 11, 2022

Q A
QA yes

Description

This updates some composer dependencies while it also drops support for PHP 7.3

Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
… PHP 7.3

Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
@boesing boesing added this to the 2.1.0 milestone Aug 11, 2022
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
@@ -18,5 +18,6 @@
</projectFiles>
<plugins>
<pluginClass class="Psalm\PhpUnitPlugin\Plugin"/>
<pluginClass class="Boesing\PsalmPluginStringf\Plugin"/>
Copy link
Member

Choose a reason for hiding this comment

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

What is this? 🤔

Copy link
Member Author

Choose a reason for hiding this comment

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

It parses sprintf and is able to understand if the return value is a non-empty-string for example.
But it also verifies that the amount of arguments passed to the sprintf do match with the amount of placeholders, etc.

http://github.com/boesing/psalm-plugin-stringf

@boesing boesing merged commit 5d67952 into laminas:2.1.x Aug 11, 2022
@boesing boesing deleted the qa/update-dependencies branch August 11, 2022 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants