Skip to content

Commit

Permalink
added PHPStan as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
craue committed Feb 11, 2022
1 parent 9e25a75 commit b605fc4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .travis_install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ case "${DEPS:-}" in
fi
esac

if [ -n "${WITH_STATIC_ANALYSIS:-}" ]; then
composer require --no-update --dev phpstan/phpstan
fi

# TODO remove as soon as Symfony >= 5.0 is required
if [ -n "${WITH_CONTAO_POLYFILL_SYMFONY:-}" ]; then
composer require --no-update --dev "contao/polyfill-symfony"
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"doctrine/annotations": "^1.6",
"doctrine/common": "~2.9|~3.0",
"doctrine/doctrine-bundle": "~1.10|~2.0",
"phpstan/phpstan": "^1.4",
"phpunit/phpunit": "^9.5",
"symfony/browser-kit": "~4.4|~5.3|^6.0",
"symfony/css-selector": "~4.4|~5.3|^6.0",
Expand Down

0 comments on commit b605fc4

Please sign in to comment.