diff --git a/.travis.yml b/.travis.yml index 3c026537..ec3c78e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,8 +24,8 @@ matrix: before_script: - travis_retry composer self-update - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source - - if [[ $TRAVIS_PHP_VERSION == '5.3' ]]; then composer require container-interop/container-interop:1.2 filp/whoops rdlowrey/auryn twig/twig http-interop/http-middleware:^0.4.1 --dev; fi - - if [[ $TRAVIS_PHP_VERSION != '5.3' ]]; then composer require container-interop/container-interop:1.2 filp/whoops league/container nikic/fast-route phroute/phroute rdlowrey/auryn twig/twig zendframework/zend-diactoros zendframework/zend-stratigility http-interop/http-middleware:^0.4.1 --dev; fi + - composer require container-interop/container-interop filp/whoops rdlowrey/auryn twig/twig http-interop/http-middleware:^0.4.1 + - if [[ $TRAVIS_PHP_VERSION != '5.3' ]]; then composer require league/container nikic/fast-route phroute/phroute zendframework/zend-diactoros zendframework/zend-stratigility --dev; fi script: - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover diff --git a/src/Http/LICENSE.md b/src/Http/LICENSE.md index 8294981e..6811efc9 100644 --- a/src/Http/LICENSE.md +++ b/src/Http/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2004-2017 Fabien Potencier +Copyright (c) 2004-2018 Fabien Potencier Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal