Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f16f343

Browse files
committed
composer update
1 parent d43ab20 commit f16f343

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

composer.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,26 @@
33
"description": "FPDF is a PHP class which allows to generate PDF files with pure PHP, that is to say without using the PDFlib library. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.",
44
"type": "library",
55
"license": "MIT",
6+
"keywords": [
7+
"fpdf",
8+
"laravel",
9+
"pdf"
10+
],
11+
"support": {
12+
"issues": "https://github.com/apphostbd/laravel-fpdf/issues",
13+
"source": "https://github.com/apphostbd/laravel-fpdf"
14+
},
615
"authors": [
716
{
817
"name": "Farhan Tanvir",
918
"email": "[email protected]"
1019
}
1120
],
1221
"minimum-stability": "dev",
13-
"require": {},
22+
"require": {
23+
"php": ">=5.4.0",
24+
"illuminate/support": "5.*|6.*"
25+
},
1426
"autoload": {
1527
"psr-4": {
1628
"AppHostBD\\Fpdf\\": "src/"

0 commit comments

Comments
 (0)