/home/techb158/immovalet.com/vendor/phenx/php-font-lib
NameSizeModeActions
maps/-0755rm
sample-fonts/-0755rm
src/-0755rm
tests/-0755rm
.gitattributes1560644editdlrm
.gitignore460644editdlrm
.htaccess140644editdlrm
.travis.yml6220644editdlrm
bower.json5250644editdlrm
composer.json6030644editdlrm
index.php340644editdlrm
LICENSE243620644editdlrm
phpunit.xml.dist5450644editdlrm
README.md10510644editdlrm
Edit: /home/techb158/immovalet.com/vendor/phenx/php-font-lib/composer.json (603B)
{ "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.35 || ^5 || ^6 || ^7" } }