end_to_end_encryption
end_to_end_encryption copied to clipboard
composer i --no-dev not working
In our daily LTD update script I use above command. It fails like this:
$ composer i --no-dev
Installing dependencies from lock file
Verifying lock file contents can be installed on current platform.
Nothing to install, update or remove
Generating autoload files
Command "bin" is not defined.
Script @composer bin all install --ansi handling the post-install-cmd event returned with error code 1
With "composer i" it runs.
Is there something we can change, or do I need to adopt the script?