Skip to content

Commit ad1bfe8

Browse files
author
Alexey Gavrilov
committed
add composer autoload
1 parent 3e72451 commit ad1bfe8

File tree

8 files changed

+3
-1
lines changed

8 files changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@
1414
"require": {
1515
"php": ">=5.3.0"
1616
},
17-
"autoload": {}
17+
"autoload": {
18+
"psr-4": {"DnodeSyncClient\\": "src/"}
19+
}
1820
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)