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)].
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)].