Only "__root" in export.png
kcampion opened this issue · 2 comments
kcampion commented
Hi,
Why I can read just "_root" in export.png ?
Thank you
clue commented
The name of the root vertex is read from your composer.json
's name
attribute. This attribute is required per composer's documentation, but for this project it will default to "__root" if it's not defined anyway.
If you run composer validate
, it's output will look like this:
user@pc:~/workspace/my-project$ composer validate composer.lock
composer.lock is valid for simple usage with composer but has
strict errors that make it unable to be published as a package:
See http://getcomposer.org/doc/04-schema.md for details on the schema
name : is missing and it is required
What does your composer.json
look like? Could you perhaps provide a gist?
clue commented
I suppose this has been resolved? Closing this due to a lack of feedback for more than 14 days. Should the problem persist, feel free to comment on this ticket or open a new one.