tomjn / composerpress

Retroactively creates a composer.json for a WordPress site
88 stars 6 forks source link

Enhanced: "readme file", "fallback" package naming, Added features: "Custom Fallback Namespace", "Click to Download" #9

Closed Raruto closed 6 years ago

Raruto commented 6 years ago

I made the changes based on what was said here and here.

I have "taken" the functionality of setting a custom vendor name from the satipress plugin (@bradyvercher have you ever thought of combining the features offered by these two plugins?)

I hope I have not done too much trouble, this is my first ever Pull Request..

tomjn commented 6 years ago

Thanks, can you fix the indenting though? 1 tab instead of 4 spaces

Raruto commented 6 years ago

goes better? (not well understood if I did another pull..)

tomjn commented 6 years ago

Better, can you fix the double tabs though?

{
    //
}
vs
{
        //
}
Raruto commented 6 years ago

Did you refer to that portion of code?