title | issue |
---|---|
Remove psalm |
NEXT-21494 |
- Removed
psalm
static analysis from CI, now onlyphpstan
will be used. - Deprecated the
psalm
dependency, the dependency will be removed with v6.5.0.0. If your project uses thepsalm
dependency from the core, please install the package directly in your project.
The platform does not rely on psalm
for static analysis anymore, but solely uses phpstan
for that purpose.
Therefore, the psalm
dev-dependency was removed.
If you used the dev-dependency from platform in your project, please install the psalm
package directly into your project.