end_to_end_encryption icon indicating copy to clipboard operation
end_to_end_encryption copied to clipboard

composer i --no-dev not working

Open tobiasKaminsky opened this issue 6 months ago • 0 comments

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?

tobiasKaminsky avatar May 19 '25 06:05 tobiasKaminsky