We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 075e4da commit 80ddeb3Copy full SHA for 80ddeb3
1 file changed
composer.json
@@ -25,15 +25,16 @@
25
"psr/http-message": "^1",
26
"psr/http-factory": "^1",
27
"psr/http-client": "^1",
28
- "koded/stdlib": "5.*",
+ "koded/stdlib": "^5",
29
"ext-json": "*",
30
"ext-curl": "*",
31
"ext-fileinfo": "*",
32
"ext-mbstring": "*"
33
},
34
"autoload": {
35
"classmap": [
36
- ""
+ "",
37
+ "Client/"
38
],
39
"files": [
40
"Interfaces.php",
0 commit comments