diff --git a/composer.json b/composer.json index f3c3323..0cd85ed 100644 --- a/composer.json +++ b/composer.json @@ -37,5 +37,8 @@ "Test\\Integration\\": "./tests/integration", "Test\\Integration\\SQLite\\": "./tests/integration/sqlite" } + }, + "archive": { + "exclude": [ "/tests", "/.gitattributes", "/.gitignore", "/.git", "/composer.lock" ] } } \ No newline at end of file