Ensure composer dist archive contains only usefull files

This commit is contained in:
Cédric Anne
2023-02-22 15:42:38 +01:00
committed by GitHub
parent 1d628527e5
commit d6e5e2ef87
+15
View File
@@ -44,5 +44,20 @@
"test": [
"XDEBUG_MODE=coverage phpunit"
]
},
"archive": {
"exclude": [
"/.github/",
"/demo/",
"/docs/",
"/tests/",
"/testsDependency/",
"/.gitignore",
"/logo.png",
"/multifactorauthforeveryone.png",
"/phpunit.xml",
"/TwoFactorAuth.phpproj",
"/TwoFactorAuth.sln"
]
}
}