Skip to content

Commit

Permalink
Dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
wernerdweight committed Jan 16, 2020
1 parent e2879d7 commit b83d76e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
},
"target-dir": "WernerDweight/RA",
"scripts": {
"fix": "ecs check ./RA.php ./Exception/ ./Tests/ --config vendor/wernerdweight/cs/WernerDweight/CS/src/ecs.yaml --fix",
"fix": "ecs check ./RA.php ./Exception/ ./Tests/ --config vendor/wernerdweight/cs/src/ecs.yaml --fix",
"phpstan": "phpstan analyse ./RA.php ./Exception/ ./Tests/ --level max",
"phpmd": "phpmd ./RA.php text vendor/wernerdweight/cs/WernerDweight/CS/phpmd.xml",
"ecs": "ecs check ./RA.php ./Exception/ --config vendor/wernerdweight/cs/WernerDweight/CS/src/ecs.yaml",
"ecs-fix": "ecs check ./RA.php ./Exception/ ./Tests/ --config vendor/wernerdweight/cs/WernerDweight/CS/src/ecs.yaml --fix",
"phpmd": "phpmd ./RA.php text vendor/wernerdweight/cs/phpmd.xml",
"ecs": "ecs check ./RA.php ./Exception/ --config vendor/wernerdweight/cs/src/ecs.yaml",
"ecs-fix": "ecs check ./RA.php ./Exception/ ./Tests/ --config vendor/wernerdweight/cs/src/ecs.yaml --fix",
"phpunit": "phpunit",
"victor": "victor"
}
Expand Down
15 changes: 7 additions & 8 deletions composer.lock

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

0 comments on commit b83d76e

Please sign in to comment.