mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Switch to Psalm 4
This commit is contained in:
parent
b4ef833c03
commit
2b36e9548b
3 changed files with 4 additions and 6 deletions
|
|
@ -136,7 +136,7 @@
|
|||
"phpstan/phpstan": "0.12.29",
|
||||
"phpstan/phpstan-doctrine": "0.12.16",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"psalm/plugin-mockery": "^0.3",
|
||||
"psalm/plugin-mockery": "0.6.1",
|
||||
"psr/event-dispatcher": "^1.0",
|
||||
"sspooky13/yaml-standards": "^5.1",
|
||||
"stripe/stripe-php": "^6.43",
|
||||
|
|
@ -146,7 +146,7 @@
|
|||
"symfony/dotenv": "^4.4",
|
||||
"symfony/flex": "^1.7",
|
||||
"symfony/web-profiler-bundle": "^4.4",
|
||||
"vimeo/psalm": "^3.11.6"
|
||||
"vimeo/psalm": "4.1.1"
|
||||
},
|
||||
"replace": {
|
||||
"sylius/addressing": "self.version",
|
||||
|
|
|
|||
|
|
@ -151,7 +151,8 @@
|
|||
|
||||
<MoreSpecificReturnType errorLevel="info" />
|
||||
<LessSpecificReturnStatement errorLevel="info" />
|
||||
<TypeCoercion errorLevel="info" />
|
||||
<ArgumentTypeCoercion errorLevel="info" />
|
||||
<PropertyTypeCoercion errorLevel="info" />
|
||||
|
||||
<PossiblyInvalidArgument errorLevel="info" />
|
||||
<PossiblyInvalidArrayAccess errorLevel="info" />
|
||||
|
|
|
|||
|
|
@ -1099,9 +1099,6 @@
|
|||
"webmozart/assert": {
|
||||
"version": "1.9.1"
|
||||
},
|
||||
"webmozart/glob": {
|
||||
"version": "4.1.0"
|
||||
},
|
||||
"webmozart/path-util": {
|
||||
"version": "2.3.0"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue