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
22
33php :
4- - 5.3
4+ # - 5.3 # requires old distro, see below
55 - 5.4
66 - 5.5
77 - 5.6
8- - 7
9- - hhvm
8+ - 7.0
9+ - 7.1
10+ - 7.2
11+ - hhvm # ignore errors, see below
12+
13+ # lock distro so future defaults will not break the build
14+ dist : trusty
15+
16+ matrix :
17+ include :
18+ - php : 5.3
19+ dist : precise
20+ allow_failures :
21+ - php : hhvm
1022
1123sudo : false
1224
Original file line number Diff line number Diff line change @@ -96,6 +96,11 @@ The recommended way to install this library is [through composer](http://getcomp
9696}
9797```
9898
99+ This project aims to run on any platform and thus does not require any PHP
100+ extensions and supports running on legacy PHP 5.3 through current PHP 7+ and
101+ HHVM.
102+ It's * highly recommended to use PHP 7+* for this project.
103+
99104You may also want to install some of the [ additional components] ( #components ) .
100105A list of all official components can be found in the [ graphp project] ( https://github.com/graphp ) .
101106
You can’t perform that action at this time.
0 commit comments