File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : php
22php :
3- - 5.3
3+ # - 5.3 # requires old distro, see below
4+ - 5.4
5+ - 5.5
46 - 5.6
5- - hhvm
7+ - 7.0
8+ - 7.1
9+ - 7.2
10+ - hhvm # ignore errors, see below
11+
12+ # lock distro so future defaults will not break the build
13+ dist : trusty
14+
15+ matrix :
16+ include :
17+ - php : 5.3
18+ dist : precise
19+ allow_failures :
20+ - php : hhvm
21+
22+ sudo : false
623
724install :
825 - composer install --no-interaction
Original file line number Diff line number Diff line change @@ -60,6 +60,11 @@ The recommended way to install this library is [through composer](http://getcomp
6060}
6161```
6262
63+ This project aims to run on any platform and thus does not require any PHP
64+ extensions and supports running on legacy PHP 5.3 through current PHP 7+ and
65+ HHVM.
66+ It's * highly recommended to use PHP 7+* for this project.
67+
6368## Tests
6469
6570To run the test suite, you first need to clone this repo and then install all
You can’t perform that action at this time.
0 commit comments