Skip to content

Commit

Permalink
Merge pull request #71 from rdohms/feature/composer-controlled-cs-update
Browse files Browse the repository at this point in the history
Composer: controlled update of CS dependencies
  • Loading branch information
rdohms committed Mar 20, 2023
2 parents 676fe6d + 6fecd8f commit 24a52e7
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 49 deletions.
6 changes: 5 additions & 1 deletion composer.json
Expand Up @@ -14,7 +14,6 @@
}
],
"require-dev": {
"squizlabs/php_codesniffer": "^3.4",
"dms/coding-standard": "^9"
},
"autoload": {
Expand All @@ -24,5 +23,10 @@
"psr-4": {
"DMS\\PHPUnitExtensions\\ArraySubset\\Tests\\": "tests"
}
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
98 changes: 50 additions & 48 deletions composer.lock

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

0 comments on commit 24a52e7

Please sign in to comment.