Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
added phpstan ad cs script to composer.json and make some cs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed Sep 1, 2017
1 parent 127ccd9 commit de6c06d
Show file tree
Hide file tree
Showing 3 changed files with 437 additions and 89 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
"mockery/mockery" : "Required to use the MockeryTestCase (^0.9)",
"nyholm/nsa" : "Required to test your private/protected methods/properties (^1.1)."
},
"scripts": {
"cs" : "sh vendor/bin/php-cs-fixer fix",
"phpstan" : "sh vendor/bin/phpstan analyse -c phpstan.neon -l 6 src/"
},
"minimum-stability" : "dev",
"prefer-stable" : true
}
Loading

0 comments on commit de6c06d

Please sign in to comment.