WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
phenx
/
php-font-lib
/
Name
Action
..
.gitattributes
Edit
.gitignore
Edit
.travis.yml
Edit
LICENSE
Edit
README.md
Edit
bower.json
Edit
composer.json
Edit
index.php
Edit
maps
phpunit.xml.dist
Edit
sample-fonts
src
tests
Editing: composer.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" } }