The current composer.json here adds a constraint for PHP 8.3+. That breaks installation of Mage-OS 2.2.1 on PHP 8.2 (which is still technically possible otherwise). Can you fix that?
It's possible to work around the issue by an alias for now, like
composer require mage-os/module-automatic-translation:"1.10.0 as 2.0.1"
The current composer.json here adds a constraint for PHP 8.3+. That breaks installation of Mage-OS 2.2.1 on PHP 8.2 (which is still technically possible otherwise). Can you fix that?
It's possible to work around the issue by an alias for now, like