Skip to content

Commit

Permalink
Merge pull request #107 from leroy-merlin-br/feat/codeing-standards-o…
Browse files Browse the repository at this point in the history
…n-commit

feat(coding-standards): add conding standard verification
  • Loading branch information
fnsc authored Jan 11, 2022
2 parents 0ed85a5 + 65ad655 commit 32cea34
Show file tree
Hide file tree
Showing 5 changed files with 3,639 additions and 1,435 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
build/
vendor/
coverage/
storage/
.idea/
composer.lock
.phpcs-cache
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
"mockery/mockery": "^1.3.0",
"kwn/php-rdkafka-stubs": "~1.1.0",
"orchestra/testbench": "^6.0",
"dms/phpunit-arraysubset-asserts": "^0.2.1"
"dms/phpunit-arraysubset-asserts": "^0.2.1",
"phpro/grumphp": "^1.5",
"vimeo/psalm": "^4.18",
"psalm/plugin-mockery": "^0.9.1"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 32cea34

Please sign in to comment.