Skip to content

Commit 1ca5d3a

Browse files
authored
Update composer.json
1 parent 0e4ef75 commit 1ca5d3a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@
22
"name": "simitgroup/phpjasperxml",
33
"description": "PHP WYSIWYG Web/PDF Report Library",
44
"license": "MIT",
5+
"type": "library",
6+
"homepage": "https://github.com/SIMITGROUP/phpjasperxml",
57
"authors": [
68
{
79
"name": "KS Tan",
810
"role": "Developper"
911
}
1012
],
13+
"autoload": {
14+
"classmap": [""]
15+
},
1116
"require": {
12-
"php": ">=5.5"
17+
1318
}
1419
}

0 commit comments

Comments
 (0)