Skip to content

Likely wrong PHP version declaration #45

@arokettu

Description

@arokettu

PHP declaration in composer.json feels wrong:

"php": "^7.4 || ^8.0 || ~8.1.0"

it should either be "^7.4 || ~8.0.0 || ~8.1.0" like in other mezzio packages to control PHP 8.x support or "^7.4 || ^8.0" to show that any 8.x is supported

Not really a bug but a smelly declaration

Metadata

Metadata

Assignees

Labels

BugSomething isn't workinghacktoberfest-acceptedIssues/Pull-Requests which can be fixed during Hacktoberfest: https://hacktoberfest.digitalocean.com

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions