- Issue created by @timohuisman
- 🇳🇱Netherlands timohuisman Leiden, Netherlands
I've created a MR so we can see if the tests are still green.
The 2.0 version of phpstan/phpstan
was released in november 2024. The drupal/upgrade_status
project has a indirect dependency on it through mglaman/phpstan-drupal
. The 2.0 version of mglaman/phpstan-drupal
does offer support for the latest phpstan version.
Allow both versions of mglaman/phpstan-drupal
for a easy transition.
"require": {
"mglaman/phpstan-drupal": "^1.2.11|^2.0",
...
},
-
-
-
Active
4.0
Code
I've created a MR so we can see if the tests are still green.