summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json22
1 files changed, 10 insertions, 12 deletions
diff --git a/composer.json b/composer.json
index 569cf14..c607615 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,17 +15,19 @@
}
],
"require": {
- "php": "^7.1",
- "psr/http-message": "^1.0",
- "php-http/message-factory": "^1.0",
+ "php": ">=7.2",
+ "psr/http-message": "^1.1 || ^2.0",
"psr/http-factory": "^1.0"
},
"require-dev": {
- "phpunit/phpunit": "^7.5",
- "php-http/psr7-integration-tests": "dev-master",
- "http-interop/http-factory-tests": "dev-master"
+ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4",
+ "php-http/message-factory": "^1.0",
+ "php-http/psr7-integration-tests": "^1.0",
+ "http-interop/http-factory-tests": "^0.9",
+ "symfony/error-handler": "^4.4"
},
"provide": {
+ "php-http/message-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0",
"psr/http-factory-implementation": "1.0"
},
@@ -39,13 +41,9 @@
"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"
+ "dev-master": "1.8-dev"
}
}
}