Skip to content

Commit fbd2bb2

Browse files
committed
WIP Code Quality Tools
1 parent 2f59702 commit fbd2bb2

File tree

14 files changed

+1811
-504
lines changed

14 files changed

+1811
-504
lines changed

.gitignore

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
composer.phar
2-
/vendor/
3-
4-
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
5-
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
6-
# composer.lock
1+
*.cache
2+
*.log
73
.env
4+
composer.phar
85
google-credentials.json
6+
vendor/

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
},
1616
"require-dev": {
1717
"swoole/ide-helper": "^4.4",
18-
"phpunit/phpunit": "^8.4"
18+
"phpunit/phpunit": "^8.4",
19+
"vimeo/psalm": "^3.7",
20+
"squizlabs/php_codesniffer": "^3.5",
21+
"phpmd/phpmd": "^2.7"
1922
},
2023
"license": "MIT",
2124
"authors": [

0 commit comments

Comments
 (0)