summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-03-31 16:00:00 +0200
committerRemi Collet <remi@remirepo.net>2021-03-31 16:00:00 +0200
commit7db56f83cfb139ce719fc51b3540fa6ba1e2082c (patch)
tree2fdbec29e31125b793223be5c8cb2c7a97168cf6 /composer.json
parent1066d6ea186a3f7f9d931dbb8d949b726e69b1d4 (diff)
update to 1.4.1
switch to phpunit9
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json13
1 files changed, 9 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index ec41a61..db44d9e 100644
--- a/composer.json
+++ b/composer.json
@@ -11,10 +11,10 @@
}
],
"require": {
- "php": ">=5.5.0"
+ "php": ">=5.5"
},
"require-dev": {
- "phpunit/phpunit": "^4.0"
+ "symfony/phpunit-bridge": "^4.4 || ^5.1"
},
"autoload": {
"psr-4": {
@@ -22,9 +22,14 @@
},
"files": ["src/functions_include.php"]
},
+ "autoload-dev": {
+ "psr-4": {
+ "GuzzleHttp\\Promise\\Tests\\": "tests/"
+ }
+ },
"scripts": {
- "test": "vendor/bin/phpunit",
- "test-ci": "vendor/bin/phpunit --coverage-text"
+ "test": "vendor/bin/simple-phpunit",
+ "test-ci": "vendor/bin/simple-phpunit --coverage-text"
},
"extra": {
"branch-alias": {