lochmueller/focuspoint

dependencies in emconf and composer

madaxel opened this issue · 1 comments

Hi @lochmueller,

'autoloader' => '4.0.0-0.0.0',
the dependency seems to be >= 4.0.0
"lochmueller/autoloader": "~4.0.0||~5.0.0||~6.0.0"

it is 4.0.x|| 5.0.x || 6.0.x
see https://getcomposer.org/doc/articles/versions.md#tilde-version-range-
this is inconsistent. Just noticed while migrating a project to composer

Hey @madaxel
Thank you for reporting. The problem is already fixed in the current master (and next release).
I will close this issue...
Regards,
Tim