You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I'm opening composer.json from root of my project I see MyProjectName as title of Editor window — that's good enough.
When I open composer.json of some subproject (installed lib for example) I expect to see it's name (name of lib or at least name of it's folder) as a Editror window title, but see same title of my project.
So my opinion it's better to use this kind of naming:
first to look (and show) name of package as defined in composer.json file
use folder name if no name is specified in composer.json file
use ProjectName if no name is specified in composer.json file and it's located in root folder.
The text was updated successfully, but these errors were encountered:
While I'm opening
composer.json
from root of my project I seeMyProjectName
as title of Editor window — that's good enough.When I open
composer.json
of some subproject (installed lib for example) I expect to see it's name (name of lib or at least name of it's folder) as a Editror window title, but see same title of my project.So my opinion it's better to use this kind of naming:
composer.json
filename
is specified incomposer.json
filename
is specified incomposer.json
file and it's located in root folder.The text was updated successfully, but these errors were encountered: