Describe the bug
When running the project:core sub-command the composer.json file gets created with the Project Title in the name attribute after the vendor when it should be the Project Slug.
To Reproduce
Steps to reproduce the behavior:
- Run
nucleus project:core or nucleus project:setup
- When you reach the Project Core setup the composer.json gets created with the incorrect name
- The next composer command to be run will error
Expected behaviour
After the Project Core setup is complete a composer file with the correct vendor-name/project-slug should be in the name attribute in composer.json and composer commands should run without error
Environment
- OS: macOS
- Terminal/Shell: iTerm2 with Starship
Nucleus CLI version:
1.0.0
Describe the bug
When running the
project:coresub-command thecomposer.jsonfile gets created with the Project Title in thenameattribute after the vendor when it should be the Project Slug.To Reproduce
Steps to reproduce the behavior:
nucleus project:coreornucleus project:setupExpected behaviour
After the Project Core setup is complete a composer file with the correct
vendor-name/project-slugshould be in the name attribute incomposer.jsonand composer commands should run without errorEnvironment
Nucleus CLI version:
1.0.0