Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 3.138.143.25
{
"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"
}
}
|