Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency vimeo/psalm to v5 #440

Merged
merged 3 commits into from Feb 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Bridge/Symfony/Resources/config/services.php
Expand Up @@ -31,5 +31,5 @@
[],
])

;
;
};
2 changes: 2 additions & 0 deletions tests/Bridge/Symfony/App/AppKernel.php
Expand Up @@ -32,7 +32,9 @@ public function __construct()
public function registerBundles(): iterable
{
yield new FrameworkBundle();

yield new TwigBundle();

yield new NucleosTwigBundle();
}

Expand Down
2 changes: 1 addition & 1 deletion tests/Twig/Extension/RouterTwigExtensionTest.php
Expand Up @@ -31,7 +31,7 @@ final class RouterTwigExtensionTest extends TestCase
private $router;

/**
* @var MockObject&Environment
* @var Environment&MockObject
*/
private $environment;

Expand Down
4 changes: 2 additions & 2 deletions vendor-bin/tools/composer.json
Expand Up @@ -14,9 +14,9 @@
"phpstan/phpstan-symfony": "^1.0",
"phpunit/phpunit": "^9.5",
"psalm/plugin-phpunit": "^0.18",
"psalm/plugin-symfony": "^4.0",
"psalm/plugin-symfony": "^5.0",
"symfony/phpunit-bridge": "^6.0",
"vimeo/psalm": "^4.13"
"vimeo/psalm": "^5.0"
},
"config": {
"allow-plugins": {
Expand Down