Closed
Description
(this issue is part of the "DX" ("Developer eXperience") initiative introduced by Symfony project)
The problem
The solution
Ask @Seldaek to set up a shortcut or redirection in Packagist.org for the symfony/framework-standard-edition
. This way, Symfony could be installed this way:
Package name | Installed GitHub repo |
---|---|
symfony/framework |
symfony/symfony-standard |
symfony/symfony |
symfony/symfony |
symfony/<component-name> |
symfony/<component-name> |
The extreme solution
Given that when someone says "I want to install Symfony" he/she is talking about installing the standard edition of the framework, the shortcut/redirection could be even more concise:
Package name | Installed GitHub repo |
---|---|
symfony |
symfony/symfony-standard |
symfony/symfony |
symfony/symfony |
symfony/<component-name> |
symfony/<component-name> |