rashid2538 / php-htmldiff

A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.
GNU General Public License v2.0
69 stars 48 forks source link

Allow project to be used with Composer #2

Closed faceleg closed 11 years ago

faceleg commented 11 years ago

Composer is a tool for dependency management in PHP. It allows you to declare the dependent libraries your project needs and it will install them in your project for you.

I've added the composer.json file to this project to allow it to be used with Composer. The Composer documentation describes this file.

faceleg commented 11 years ago

If/when you accept this PR, you can add php-htmldiff to Packagist here: https://packagist.org/packages/submit

faceleg commented 11 years ago

Great! I see you've added it to packagist :) I'm using it now, thanks for making this!