phpmyadmin/motranslator

Possible incorrect dependencies: PHP/5.3.0 does not seem to be supported

Closed this issue · 2 comments

I suspect that motranslator requirements don't consider dependencies properly:

"require": {
    "php": ">=5.3.0",
    "symfony/expression-language": "^4.0 || ^3.2 || ^2.8"
},

… but oldest supported expression-language requirements say:

"require": {
    "php": ">=5.3.9"
},

So there's no way to install with Composer under PHP versions earlier than 5.3.9.

(expression-language bumped PHP version from 5.3.3 to 5.3.9 in v2.7.0-BETA1, not idea why.)

"php": "^7.1",

I think this issue it outdated now
https://github.com/phpmyadmin/motranslator/blob/master/CHANGELOG.md#unreleased--
But thank you for reporting it