Merge pull request #101 from cedric-anne/composer-archive

Ensure composer dist archive contains only usefull files
This commit is contained in:
Will Power
2023-02-25 11:33:05 +00:00
committed by GitHub
+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"
]
}
}