You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)].
The text was updated successfully, but these errors were encountered:
Hello, after some time of troubleshooting, I have found that in order to use translations with PHP 8 you need to use the Contributte\Translation package. It looks like it works exactly the same way as this package and it is maintained.
I think the author should put a notice that this package has been abanded in favor of the contributte one or atleast some indicator what to use with PHP 8
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)].
The text was updated successfully, but these errors were encountered: