cmillr / simple-md

A very-simple website platform based on PHP and Markdown.
1 stars 0 forks source link

Composer-Based Dependencies #7

Open cmillr opened 12 years ago

cmillr commented 12 years ago

We need to look into using Composer for our dependencies (rather then the git submodule.)

This should cover the markdown library (which we should have totally abstracted, so it can be replaced at our whim or at the whim of the end-user,) any-and-all testing we need to do, our DOM-parsing library, and so on.