summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-11-16 10:18:01 +0100
committerRemi Collet <remi@remirepo.net>2020-11-16 10:18:01 +0100
commitd4ae1f193913c974af0c4c6313b473cbc49f2734 (patch)
treeb664bfd24a7d4c48a42e8ef6a29e504130d0520c /composer.json
parentac71c23a755dd235106bc487ce88da8200f23671 (diff)
update to 1.3.2
switch to phpunit9
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json12
1 files changed, 4 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index d4c2f59..a5b9dc0 100644
--- a/composer.json
+++ b/composer.json
@@ -3,7 +3,7 @@
"description": "A fast PHP7 implementation of PSR-7",
"license": "MIT",
"keywords": ["psr-7", "psr-17"],
- "homepage": "http://tnyholm.se",
+ "homepage": "https://tnyholm.se",
"authors": [
{
"name": "Tobias Nyholm",
@@ -15,15 +15,15 @@
}
],
"require": {
- "php": "^7.1",
+ "php": ">=7.1",
"psr/http-message": "^1.0",
"php-http/message-factory": "^1.0",
"psr/http-factory": "^1.0"
},
"require-dev": {
- "phpunit/phpunit": "^7.5",
+ "phpunit/phpunit": "^7.5 || 8.5 || 9.4",
"php-http/psr7-integration-tests": "^1.0",
- "http-interop/http-factory-tests": "dev-master",
+ "http-interop/http-factory-tests": "^0.8",
"symfony/error-handler": "^4.4"
},
"provide": {
@@ -40,10 +40,6 @@
"Tests\\Nyholm\\Psr7\\": "tests/"
}
},
- "scripts": {
- "test": "vendor/bin/phpunit",
- "test-ci": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
- },
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"