]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Run PHP 7.1 on Travis 2048/head
authorJeremy Benoist <j0k3r@users.noreply.github.com>
Mon, 9 May 2016 08:42:11 +0000 (10:42 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 18 Jul 2016 16:07:25 +0000 (18:07 +0200)
- 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)

.travis.yml
bin/symfony_requirements
composer.json

index 7fe15c5f7b64a3f1b269cefdf8996a5561b05be2..1a33198a283ada9edf0a7c446f788eaa6dfc6bef 100644 (file)
@@ -20,6 +20,7 @@ php:
     - 5.5
     - 5.6
     - 7.0
+    - nightly
     - hhvm
 
 env:
index 7cd559a4517cb0c85fcca8ef3d81b7a143f98f5a..8825a964676ae774fab136ca2670799ec64a415d 100755 (executable)
@@ -13,7 +13,7 @@ echo '> PHP is using the following php.ini file:'.PHP_EOL;
 if ($iniPath) {
     echo_style('green', '  '.$iniPath);
 } else {
-    echo_style('warning', '  WARNING: No configuration file (php.ini) used by PHP!');
+    echo_style('yellow', '  WARNING: No configuration file (php.ini) used by PHP!');
 }
 
 echo PHP_EOL.PHP_EOL;
index f3bd7893ef781e28f9f1e16d9c2b3c7560a77056..c7830a1487d8927f9009bbde8457b59f5d15ca59 100644 (file)
@@ -74,7 +74,7 @@
         "grandt/phpepub": "~4.0",
         "wallabag/php-mobi": "~1.0.0",
         "kphoen/rulerz-bundle": "~0.10",
-        "guzzlehttp/guzzle": "^5.2.0",
+        "guzzlehttp/guzzle": "^5.3.1",
         "doctrine/doctrine-migrations-bundle": "^1.0",
         "paragonie/random_compat": "~1.0",
         "craue/config-bundle": "~1.4",