summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json10
1 files changed, 7 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index cf1a32c..2ee9669 100644
--- a/composer.json
+++ b/composer.json
@@ -16,13 +16,17 @@
"autoload": {
"psr-4": {"phpmock\\integration\\": "classes/"}
},
+ "autoload-dev": {
+ "files": ["tests/autoload.php"],
+ "psr-4": {"phpmock\\integration\\": "tests/"}
+ },
"require": {
"php": ">=5.6",
- "php-mock/php-mock": "^2",
- "phpunit/php-text-template": "^1"
+ "php-mock/php-mock": "^2.2",
+ "phpunit/php-text-template": "^1 || ^2"
},
"require-dev": {
- "phpunit/phpunit": "^4|^5"
+ "phpunit/phpunit": "^5.7.27 || ^6 || ^7 || ^8 || ^9"
},
"archive": {
"exclude": ["/tests"]