Имея Laravel Framework 5.5.40 Мне нужно импортировать данные из Magento 1.9 Я нашел этот https://github.com/michaelkmartin/laravel-magento-integration плагин
Бит, он совместим только с Laravel 4.
Я пыталсяустановить его и получить ошибки:
$ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested package tinyrocket/magento 1.0.* is satisfiable by tinyrocket/magento[1.0.x-dev] but these conflict with your requirements or minimum-stability.
Можете ли вы посоветовать какой-нибудь Совместимый с инструментом Laravel 5.5?
Спасибо!