psalm / psalm-plugin-doctrine

Stubs to let Psalm understand Doctrine better
86 stars 43 forks source link

Support for PHPUnit 11 #156

Open laurentmuller opened 3 months ago

laurentmuller commented 3 months ago

This will be nice if this plugin support PHPunit 11.

It is just matter to update the composer.json as follow:

{
    "require": {
        "phpunit/phpunit": "^11",
        "vimeo/psalm": "dev-master || ^5.0"
    }
}

See also:

Thanks