FriendsOfAkeneo / CustomEntityBundle

Eases the creation of custom entity and related views in the PIM
Other
53 stars 61 forks source link

Could not find package akeneo-labs/custom-entity-bundle in a version matching 4.0.* #217

Open jjdiaz opened 4 years ago

jjdiaz commented 4 years ago

When $composer require "akeneo-labs/custom-entity-bundle":"4.0.*"

I got this error: Could not find package akeneo-labs/custom-entity-bundle in a version matching 4.0.*

If I try whith version "master", I got this error:

Environment: Akeneo CE v4.0.40 Hare Tonic under docker.

jjdiaz commented 4 years ago

Partially solved using:

$composer require "akeneo-labs/custom-entity-bundle":"dev-master"

But the doc is not correct.

grena commented 3 years ago

Hello @jjdiaz , the bundle has just been tagged 4.0 today!