Update composer json file to exclude test and static test files
This commit is contained in:
@@ -20,5 +20,8 @@
|
||||
"minimum-stability": "dev",
|
||||
"require": {
|
||||
"php": ">=7.4.0"
|
||||
}
|
||||
},
|
||||
"archive": {
|
||||
"exclude": ["/test/", "/phpstan.neon", "/psalm.xml", "/.phan/", "/.vscode/"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user