Skip to content

Commit ad13654

Browse files
author
elfet
committed
Fix autoload for php-ssh to psr-0.
1 parent f22a697 commit ad13654

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
"autoload": {
1212
"psr-4": {
1313
"Deployer\\": "src/",
14-
"phpseclib\\": "src/Resources/vendor/phpseclib/",
14+
"phpseclib\\": "src/Resources/vendor/phpseclib/"
15+
},
16+
"psr-0": {
1517
"Ssh": "src/Resources/vendor/php-ssh/"
1618
}
1719
},

0 commit comments

Comments
 (0)