Skip to content

php8 support #186

Description

@Borbina

Is it possible to create support for php8^? I am not able to install it using nette after: composer update -W using "kdyby/translation": "3.0.x-dev", nor "kdyby/translation": "^3.0.2".

Problem 1
- kdyby/strict-objects[v2.0.0, ..., v2.0.1] require php ^7.1 -> your php version (8.0.6) does not satisfy that requirement.
- kdyby/translation 3.0.x-dev is an alias of kdyby/translation dev-master and thus requires it to be installed too.
- kdyby/translation dev-master requires kdyby/strict-objects ^2.0 -> satisfiable by kdyby/strict-objects[v2.0.0, v2.0.1].
- Root composer.json requires kdyby/translation 3.0.x-dev -> satisfiable by kdyby/translation[3.0.x-dev (alias of dev-master)].

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