...
as Password: the token password you retrieved in step 3.
Info | ||
---|---|---|
| ||
If your Support agreement expires, your authentication token(s) will no longer work. They will become active again if the agreement is renewed, but this process may take up to 24 hours. (If the agreement is renewed before the expiry date, there will be no disruption of service.) |
Optional: Save authentication information in auth.json to avoid repeatedly typing it
...
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 updates.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
).
Best practice for Bundles
...
- 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.