humanmade / hm-base

Standard project layout for Human Made Projects.
81 stars 18 forks source link

Add example composer.json File #78

Closed mikeselander closed 6 years ago

mikeselander commented 6 years ago

This PR adds an example composer.json file that should get a project started up a little faster if using hm-base for reference. It includes our coding standards, the correct PHPUnit version, and installers to allow for more complicated routing patterns.

Anything to add or change from this?

paulgibbs commented 6 years ago

I'd have also added "content/{$name}/": [ "type:wordpress-dropin" ] for drop-ins support, and depending on what kind of versioning schema humanmade/coding-standards uses, would have used a different versioning restrain, e.g. ~ or >.

BronsonQuick commented 6 years ago

@paulgibbs Excellent points! I might turn that into a new issue!