Skip to content

Commit 65906d9

Browse files
committed
updated composer.json
1 parent 9fe07d9 commit 65906d9

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@
1212
}
1313
],
1414
"autoload": {
15-
"psr-0": {
16-
"Leaf": "/src"
15+
"psr-4": {
16+
"Leaf\\": "src"
1717
}
1818
},
19+
"provide": {
20+
"psr/http-message-implementation": "1.0"
21+
},
1922
"minimum-stability": "stable",
2023
"require": {}
2124
}

0 commit comments

Comments
 (0)