Update composer json file to exclude test and static test files

This commit is contained in:
2021-10-21 15:51:05 +09:00
parent 4f90f2d916
commit f9db752c8a

View File

@@ -20,5 +20,8 @@
"minimum-stability": "dev",
"require": {
"php": ">=7.4.0"
},
"archive": {
"exclude": ["/test/", "/phpstan.neon", "/psalm.xml", "/.phan/", "/.vscode/"]
}
}