-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 852 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "georged19/reportbro-lib-php",
"homepage": "https://github.com/GeorgeD19/reportbro-lib-php",
"description": "PHP Port of reportbro-lib",
"keywords": ["reportbro", "reportbro-lib", "pdf"],
"license": "MIT",
"type": "library",
"autoload": {
"classmap": ["reportbro/"]
},
"authors": [
{
"name": "George Dunlop",
"email": "info@vacidesign.co.uk"
}
],
"require": {
"php": ">=5.6.0",
"fpdf/fpdf": "^1.81",
"marc-mabe/php-enum": "^3.1.1",
"denissimon/formula-parser": "^2.7",
"nxp/math-executor": "^0.8.0",
"mormat/php-formula-interpreter": "^1.0",
"hoa/math": "~1.0",
"symfony/expression-language": "^3.4.38",
"ramsey/uuid": "^3.9",
"bvanhoekelen/performance": "^2.5"
}
}