Thanks to visit codestin.com
Credit goes to github.com

Skip to content

the check-requirements command does not properly check the required min PHP version for Symfony 6 or 7 #536

Closed
@stof

Description

@stof

const REQUIRED_PHP_VERSION_3x = '5.5.9';
const REQUIRED_PHP_VERSION_4x = '7.1.3';
const REQUIRED_PHP_VERSION_5x = '7.2.9';
does not contain the requirements for 6.x or 7.x.

Also, if there is no installed version of Symfony yet (i.e. when using that command before symfony new), the CLI should probably assume the highest known version of Symfony (or support a flag) instead of assuming Symfony 3.x

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