...
The dumped file will be too big and can cause an overhead for any request, even Cache.
Common errors
...
Cloning failed using an ssh key
...
When dealing with udpatesupdates.ez.no packages, you might get this if you somehow tell composer to download dev packages, or tell it to download from source. Currently our updates.ez.no service only support distribution packages in alpha stability or higher, so make sure to check what stability and avoid use of --prefer-source
(this is the reason examples above are using --prefer-dist
).
...
- For defining
"type"
, the following are at the moment known valid values:ezpublish-legacy-extension
| For standalone 4.x (legacy) extensions, to be used with ezpublish-legacy-installerezpublish-bundle |
For eZ Publish Platform 5.x bundles, may optionally be a"legacy bundle".
symfony-bundle
| Standard symfony bundles as described in Symfony doc.
- For eZ Platform and eZ Studio there is also:
ezplatform-bundle
| Symfony bundles that uses eZ Platform features (may also be used by bundles that work across 5.x and 6.xezpublish-kernel
)ezstudio-bundle
| Symfony bundles that uses eZ Studio features (and optionally also eZ Platform features)- Deprecated: Please use ezplatform-bundle and add dependencies on the ee packages you depend on instead.
- Deprecated: Please use ezplatform-bundle and add dependencies on the ee packages you depend on instead.