buddypress / next-template-packs

is this the next BuddyPress template pack?
35 stars 9 forks source link

Add composer.json #145

Closed ferdiesletering closed 7 years ago

ferdiesletering commented 7 years ago

Hi,

Is it possible to add a composer.json file so it's installable with composer?

hnla commented 7 years ago

As in the plugin in it's entirety? rather than cloning the git repo to your local?

Sorry not that clued up where composer is concerned.

ntwb commented 7 years ago

Shouldn't be too difficult @s-ferdie, would you like to contribute that via a pull request?

ferdiesletering commented 7 years ago

Sure!

ferdiesletering commented 7 years ago

I'm closing this issue because there is a zero change that this plugin will have a dependency on other components. I fixed this for my case by using the following snippet in my composer file

@ntwb however I'm pointing to the master version, is there a reason for not using tags or maybe a development branch?

hnla commented 7 years ago

We're not using a development branch for this project, we need to commit fast and furiously ;) eventually the plugin would be ported into the main BP core and then it would follow that any commits would assume the BP development structure.

Any commits to this repo ouside the core developers would be as branches and pull requests.

ferdiesletering commented 7 years ago

I understand, thank you