diff --git a/composer.json b/composer.json index 7ef02a9..7f27f76 100644 --- a/composer.json +++ b/composer.json @@ -33,6 +33,15 @@ "email": "jon@bigbite.net" } ], + "archive": { + "exclude": [ + "/.editorconfig", + "/.gitignore", + "/.phpcs.xml.dist", + "/Tests", + "/phpunit.xml.dist" + ] + }, "scripts-descriptions": { "lint": "Runs PHP syntax error checks", "phpcs": "Runs PHP coding standard checks",