Skip to content

Commit 8b26c9d

Browse files
committed
chore: updated composer.json file
1 parent d20c027 commit 8b26c9d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
"php-http/logger-plugin": "^1.3",
2020
"psr/cache": "^2.0 || ^3.0",
2121
"psr/http-client": "^1.0",
22-
"psr/http-client-implementation": "*",
2322
"psr/http-factory": "^1.0",
24-
"psr/http-factory-implementation": "*",
2523
"psr/log": "^2.0 || ^3.0",
2624
"symfony/options-resolver": "^6.3"
2725
},
@@ -34,6 +32,10 @@
3432
"symfony/http-client": "^6.3",
3533
"symfony/var-dumper": "^6.3"
3634
},
35+
"provide": {
36+
"psr/http-client-implementation": "1.0",
37+
"psr/http-factory-implementation": "1.0"
38+
},
3739
"autoload": {
3840
"psr-4": {
3941
"ProgrammatorDev\\OpenWeatherMap\\": "src/"

0 commit comments

Comments
 (0)