File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments