diff --git a/README.md b/README.md index 649db19..5ff0f8e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +# PHP Font Lib + +[![Build Status](https://travis-ci.org/PhenX/php-font-lib.svg?branch=master)](https://travis-ci.org/PhenX/php-font-lib) + + This library can be used to: * Read TrueType, OpenType (with TrueType glyphs), WOFF font files * Extract basic info (name, style, etc) diff --git a/composer.json b/composer.json index 458be31..31f7e24 100644 --- a/composer.json +++ b/composer.json @@ -15,6 +15,9 @@ "FontLib\\": "src/FontLib" } }, + "config": { + "bin-dir": "bin" + }, "require-dev": { "phpunit/phpunit": "^4.8" }