diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/composer.json b/composer.json index b3f3813..0893c59 100644 --- a/composer.json +++ b/composer.json @@ -80,8 +80,7 @@ }, "autoload-dev": { "files": [ - "polyfill/autoload.php", - "test/autoload.php" + "polyfill/autoload.php" ], "psr-4": { "LaminasTest\\View\\": "test/" |