-
Notifications
You must be signed in to change notification settings - Fork 25
Add support for Symfony 7 #132
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
Conversation
0b5a287 to
ffdf160
Compare
|
I think we should upgrade to simplesamlphp/saml2 5 as well. Ill take a look. |
MKodde
left a comment
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.
Lots of changes here.. Nice work 👍
I added some questions and suggestions in code review comments. And additionally this question:
Your removed the copy paste detector. I know why :) Have you looked for a substitute? I know of a node module that can check for code duplication. But that might be a nuisance to add here.. CPD is somewhat significant but might not be the most valuable QA tool. One we might be able to live without..
d872a42 to
1fd5f6f
Compare
Upgrade PHPUnit and apply attributes
Update codensniffer, phpunit, psr/log and fix issues.
Coding standards: Add AlphabeticallySortedUses
PHPCS: search comments for annotations Prior to this change, phpcs would not allow imports for classes referenced in annotations only. This change enables that. Also, fix a wrong reference to `\LogicException` where in reality `\Surfnet\SamlBundle\Security\Exception\LogicException` was thrown. Update to samlbundle exception.
6942b4a to
15f02a2
Compare
No description provided.