We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62a9c4c + bed5017 commit 4057817Copy full SHA for 4057817
composer.json
@@ -12,14 +12,13 @@
12
],
13
"require": {
14
"php": "^7.1 || ^8.0",
15
- "psr/http-message": "^1.0 || ^2.0",
16
- "psr/http-factory": "^1.0",
17
- "php-http/message-factory": "^1.0.2",
18
- "php-http/discovery": "^1.7"
+ "php-http/discovery": "^1.15",
+ "psr/http-factory-implementation": "^1.0"
19
},
20
"require-dev": {
21
"phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.3",
22
"php-http/message": "^1.5",
+ "php-http/message-factory": "^1.0.2",
23
"nyholm/psr7": "^1.0"
24
25
"autoload": {
@@ -35,5 +34,10 @@
35
34
"scripts": {
36
"test": "vendor/bin/phpunit",
37
"test-ci": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
+ },
38
+ "config": {
39
+ "allow-plugins": {
40
+ "php-http/discovery": false
41
+ }
42
}
43
0 commit comments