Keep your dependencies up-to-date

Package.Health uses semantic versioning to detect outdated or insecure dependencies in your project's composer.json.

Packages from orklah

Package Status
orklah/doctrine-typed-results Dependency Badge
orklah/psalm-elvis-begone Replace Elvis operator (?:) by null coalesce operator (??) when applicable Dependency Badge
orklah/psalm-insane-comparison Detects possible insane comparison ("string" == 0) to help migrate to PHP8 Dependency Badge
orklah/psalm-not-empty Automatically change empty() into a more explicit expression Dependency Badge
orklah/psalm-strict-equality Automatically change == into === when safe Dependency Badge
orklah/psalm-strict-numeric-cast Restrict the use of (int) and (float) to numeric-string only Dependency Badge
orklah/psalm-strict-types Adds strict_types declaration when the file is provably safe Dependency Badge
orklah/psalm-strict-types-empty-class Add declaration of strict_types in empty class Dependency Badge
orklah/psalm-strict-visibility A Psalm plugin to detect calling private or protected method via proxy Dependency Badge
orklah/psalm-type-setters-params Use property type to fix param in the setter Dependency Badge
orklah/psalm-use-constants Fix the code to use existing constants instead of literals when available Dependency Badge