Currently the ods_osm breaks the TYPO3 console when running vendor/bin/typo3 upgrade:list with the following exception:
PHP Fatal error: Bobosch\OdsOsm\Updates\FileLocationUpdater and Psr\Log\LoggerAwareTrait define the same
property ($logger) in the composition of Bobosch\OdsOsm\Updates\FileLocationUpdater.
However, the definition differs and is considered incompatible. Class was composed in
/var/www/html/vendor/bobosch/ods-osm/Classes/Updates/FileLocationUpdater.php on line 46
Currently the
ods_osm
breaks the TYPO3 console when runningvendor/bin/typo3 upgrade:list
with the following exception: