Skip to content

Commit

Permalink
update phpstan to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Sep 7, 2020
1 parent 9a5442b commit a570af3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
"dachcom-digital/dynamic-search": "^0.7",
"pimcore/pimcore": "^5.8.0 | ^6.3"
},
"require-dev": {
"codeception/codeception": "~2.4.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-symfony": "^0.12",
"symplify/easy-coding-standard": "^5.4"
},
"extra": {
"branch-alias": {
"dev-master": "0.7-dev"
Expand Down
2 changes: 1 addition & 1 deletion tests/_etc/travis/install
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ rm composer.lock
composer config repositories.pimcore-${DACHCOM_BUNDLE_REPO_NAME} '{"type": "path", "url": "./lib/'${DACHCOM_BUNDLE_NAME}'", "options": {"symlink": true}}'

COMPOSER_MEMORY_LIMIT=-1 composer install --no-scripts
COMPOSER_MEMORY_LIMIT=-1 composer require phpstan/phpstan:^0.11.1 phpstan/phpstan-symfony:^0.11.0 symplify/easy-coding-standard:^5.4 dachcom-digital/${DACHCOM_BUNDLE_REPO_NAME} @dev
COMPOSER_MEMORY_LIMIT=-1 composer require phpstan/phpstan:^0.12 phpstan/phpstan-symfony:^0.12 symplify/easy-coding-standard:^5.4 dachcom-digital/${DACHCOM_BUNDLE_REPO_NAME} @dev

## clear cache
rm -rf var/cache

0 comments on commit a570af3

Please sign in to comment.