Skip to content

Commit dd0a4b2

Browse files
committed
require fpdf via composer
1 parent 132c64e commit dd0a4b2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

composer.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,13 @@
88
"email": "dom@d3r.com"
99
}
1010
],
11-
"require": {}
11+
"require": {
12+
"itbz/fpdf": "^1.7"
13+
},
14+
"autoload": {
15+
"files": ["src/functions_include.php"],
16+
"psr-4": {
17+
"pdml\\": "src/"
18+
}
19+
}
1220
}

0 commit comments

Comments
 (0)