Skip to content

Commit 7ca1405

Browse files
committed
Composer.json: Add missing package for codestyle
1 parent 3074be4 commit 7ca1405

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
@@ -17,7 +17,8 @@
1717
"nette/bootstrap": "^3.0.1",
1818
"nette/tester": "^2.0",
1919
"phpstan/phpstan": "^0.12.18",
20-
"phpstan/phpstan-nette": "^0.12.6"
20+
"phpstan/phpstan-nette": "^0.12.6",
21+
"symplify/easy-coding-standard": "^7.2"
2122
},
2223
"autoload": {
2324
"psr-4": {

0 commit comments

Comments
 (0)