...
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 for authentication, enter your GitHub credentials"
When dealing with udpates.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
...