dompdf / php-font-lib

A library to read, parse, export and make subsets of different types of font files.
GNU Lesser General Public License v2.1
1.74k stars 253 forks source link

Add composer.json, remove manual require statements #1

Closed amacneil closed 11 years ago

amacneil commented 11 years ago

I added a composer.json for this package so we can list it as a dependency for DOMPDF. I have used the composer "classmap" function which simply creates a lookup table of all the classes available under classes/.

If you run composer update in the package directory, it will create a valid autoloader under vendor/autoload.php.