Skip to content

Commit ceb9771

Browse files
committed
Merge pull request #2 from adrianmacneil/composer2
Add composer support
2 parents 6346e06 + 39a6d59 commit ceb9771

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.DS_Store
2+
composer.lock
3+
vendor

composer.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "phenx/php-font-lib",
3+
"type": "library",
4+
"description": "A library to read, parse, export and make subsets of different types of font files.",
5+
"homepage": "https://github.com/PhenX/php-font-lib",
6+
"license": "LGPL",
7+
"authors": [
8+
{
9+
"name": "Fabien Ménager",
10+
"email": "[email protected]"
11+
}
12+
],
13+
"autoload": {
14+
"classmap": ["classes/"]
15+
}
16+
}

0 commit comments

Comments
 (0)