Skip to content

Commit 795f1ea

Browse files
committed
- use published version (stdlib)
1 parent 05c63d0 commit 795f1ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"require": {
2323
"php": "^8",
2424
"psr/log": "^1",
25-
"koded/stdlib": "5.*"
25+
"koded/stdlib": "^5"
2626
},
2727
"autoload": {
2828
"psr-4": {
2929
"Koded\\Logging\\": ""
3030
},
3131
"exclude-from-classmap": [
32-
"/Tests/"
32+
"Tests/"
3333
]
3434
},
3535
"require-dev": {

0 commit comments

Comments
 (0)