diff options
-rw-r--r-- | .travis.yml | 1 | ||||
-rwxr-xr-x | bin/symfony_requirements | 2 | ||||
-rw-r--r-- | composer.json | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 7fe15c5f..1a33198a 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -20,6 +20,7 @@ php: | |||
20 | - 5.5 | 20 | - 5.5 |
21 | - 5.6 | 21 | - 5.6 |
22 | - 7.0 | 22 | - 7.0 |
23 | - nightly | ||
23 | - hhvm | 24 | - hhvm |
24 | 25 | ||
25 | env: | 26 | env: |
diff --git a/bin/symfony_requirements b/bin/symfony_requirements index 7cd559a4..8825a964 100755 --- a/bin/symfony_requirements +++ b/bin/symfony_requirements | |||
@@ -13,7 +13,7 @@ echo '> PHP is using the following php.ini file:'.PHP_EOL; | |||
13 | if ($iniPath) { | 13 | if ($iniPath) { |
14 | echo_style('green', ' '.$iniPath); | 14 | echo_style('green', ' '.$iniPath); |
15 | } else { | 15 | } else { |
16 | echo_style('warning', ' WARNING: No configuration file (php.ini) used by PHP!'); | 16 | echo_style('yellow', ' WARNING: No configuration file (php.ini) used by PHP!'); |
17 | } | 17 | } |
18 | 18 | ||
19 | echo PHP_EOL.PHP_EOL; | 19 | echo PHP_EOL.PHP_EOL; |
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", |