Skip to content

Commit

Permalink
Many improvements by jokaorgua. Thanks!
Browse files Browse the repository at this point in the history
fixed a lot of bugs, fixed phpdoc, removed require of itself
  • Loading branch information
Jon Eyrick authored Apr 3, 2018
2 parents af15f5b + c5133c6 commit c8e492f
Show file tree
Hide file tree
Showing 2 changed files with 451 additions and 429 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@
"ext-curl": "*",
"ratchet/pawl": "^0.3.0",
"react/socket": "^1.0 || ^0.8 || ^0.7",
"ratchet/rfc6455": "^0.2.3",
"jaggedsoft/php-binance-api": "dev-master"
"ratchet/rfc6455": "^0.2.3"
},
"require-dev": {
"phpunit/phpunit": "~4.8"
},
"config": {
"optimize-autoloader": true,
"minimum-stability": "dev"
"minimum-stability": "stable"
},
"autoload": {
"classmap": [
Expand Down
Loading

0 comments on commit c8e492f

Please sign in to comment.