diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/composer.json b/composer.json index f9b6422..84fb59e 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ } ], "require": { - "php": ">=7.0.0", + "php": "^7.0 || ^8.0", "ext-mbstring": "*" }, "suggest": { @@ -33,5 +33,11 @@ "Zumba\\": "src/", "Zumba\\JsonSerializer\\Test\\": "tests/" } + }, + "archive": { + "exclude": [ + "/tests", + "/phpunit.xml" + ] } } |