Skip to content

Laravel Rule class is deprecated #12

@DMidDeloitte

Description

@DMidDeloitte

The ArrayRules class of this library implements the Illuminate\Contracts\Validation\Rule interface from laravel/framework.

However, this interface states:
@deprecated see ValidationRule
Which I believe references the class Illuminate/Contracts/Validation/ValidationRule.php

As such it would be good to already make changes to switch over to the new interface (if possible).
However, this might require a new major version as probably not all versions of laravel/framework have this interface (unsure).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions