diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-05-09 10:42:11 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-07-18 18:07:25 +0200 |
commit | 19738973056d027ebe6e55a97c181279b6ad2f60 (patch) | |
tree | 9b9c9bac58d464dcf7178b290a581f9dbdee121d /composer.json | |
parent | 51cbc2ebfe28435c62c2ce43eeb32bb6668a3833 (diff) | |
download | wallabag-19738973056d027ebe6e55a97c181279b6ad2f60.tar.gz wallabag-19738973056d027ebe6e55a97c181279b6ad2f60.tar.zst wallabag-19738973056d027ebe6e55a97c181279b6ad2f60.zip |
Run PHP 7.1 on Travis
- Using nightly (as of now it's PHP 7.1 alpha)
- Force guzzle to be at least 5.3.1 (which fix some bugs in PHP 7)
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index f3bd7893..c7830a14 100644 --- a/composer.json +++ b/composer.json | |||
@@ -74,7 +74,7 @@ | |||
74 | "grandt/phpepub": "~4.0", | 74 | "grandt/phpepub": "~4.0", |
75 | "wallabag/php-mobi": "~1.0.0", | 75 | "wallabag/php-mobi": "~1.0.0", |
76 | "kphoen/rulerz-bundle": "~0.10", | 76 | "kphoen/rulerz-bundle": "~0.10", |
77 | "guzzlehttp/guzzle": "^5.2.0", | 77 | "guzzlehttp/guzzle": "^5.3.1", |
78 | "doctrine/doctrine-migrations-bundle": "^1.0", | 78 | "doctrine/doctrine-migrations-bundle": "^1.0", |
79 | "paragonie/random_compat": "~1.0", | 79 | "paragonie/random_compat": "~1.0", |
80 | "craue/config-bundle": "~1.4", | 80 | "craue/config-bundle": "~1.4", |