diff --git a/composer.json b/composer.json index 75aa507..dd4f042 100644 --- a/composer.json +++ b/composer.json @@ -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" + ] } }