Skip to content

Commit

Permalink
Update Psalm to latest 5.14.0, and remove usage of deprecated withCon…
Browse files Browse the repository at this point in the history
…secutive from PHPUnit

I ran:
docker-compose exec app composer update -W vimeo/psalm

Changes:
	doctrine/deprecations (v1.0.0 => v1.1.1)
	symfony/deprecation-contracts (v3.2.0 => v3.3.0)
	symfony/string (v6.2.2 => v6.3.2)
	symfony/console (v6.2.3 => v6.3.2)
	symfony/filesystem (v6.2.0 => v6.3.1)
	phpstan/phpdoc-parser (1.23.0)
	phpdocumentor/type-resolver (1.6.2 => 1.7.2)
	netresearch/jsonmapper (v4.1.0 => v4.2.0)
	fidry/cpu-core-counter (0.4.1 => 0.5.1)
	spatie/array-to-xml (2.17.1 => 3.2.0)
	sebastian/type (3.2.0 => 3.2.1)
	sebastian/recursion-context (4.0.4 => 4.0.5)
	sebastian/environment (5.1.4 => 5.1.5)
	sebastian/diff (4.0.4 => 4.0.5)
	nikic/php-parser (v4.15.2 => v4.16.0)
	phpunit/php-code-coverage (9.2.23 => 9.2.27)
	myclabs/deep-copy (1.11.0 => 1.11.1)
	phpunit/phpunit (9.5.28 => 9.6.10)
	phpspec/prophecy (v1.16.0 => v1.17.0)
	vimeo/psalm (5.13.0 => 5.14.0)
  • Loading branch information
bdsl committed Jul 31, 2023
1 parent 44549e5 commit 902e7e1
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 145 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"psalm/plugin-phpunit": "^0.18.4",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.6",
"vimeo/psalm": "^5.13.0",
"vimeo/psalm": "^5.14.0",
"weirdan/doctrine-psalm-plugin": "^2.8"
},
"config": {
Expand Down
Loading

0 comments on commit 902e7e1

Please sign in to comment.