bitfumes / laravel-packer

Awesome Command Line Tool for speeding up your package creation.
MIT License
440 stars 44 forks source link

No email leads to an error #22

Open spekulatius opened 4 years ago

spekulatius commented 4 years ago

If I don't enter an email as part of new it leads to an empty entry in the composer.json and fails in on install:

    "authors": [
        {
            "name": "Peter Thaleikis",
            "email": ""
        }
    ],

Just thought I should report this. I would leave the field out, if not supplied.