Skip to content

Commit

Permalink
listed required php extensions in the contributing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Feb 1, 2018
1 parent 379bbb3 commit 8091047
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,12 @@ The following is a set of rules for contributing to the ccxt library codebase.
### What You Need To Have

- Node.js 8+
- Python 2.7 and Python 3.5+
- PHP 5.3+
- Python 3.5+ and Python 2.7+
- PHP 5.3+ with the following extensions installed and enabled:
- cURL
- iconv
- mbstring
- PCRE
- [Pandoc](https://pandoc.org/installing.html) 1.19+

### What You Need To Know
Expand Down

0 comments on commit 8091047

Please sign in to comment.