Skip to content

Commit 80ddeb3

Browse files
committed
- use published version (stdlib)
1 parent 075e4da commit 80ddeb3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,16 @@
2525
"psr/http-message": "^1",
2626
"psr/http-factory": "^1",
2727
"psr/http-client": "^1",
28-
"koded/stdlib": "5.*",
28+
"koded/stdlib": "^5",
2929
"ext-json": "*",
3030
"ext-curl": "*",
3131
"ext-fileinfo": "*",
3232
"ext-mbstring": "*"
3333
},
3434
"autoload": {
3535
"classmap": [
36-
""
36+
"",
37+
"Client/"
3738
],
3839
"files": [
3940
"Interfaces.php",

0 commit comments

Comments
 (0)