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.
1 parent d20c027 commit 8b26c9dCopy full SHA for 8b26c9d
composer.json
@@ -19,9 +19,7 @@
19
"php-http/logger-plugin": "^1.3",
20
"psr/cache": "^2.0 || ^3.0",
21
"psr/http-client": "^1.0",
22
- "psr/http-client-implementation": "*",
23
"psr/http-factory": "^1.0",
24
- "psr/http-factory-implementation": "*",
25
"psr/log": "^2.0 || ^3.0",
26
"symfony/options-resolver": "^6.3"
27
},
@@ -34,6 +32,10 @@
34
32
"symfony/http-client": "^6.3",
35
33
"symfony/var-dumper": "^6.3"
36
+ "provide": {
+ "psr/http-client-implementation": "1.0",
37
+ "psr/http-factory-implementation": "1.0"
38
+ },
39
"autoload": {
40
"psr-4": {
41
"ProgrammatorDev\\OpenWeatherMap\\": "src/"
0 commit comments