Skip to content

Commit

Permalink
Register ccxt with composers PSR4 autoloader.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunR committed Dec 15, 2017
1 parent ceb10a4 commit 05f7797
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,12 @@
"homepage": "https://github.com/xpl",
"role": "Developer"
}],
"autoload": {
"psr-4" : {
"ccxt\\" : "php/"
}
},
"require": {
"php": ">=5.3.0"
}
}
}

0 comments on commit 05f7797

Please sign in to comment.