From 0123f3750d9ea0e40f8f8b2d2becb11ed94fcf31 Mon Sep 17 00:00:00 2001 From: Johannes Wachter Date: Wed, 29 Nov 2017 15:53:37 +0100 Subject: [PATCH] Updated swiftmailer-bundle (#119) * updated swiftmailer-bundle * set phpstan level to 1 --- .travis.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 03a363e9..24a6b8ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ install: script: - ./vendor/bin/phpunit --coverage-clover=coverage.clover - - if [[ $PHPSTAN == 'true' ]]; then ./vendor/bin/phpstan analyse ./ --level 2 -c phpstan.neon ; fi + - if [[ $PHPSTAN == 'true' ]]; then ./vendor/bin/phpstan analyse ./ --level 1 -c phpstan.neon ; fi after_script: - if [[ $CODE_COVERAGE == 'true' ]]; then wget https://scrutinizer-ci.com/ocular.phar ; fi diff --git a/composer.json b/composer.json index 876ffff4..55988b50 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "sulu-bundle", "require": { "symfony/symfony": "^2.8.7 || ^3.0", - "symfony/swiftmailer-bundle": "~2.3", + "symfony/swiftmailer-bundle": "^2.3 || ^3.0", "doctrine/orm": "^2.5.3", "php": "^5.5 || ^7.0", "sulu/sulu": "~1.3"