Skip to content

Commit

Permalink
Fixed autoloading
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfensdrfer committed Apr 24, 2014
1 parent 196f63d commit 54cc720
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@
"require": {
"yiisoft/yii2": "*",
"phpseclib/phpseclib": "0.3.*"
},
"autoload": {
"psr-0": {
"\\thelfensdrfer\\yii2sshconsole": "./src"
}
}
}
File renamed without changes.

0 comments on commit 54cc720

Please sign in to comment.