diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index e6835eb..972b346 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "ext-xml": "*", "ext-xmlwriter": "*", "doctrine/instantiator": "^1.5.0", - "myclabs/deep-copy": "^1.12.1", + "myclabs/deep-copy": "^1.13.1", "phar-io/manifest": "^2.0.4", "phar-io/version": "^3.2.1", "phpunit/php-code-coverage": "^7.0.17", @@ -51,6 +51,7 @@ "platform": { "php": "7.2.0" }, + "classmap-authoritative": true, "optimize-autoloader": true, "sort-packages": true }, |