Skip to content

Commit 86ed878

Browse files
autoload(composer): use psr-4 standard for autoloading.
1 parent d41d4f8 commit 86ed878

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
"php": ">=7.1.0",
2828
"guzzlehttp/guzzle": "6.3.3"
2929
},
30-
"autoload": {
31-
"files": [
32-
"src/lib/Renderforest.php"
33-
]
34-
},
30+
"autoload": {
31+
"psr-4": {
32+
"RenderForest\\": "src/"
33+
}
34+
},
3535
"readme": "https://github.com/renderforest/renderforest-sdk-php/blob/master/README.md",
3636
"support": {
3737
"issues": "https://github.com/renderforest/renderforest-sdk-php/issues"

0 commit comments

Comments
 (0)