diff --git a/composer.json b/composer.json index 29c678098f..af4ad459d4 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,10 @@ "autoload": { "psr-4": { "Zend\\Test\\": "src/" - } + }, + "files": [ + "autoload/phpunit-class-aliases.php" + ] }, "require": { "php": "^5.6 || ^7.0", @@ -59,10 +62,7 @@ "autoload-dev": { "psr-4": { "ZendTest\\Test\\": "test/" - }, - "files": [ - "autoload/phpunit-class-aliases.php" - ] + } }, "scripts": { "check": [ diff --git a/composer.lock b/composer.lock index 2b8020d23a..520356ade4 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "b44fc98d1af1207c25fc11850511736f", + "content-hash": "1296ea1583b0697c7473d6583dff28b0", "packages": [ { "name": "container-interop/container-interop",