mortenson / psalm-plugin-drupal

A project to add Psalm support for Drupal for security testing, focused only on taint analysis.
Other
43 stars 7 forks source link

Drupal10 / Symfony 6 compatibility #9

Closed FlorentTorregrosa closed 1 year ago

FlorentTorregrosa commented 1 year ago
- Root composer.json requires mortenson/psalm-plugin-drupal dev-master -> satisfiable by mortenson/psalm-plugin-drupal[dev-master].
    - mortenson/psalm-plugin-drupal dev-master requires psalm/plugin-symfony ^2.2 -> satisfiable by psalm/plugin-symfony[v2.2.0, ..., v2.x-dev].
    - psalm/plugin-symfony[v2.2.0, ..., v2.x-dev] require symfony/framework-bundle ^3.0 || ^4.0 || ^5.0 -> satisfiable by symfony/framework-bundle[v3.0.0-BETA1, ..., 3.4.x-dev, v4.0.0-BETA1, ..., 4.4.x-dev, v5.0.0-BETA1, ..., 5.4.x-dev].

Need to use a new major version of "psalm/plugin-symfony" https://github.com/psalm/psalm-plugin-symfony/tags to be able to use with Drupal 10.

FlorentTorregrosa commented 1 year ago

PR #10 created.