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 bdb2f92..5a93b9d 100644 --- a/composer.json +++ b/composer.json @@ -14,11 +14,12 @@ } ], "autoload": { + "files": ["autoload.php"], "psr-4": {"phpmock\\phpunit\\": "classes/"} }, "require": { "php": ">=7", - "phpunit/phpunit": "^6 <6.5", + "phpunit/phpunit": "^6 || ^7", "php-mock/php-mock-integration": "^2" }, "archive": { |