-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Missed post-install-cmd/post-update-cmd section in composer.json? #842
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It was probably forgotten in #617 (372ddae#diff-b5d0ee8c97c7abd7e3fa29b9a27d1780) do you like to fix that? |
Although, for Flex apps it should work as is https://github.com/symfony/recipes#composer-scripts-configurator (typo |
Probably that's why the actual |
This fix a typo according to https://github.com/symfony/flex/blob/fabf04baa532b8068558d1e54a9358ef26814449/src/Flex.php#L404, though it doesn't work currently, see symfony/demo#842
Completely confused |
I tryed rename |
This fix a typo according to https://github.com/symfony/flex/blob/fabf04baa532b8068558d1e54a9358ef26814449/src/Flex.php#L404, though it doesn't work currently, see symfony/demo#842
This fix a typo according to https://github.com/symfony/flex/blob/fabf04baa532b8068558d1e54a9358ef26814449/src/Flex.php#L404, though it doesn't work currently, see symfony/demo#842
It seems that lack the section
post-install-cmd
/post-update-cmd
underscripts
incomposer.json
Now:
Referring to
symfony/website-skeleton
it shold be:Or they were supposed to be started manually via
composer run-script auto-scripts
?The text was updated successfully, but these errors were encountered: