Add composer.json file for easy install via composer.
commit9fcffd6533e064f57ee424b3621fd5fc32292ac5
authorBenjamin Steininger <robo47@robo47.net>
Sun, 11 Mar 2012 18:10:56 +0000 (11 19:10 +0100)
committerEdward Z. Yang <ezyang@mit.edu>
Fri, 16 Mar 2012 05:05:02 +0000 (16 01:05 -0400)
tree29dff09912087661d64a609b1dd13dfa79d5b4d0
parent31dce298eac1b71fd7a7590e74062cba4a37a43d
Add composer.json file for easy install via composer.

Composer: http://getcomposer.org/

Since HTML Purifier is not completely psr-0 compatible (a classmap is
not enough for autoloading), the package-description does not contain
anything autoload-related. The user has to include the autoloader
himself.

This lets us create an entry on packagist which allows installing HTML
Purifier without the need to declare a repository in projects; it also
makes it easy to create libraries which want to use HTML Purifier using
composer.

Signed-off-by: Benjamin Steininger <robo47@robo47.net>
composer.json [new file with mode: 0644]