File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ before_install:
20
20
- cat $HOME/.phpenv/versions/$TRAVIS_PHP_VERSION/etc/conf.d/xdebug.ini > ./xdebug.ini
21
21
- phpenv config-rm xdebug.ini || true
22
22
- composer self-update
23
+ - if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi;
23
24
24
25
before_script :
25
26
- composer install --prefer-source
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ details.
26
26
27
27
| Version | Status | PHP Version | Life span |
28
28
| --------- | --------------------------- | ------------- | ----------------------- |
29
- | ` ^2.0 ` | Maintained (Bug fixes only) | ` ^ =7.0,<7.2` | March 2016 - March 2018 |
29
+ | ` ^2.0 ` | Maintained (Bug fixes only) | ` > =7.0,<7.2` | March 2016 - March 2018 |
30
30
| ` ^3.0 ` | Latest | ` ^7.0 ` | March 2018 - March 2020 |
31
31
32
32
## Getting help
You can’t perform that action at this time.
0 commit comments