diff options
author | Wolfy-J <[email protected]> | 2019-10-12 12:37:16 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-10-12 12:37:16 +0300 |
commit | 5d4a699daa0a3696a5bac04cf5568310ff2b7a5c (patch) | |
tree | a9699c63f01de662c3280f0f15185be030899038 /composer.json | |
parent | 3589850c4601d4907979a9f996873038de930735 (diff) |
- polishing health service tests
- adding auto-CS tools
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/composer.json b/composer.json index fd50fa16..47ad6a04 100644 --- a/composer.json +++ b/composer.json @@ -28,5 +28,8 @@ }, "bin": [ "bin/rr" - ] + ], + "require-dev": { + "spiral/code-style": "^1.0" + } } |