Skip to content

Commit 7641520

Browse files
committed
add composer.json
1 parent 81c3d91 commit 7641520

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

composer.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"name" : "codeshell/fpdm",
3+
"description" : "PDF form filling using FPDM Class written by FPDF author Olivier",
4+
"type" : "library",
5+
"license" : "MIT",
6+
"authors" : [{
7+
"name" : "Olivier",
8+
"homepage" : "http://www.fpdf.org/",
9+
"role" : "Author"
10+
}, {
11+
"name" : "codeshell",
12+
"role" : "Developer",
13+
"homepage" : "https://github.com/codeshell/"
14+
}
15+
],
16+
"homepage" : "https://github.com/codeshell/fpdm",
17+
"autoload" : {
18+
"psr-0" : {
19+
"FPDM" : ""
20+
},
21+
"psr-4" : {
22+
"FPDM" : ""
23+
}
24+
},
25+
"repositories" : [{
26+
"type" : "git",
27+
"url" : "https://github.com/codeshell/fpdm",
28+
"name" : "GitHub"
29+
}
30+
],
31+
"require" : {
32+
"php" : ">=5.3.0"
33+
},
34+
"keywords" : [
35+
"FPDM",
36+
"PDF",
37+
"forms",
38+
"fields",
39+
"fill",
40+
"populate",
41+
"FPDF"
42+
]
43+
}

0 commit comments

Comments
 (0)