Skip to content

composer php version does not match code syntax #4

@Cyrille37

Description

@Cyrille37

Hi,

The composer.json say "php": ">=7.1" but the code use "|" type operator syntax (string|array) that is not compatible with Php 7

public function execute(string|array $command): SshCommand

Upgrading the composer Php requirement or downgrading the Php syntax ?

I need your minimal Php version choice before proposing some Pull requests ;-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions