Skip to content

^ vs > #51422

Closed as not planned
Closed as not planned
^ vs >#51422
@arcanisgk

Description

@arcanisgk

Symfony version(s) affected

6.2.14

Description

why in composer.json you use ^ and >at same time, intead of use one common simbol:

"require": {
        "php": ">=8.1",
        ...
        "friendsofphp/proxy-manager-lts": "^1.0.2",
        "doctrine/event-manager": "^1.2|^2",
        "doctrine/persistence": "^3.1",
        "twig/twig": "^2.13|^3.0.4",
        ...
    },

How to reproduce

view the composer.json https://github.com/symfony/symfony/blob/6.4/composer.json

Possible Solution

update the composer.json: #51420

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions