Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Merge branch 'next-21494/update-static-analysis-tools' into 'trunk'
Browse files Browse the repository at this point in the history
NEXT-21494 - Update static analysis tools to match the versions from platform

See merge request shopware/6/product/development!333
  • Loading branch information
shyim committed May 19, 2022
2 parents 76260b5 + 43d23aa commit 53a182f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions dev-ops/analyze/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"require-dev": {
"bamarni/composer-bin-plugin": "1.4.1",
"phpstan/extension-installer": "^1.1.0",
"phpstan/phpstan": "^0.12.88",
"phpstan/phpstan-doctrine": "^0.12.34",
"phpstan/phpstan-phpunit": "^0.12.19",
"phpstan/phpstan-symfony": "^0.12.33"
"phpstan/phpstan": "~1.6.8",
"phpstan/phpstan-doctrine": "~1.3.4",
"phpstan/phpstan-phpunit": "~1.1.1",
"phpstan/phpstan-symfony": "~1.1.8"
},
"scripts": {
"post-install-cmd": [
Expand Down
7 changes: 4 additions & 3 deletions dev-ops/analyze/vendor-bin/cs-fixer/composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"require-dev": {
"kubawerlos/php-cs-fixer-custom-fixers": "^2.5.0",
"symplify/easy-coding-standard": "^9.4.1"
"kubawerlos/php-cs-fixer-custom-fixers": "~v3.10.1",
"symplify/easy-coding-standard": "~10.2.3",
"friendsofphp/php-cs-fixer": "~v3.8.0"
},
"config": {
"platform": {
"php": "7.4.0"
"php": "7.4.3"
}
},
"sort-packages": true
Expand Down
2 changes: 1 addition & 1 deletion dev-ops/analyze/vendor-bin/psalm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"config": {
"platform": {
"php": "7.4.0"
"php": "7.4.3"
},
"allow-plugins": {
"composer/package-versions-deprecated": true
Expand Down

0 comments on commit 53a182f

Please sign in to comment.