I'm trying to create a feature to import cashbook items in CSV in format. I would like to use the yii2-import extension (https://github.com/lucasguo/yii2-import) but adding it with
composer require lucasguo/yii2-import "*"
I obtain the following error
[UnexpectedValueException] Could not parse version constraint &&: Invalid version string "&&"
Hi!
I'm trying to create a feature to import cashbook items in CSV in format. I would like to use the yii2-import extension (https://github.com/lucasguo/yii2-import) but adding it with
composer require lucasguo/yii2-import "*"
I obtain the following error
[UnexpectedValueException] Could not parse version constraint &&: Invalid version string "&&"
Any idea?