Skip to content

Commit

Permalink
composer: PSR4 autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
kornrunner committed Dec 17, 2017
1 parent 8702671 commit 2cbc55a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,5 +222,10 @@
}],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-4": {
"ccxt\\": "php"
}
}
}
}
19 changes: 19 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2cbc55a

Please sign in to comment.