Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Some components are missing #3

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

Closed
jakzal opened this issue Nov 23, 2015 · 3 comments
Closed

Some components are missing #3

jakzal opened this issue Nov 23, 2015 · 3 comments
Assignees
Labels

Comments

@jakzal
Copy link

jakzal commented Nov 23, 2015

app/console exists in the repository, but symfony/console is not being installed after running composer install. Nor is symfony/finder (required by the Bundle class) or symfony/process (required by the server:run command). Possibly more.

@gnugat
Copy link
Owner

gnugat commented Nov 24, 2015

Thanks for the feedback, so far I've spotted another missing dependency: symfony/yaml. I'll fix that shortly.

@gnugat gnugat added the bug label Nov 24, 2015
@gnugat gnugat self-assigned this Nov 24, 2015
gnugat added a commit that referenced this issue Nov 24, 2015
Console, Finder, Process and Yaml components have been reported as missing. This PR adds them as dependencies.
@gnugat gnugat mentioned this issue Nov 24, 2015
@gnugat
Copy link
Owner

gnugat commented Dec 3, 2015

I've updated the edition to Symfony 3 and the new directory structure, and I took the opportunity to add symofny/console, symofny/finder and symfony/yaml.
I've then created a new route and given it a try and all went well. I guess all those extra dependencies are actually optional (e.g. if you want to use the server:run command you need to install symfony/process).

@jakzal
Copy link
Author

jakzal commented Dec 10, 2015

Since symfony/symfony#16871 was merged, I agree that the process component can be treated as optional (since the commands would be simply hidden).

@jakzal jakzal closed this as completed Dec 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants