diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 44e876b..3d34f6b 100644 --- a/composer.json +++ b/composer.json @@ -16,14 +16,15 @@ "autoload": { "psr-4": { "phpmock\\": ["classes/", "tests/"] - } + }, + "files": ["autoload.php"] }, "require": { - "php": ">=5.6", + "php": "^5.6 || ^7.0", "phpunit/php-text-template": "^1" }, "require-dev": { - "phpunit/phpunit": "^5.7" + "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.0" }, "replace": { "malkusch/php-mock": "*" |