Skip to content

Commit 3c4bedf

Browse files
committed
Updated Travis
1 parent 0de9941 commit 3c4bedf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

2425
before_script:
2526
- composer install --prefer-source

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)