Skip to content

Commit

Permalink
Update Squizlabs code sniffer
Browse files Browse the repository at this point in the history
The sniffer version that was installed was vulnerable to
CVE-NONE-0001.

The newer sniffer notified a small issue that is also fixed
in this commit.
  • Loading branch information
MKodde committed Jan 21, 2019
1 parent 44c6d80 commit 9f13ad6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 41 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"phpunit/phpunit": "^5.7",
"sebastian/exporter": "~2.0",
"sebastian/phpcpd": "^2.0",
"squizlabs/php_codesniffer": "^1.0",
"squizlabs/php_codesniffer": "^3.4",
"symfony/phpunit-bridge": "^3.0"
},
"scripts": {
Expand Down
54 changes: 15 additions & 39 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

namespace Surfnet\StepupSelfService\SelfServiceBundle\Service;


use Surfnet\StepupMiddlewareClientBundle\Identity\Dto\UnverifiedSecondFactorCollection;
use Surfnet\StepupMiddlewareClientBundle\Identity\Dto\VerifiedSecondFactorCollection;
use Surfnet\StepupMiddlewareClientBundle\Identity\Dto\VettedSecondFactorCollection;
Expand Down

0 comments on commit 9f13ad6

Please sign in to comment.