composer.json 435 B

12345678910111213141516
  1. {
  2. "name": "phenx/php-font-lib",
  3. "type": "library",
  4. "description": "A library to read, parse, export and make subsets of different types of font files.",
  5. "homepage": "https://github.com/PhenX/php-font-lib",
  6. "license": "LGPL",
  7. "authors": [
  8. {
  9. "name": "Fabien Ménager",
  10. "email": "fabien.menager@gmail.com"
  11. }
  12. ],
  13. "autoload": {
  14. "classmap": ["classes/"]
  15. }
  16. }