Skip to content

Commit

Permalink
chore(deps): require squizlabs/php_codesniffer v3.8 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod authored Jan 8, 2024
1 parent 82fc714 commit 3bdbfa2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"require": {
"php": "^8.1",
"doctrine/coding-standard": "^12.0",
"slevomat/coding-standard": "^8.12"
"slevomat/coding-standard": "^8.12",
"squizlabs/php_codesniffer": "^3.8"
},
"require-dev": {
"phpstan/extension-installer": "^1.2",
Expand Down

0 comments on commit 3bdbfa2

Please sign in to comment.