Skip to content

Commit

Permalink
springcleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Pospisil committed Jan 26, 2021
1 parent 34fe510 commit 27159ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3,897 deletions.
12 changes: 5 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,18 @@
},
"license": "MIT",
"require-dev": {
"jakub-onderka/php-console-highlighter": "^0.4",
"jakub-onderka/php-parallel-lint": "1.0.*",
"noximo/phpstan-fileoutput": "0.1.*",
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-deprecation-rules": "^0.11",
"phpstan/phpstan-strict-rules": "^0.11",
"php-parallel-lint/php-parallel-lint": "^v1.0.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-deprecation-rules": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"roave/security-advisories": "dev-master",
"symplify/easy-coding-standard": "^6.0"
},
"scripts": {
"check-cs": "ecs check src examples",
"fix-cs": "ecs check src examples --fix",
"lint": "parallel-lint --colors --exclude vendor .",
"phpstan": "phpstan analyze src examples --level max -c phpstan.neon --error-format=fileoutput",
"phpstan": "phpstan analyze src examples --level max -c phpstan.neon",
"test": [
"@lint",
"@check-cs",
Expand Down
Loading

0 comments on commit 27159ac

Please sign in to comment.