Skip to content

Commit 7a95a0e

Browse files
committed
Adds PSR autoloading for src files.
1 parent 423ac05 commit 7a95a0e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@
5555
"bin": [
5656
"git-deploy"
5757
],
58+
"autoload": {
59+
"psr-4": {
60+
"Brunodebarros\\Gitdeploy\\": "tools/src/"
61+
}
62+
},
5863
"require": {
5964
"phpseclib/phpseclib": "^2.0",
6065
"league/climate": "^3.2"

0 commit comments

Comments
 (0)