Skip to content
This repository has been archived by the owner on Dec 6, 2020. It is now read-only.

Commit

Permalink
Start working on integration within TravisCI...
Browse files Browse the repository at this point in the history
  • Loading branch information
righettod committed Mar 18, 2018
1 parent 1b67efc commit 6f1ad44
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,13 @@ sudo make install

## Step 2: Install PHP 7.2 from sources with Argon2 option enabled

Options `--with-openssl --enable-mbstring --enable-dom --enable-json --enable-xml --enable-libxml` are needed by Composer and PHPUnit.
The following options are needed by Composer and PHPUnit:
* `--with-openssl`
* `--enable-mbstring`
* `--enable-dom`
* `--enable-json`
* `--enable-xml`
* `--enable-libxml`

```
wget http://de2.php.net/get/php-7.2.3.tar.gz/from/this/mirror
Expand Down

0 comments on commit 6f1ad44

Please sign in to comment.