Skip to content

Commit 361d001

Browse files
committed
Add coding standard dependency.
1 parent 58e3958 commit 361d001

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"require-dev": {
2020
"phpstan/phpstan": "^0.12.18",
2121
"tracy/tracy": "^2.7",
22-
"phpstan/phpstan-nette": "^0.12.6"
22+
"phpstan/phpstan-nette": "^0.12.6",
23+
"symplify/easy-coding-standard": "^7.2"
2324
},
2425
"autoload": {
2526
"classmap": [

0 commit comments

Comments
 (0)