diff --git a/composer.json b/composer.json index dd7b42d..07f5a5b 100644 --- a/composer.json +++ b/composer.json @@ -39,6 +39,17 @@ ], "codestyle": "vendor/bin/php-cs-fixer fix Michelf --dry-run --verbose --show-progress=none", "codestyle-fix": "vendor/bin/php-cs-fixer fix Michelf" - } + }, + "archive": { + "exclude": [ + "/.github/", + "/test/", + "/.editorconfig", + "/.gitignore", + "/.scrutinizer.yml", + "/.travis.yml", + "/phpunit.xml.dist" + ] + } }