Skip to content

Commit

Permalink
release: v2.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Peveler <[email protected]>
  • Loading branch information
MasterOdin committed Jun 16, 2020
1 parent b31d8e0 commit cceeab2
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 42 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@
"name": "submitty/php-codesniffer",
"type": "phpcodesniffer-standard",
"description": "Submitty PHP CodeSniffer Standard",
"version": "2.4.0",
"version": "2.4.1",
"require": {
"php": ">=7.1",
"squizlabs/php_codesniffer": "^3.5.4",
"slevomat/coding-standard": "^6.1",
"phpcsstandards/phpcsutils": "dev-develop",
"phpcsstandards/phpcsextra": "dev-develop"
},
"config": {
"platform": {
"php": "7.1"
}
},
"require-dev": {
"pcov/clobber": "^2.0",
"phpunit/phpunit": "^7.5.12",
Expand Down
109 changes: 68 additions & 41 deletions composer.lock

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

0 comments on commit cceeab2

Please sign in to comment.