Skip to content

Incorrect PHP version compatibility in require-dev #18

@Imran-imtiaz48

Description

@Imran-imtiaz48

The require-dev section includes phpunit/phpunit: ~7.0, which requires PHP >=7.1, but the require section supports Laravel versions as early as 5.x, which are compatible with PHP 5.6 and PHP 7.0. This can lead to version conflicts when trying to run tests in environments that match the lowest Laravel requirements.

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