drupal-civicrm/sites/all/modules/civicrm/vendor/phenx/php-font-lib/composer.json
2018-01-14 13:10:16 +00:00

25 lines
582 B
JSON

{
"name": "phenx/php-font-lib",
"type": "library",
"description": "A library to read, parse, export and make subsets of different types of font files.",
"homepage": "https://github.com/PhenX/php-font-lib",
"license": "LGPL-3.0",
"authors": [
{
"name": "Fabien Ménager",
"email": "fabien.menager@gmail.com"
}
],
"autoload": {
"psr-4": {
"FontLib\\": "src/FontLib"
}
},
"config": {
"bin-dir": "bin"
},
"require-dev": {
"phpunit/phpunit": "^4.8"
}
}