passionweb-manuel-schnabel / contentblocks-reg-api-migration

Adds a migration command to migrate content blocks from the Content Blocks Registration API to TYPO3 CMS Content Blocks.
2 stars 1 forks source link

Installation with composer req does only work with some adjustments #1

Open velletti opened 3 months ago

velletti commented 3 months ago

Issue: Installation did not work with given instruction in readme, as composer was not able to find the package. Message:

Could not find a version of package passionweb/contentblocks-reg-api-migration matching your minimum-stability (sta ble). Require it with an explicit version constraint allowing its desired stability.

Solution in my case:

composer require passionweb/contentblocks-reg-api-migration:dev-master --dev