Skip to content

Commit

Permalink
Add dev dependency to automatic test.
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek committed Nov 9, 2020
1 parent b1fda82 commit d0baf00
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-dev": {
"phpstan/phpstan": "^0.12.18",
"tracy/tracy": "^2.7",
"phpstan/phpstan-nette": "^0.12.6"
"phpstan/phpstan-nette": "^0.12.6",
"symplify/easy-coding-standard": "^7.2"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit d0baf00

Please sign in to comment.