wp-bootstrap / wp-bootstrap-navwalker

A custom WordPress nav walker class to fully implement the Twitter Bootstrap 4.0+ navigation style (v3-branch available for Bootstrap 3) in a custom theme using the WordPress built in menu manager.
https://wp-bootstrap.github.io/wp-bootstrap-navwalker/
GNU General Public License v3.0
3.37k stars 1.94k forks source link

Add composer.json #125

Closed prionkor closed 10 years ago

prionkor commented 10 years ago

Can you add a composer.json file so I can use the repo via composer?

pattonwebz commented 10 years ago

Would a simple file that matches the example file listed here be sufficient?

prionkor commented 10 years ago

Yes, that should do it. I've added on on my forked version. https://github.com/prionkor/wp-bootstrap-navwalker/blob/master/composer.json

I am very new to composer so we need someone confirm if that will work.

prionkor commented 10 years ago

I've created a pull request. Lets discuss it there. Closing this ticket.