Skip to content

Commit

Permalink
feat: use codesniffer 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
oparshyna committed Sep 13, 2023
1 parent 0e22d71 commit a72f628
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"require-dev": {
"ext-json": "*",
"phpstan/phpstan": "1.9.*",
"squizlabs/php_codesniffer": "3.5.*",
"squizlabs/php_codesniffer": "3.7.*",
"symfony/phpunit-bridge": "^3.4 || ^4.1.12 || ^5.0 || ^6.0",
"phpunit/phpunit": "^8.5 || ^9.0",
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
Expand Down
1 change: 0 additions & 1 deletion src/SymfonyHealthCheckBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@

class SymfonyHealthCheckBundle extends Bundle
{

}

0 comments on commit a72f628

Please sign in to comment.