Composer-Eclipse-Plugin
Composer-Eclipse-Plugin copied to clipboard
Title of package inconsistency
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 incomposer.json
file - use ProjectName if no
name
is specified incomposer.json
file and it's located in root folder.