-
Notifications
You must be signed in to change notification settings - Fork 102
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
Fix Symfony 6.1 deprecation #298
Conversation
d4e6150
to
489df9d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this
Please also see the error spotted by PhpStan with Finder::create
in src/Service/Dumper.php
c187a86
to
9cd8f93
Compare
@@ -45,7 +43,7 @@ jobs: | |||
symfony/http-kernel:${{ matrix.symfony-version }} \ | |||
symfony/routing:${{ matrix.symfony-version }} \ | |||
symfony/messenger:${{ matrix.symfony-version }} | |||
composer update --no-interaction --no-progress --no-suggest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are using the deprecated option "--no-suggest". It has no effect and will break in Composer 3.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it's kind of the thing I'm fixing everywhere these days... If you can, remove it !
I think it's good now, and phpstan errors should be fixed in another PR or moved to baseline |
Also cannot use latest phpstan on 7.1 because it requires at least php 7.2 |
Fine, will fix it myself |
No description provided.