diff options
author | Bertrand Dunogier <bd@ez.no> | 2015-12-23 16:45:24 +0100 |
---|---|---|
committer | Bertrand Dunogier <bd@ez.no> | 2015-12-23 22:49:03 +0100 |
commit | d4aa17436700713fcb4eb5c4a2c48182f37c3b5e (patch) | |
tree | 62fc5d69837204b472b31f9c9dea27f8966fab4b /.travis.yml | |
parent | da2240f9d409a8301a1d469823a265780e6f1b7b (diff) | |
download | wallabag-d4aa17436700713fcb4eb5c4a2c48182f37c3b5e.tar.gz wallabag-d4aa17436700713fcb4eb5c4a2c48182f37c3b5e.tar.zst wallabag-d4aa17436700713fcb4eb5c4a2c48182f37c3b5e.zip |
Updated composer.lock
Had to restrict scheb/two-factor-bundle to ~1.4.0 because of a circular service reference.
See https://github.com/scheb/two-factor-bundle/issues/33.
Also updated php version requirement to 5.5.0.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9a19be61..4542fdcb 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -16,7 +16,6 @@ cache: | |||
16 | - $HOME/.composer/cache | 16 | - $HOME/.composer/cache |
17 | 17 | ||
18 | php: | 18 | php: |
19 | - 5.4 | ||
20 | - 5.5 | 19 | - 5.5 |
21 | - 5.6 | 20 | - 5.6 |
22 | - 7.0 | 21 | - 7.0 |