Update to static checker file, add phpunit xml, update composer json

This commit is contained in:
2022-06-08 15:04:59 +09:00
parent b1079e1d24
commit 1e836e9a2b
5 changed files with 9 additions and 6 deletions

View File

@@ -22,7 +22,7 @@
"php": ">=7.4.0"
},
"archive": {
"exclude": ["/test/", "/test/*", "/phpstan.neon", "/psalm.xml", "/.phan/", "/.vscode/"]
"exclude": ["/test/", "/test/*", "/phpstan.neon", "/psalm.xml", "/.phan/", "/.vscode/", "/phpunit.xml"]
},
"require-dev": {
"phpunit/phpunit": "^9"