Skip to content

Commit

Permalink
Updated swiftmailer-bundle (#119)
Browse files Browse the repository at this point in the history
* updated swiftmailer-bundle

* set phpstan level to 1
  • Loading branch information
wachterjohannes authored and alexander-schranz committed Nov 29, 2017
1 parent 0c683a1 commit 0123f37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0123f37

Please sign in to comment.