Error performing update for composer: Script @ symfony-scripts that handle the post-update-cmd event returned with an error

I am using Symfony 3.2 and trying to run a command composer update. This composer file is attached to the new installation. Full error:

Script @ symfony scripts that handle the post-update-cmd event with an error [RuntimeException]
Error: sh: @ symfony-scripts: command not found

I cannot find any information on what this means or how to resolve it.

+4
source share
2 answers

Symfony . composer selfupdate, composer update

+6

, composer.json

:

enter image description here

:

enter image description here

-1

Source: https://habr.com/ru/post/1670756/


All Articles