diff --git a/.travis.yml b/.travis.yml
index ed2e50c..9474ff6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,17 @@
language: php
+env:
+ - DEPS_VERSION="--prefer-lowest"
+ - DEPS_VERSION="--prefer-stable"
+
php:
- "5.6"
- "7.0"
+ - "7.1"
before_script:
- composer self-update
- - composer install --no-scripts --no-interaction
+ - composer upgrade --prefer-dist ${DEPS_VERSION}
- composer dump-autoload -o
after_script:
diff --git a/Resources/config/services.xml b/Resources/config/services.xml
index 16894ec..be917ce 100644
--- a/Resources/config/services.xml
+++ b/Resources/config/services.xml
@@ -8,8 +8,8 @@
%openclassrooms_onesky.api_secret%
-
-
+
+
@@ -17,7 +17,7 @@
-