We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d62852 + d6e5e2e commit 0159e77Copy full SHA for 0159e77
1 file changed
composer.json
@@ -44,5 +44,20 @@
44
"test": [
45
"XDEBUG_MODE=coverage phpunit"
46
]
47
+ },
48
+ "archive": {
49
+ "exclude": [
50
+ "/.github/",
51
+ "/demo/",
52
+ "/docs/",
53
+ "/tests/",
54
+ "/testsDependency/",
55
+ "/.gitignore",
56
+ "/logo.png",
57
+ "/multifactorauthforeveryone.png",
58
+ "/phpunit.xml",
59
+ "/TwoFactorAuth.phpproj",
60
+ "/TwoFactorAuth.sln"
61
+ ]
62
}
63
0 commit comments