summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-02-10 09:40:06 +0100
committerRemi Collet <remi@remirepo.net>2020-02-10 09:40:06 +0100
commit6f1d9e59b57b768900aa51fe051b4a581b1fe6d2 (patch)
tree66a655671d459186f28a31c5f1c635b9c325190c /composer.json
parentceb88eabcbda3c62be989713ab10ffad3a5fef6d (diff)
update to 2.2.1
allow phpunit9 and phpunit/php-text-template v2
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 5500e4e..89a2e59 100644
--- a/composer.json
+++ b/composer.json
@@ -14,25 +14,26 @@
}
],
"autoload": {
+ "files": ["autoload.php"],
"psr-4": {
"phpmock\\": ["classes/", "tests/"]
}
},
"autoload-dev": {
- "files": ["autoload.php"]
+ "files": ["tests/autoload.php"]
},
"require": {
"php": "^5.6 || ^7.0",
- "phpunit/php-text-template": "^1"
+ "phpunit/php-text-template": "^1 || ^2"
},
"require-dev": {
- "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.0"
+ "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.0 || ^9.0"
},
"replace": {
"malkusch/php-mock": "*"
},
"suggest": {
- "php-mock/php-mock-phpunit": "Allows integration into PHPUnit testcase with the trait PHPMock."
+ "php-mock/php-mock-phpunit": "Allows integration into PHPUnit testcase with the trait PHPMock."
},
"archive": {
"exclude": ["/tests"]