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:
2020 - cat $HOME/.phpenv/versions/$TRAVIS_PHP_VERSION/etc/conf.d/xdebug.ini > ./xdebug.ini
2121 - phpenv config-rm xdebug.ini || true
2222 - composer self-update
23+ - if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi;
2324
2425before_script :
2526 - composer install --prefer-source
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ details.
2626
2727| Version | Status | PHP Version | Life span |
2828| --------- | --------------------------- | ------------- | ----------------------- |
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 |
3030| ` ^3.0 ` | Latest | ` ^7.0 ` | March 2018 - March 2020 |
3131
3232## Getting help
You can’t perform that action at this time.
0 commit comments