Skip to content
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

Composer post-update/post-install commands break when using Symfony 3 folder config #246

Closed
dkisselev opened this issue Jun 8, 2014 · 2 comments

Comments

@dkisselev
Copy link
Contributor

When creating new Symfony projects, the current installer now asks if users would like to use the Symfony 3 folder layout (for easier upgrades, I guess).

Most things are the same, but app/console has now been moved to bin/console.

Running php bin/console braincrafted:bootstrap:install works fine, but the post-install-cmd/post-update-cmd scripts currently try to call app/console, which fail because app/console does not exist.

@sstok
Copy link

sstok commented Jun 8, 2014

already reported #245

@dkisselev
Copy link
Contributor Author

Oops, in my mind the title didn't sound like the same issue as what I was reporting so I posted this anyway. Closing, thanks.

florianeckerstorfer pushed a commit that referenced this issue Jun 8, 2014
Add symfony-bin-dir (bin/console) support - FIXES: #245,#246.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants