Skip to content

Commit 9d8473e

Browse files
committed
Merge pull request #28 from BernardoSilva/add-build-stagus-badge
Add build status badge to README.
2 parents 11357e3 + 7b9d4a0 commit 9d8473e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# PHP Font Lib
2+
3+
[![Build Status](https://travis-ci.org/PhenX/php-font-lib.svg?branch=master)](https://travis-ci.org/PhenX/php-font-lib)
4+
5+
16
This library can be used to:
27
* Read TrueType, OpenType (with TrueType glyphs), WOFF font files
38
* Extract basic info (name, style, etc)

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"FontLib\\": "src/FontLib"
1616
}
1717
},
18+
"config": {
19+
"bin-dir": "bin"
20+
},
1821
"require-dev": {
1922
"phpunit/phpunit": "^4.8"
2023
}

0 commit comments

Comments
 (0)