forked from emaijala/MLInvoice
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 906 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 906 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
30
31
32
33
34
35
{
"name": "emaijala/mlinvoice",
"description": "Free web-based invoicing primarily for Finnish companies",
"authors": [
{
"name": "Ere Maijala",
"email": "ere@labs.fi"
}
],
"license": "GPL-2.0",
"config": {
"platform": {
"php": "7.2.5"
}
},
"require": {
"michelf/php-markdown": "^1.9.0",
"ramsey/uuid": "^4.1.1",
"setasign/fpdi": "^2.3.4",
"swiftmailer/swiftmailer": "^6.2.3",
"tecnickcom/tcpdf": "^6.3.5",
"guzzlehttp/guzzle": "^7.2.0",
"phpseclib/phpseclib": "^2.0.31"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^v2.16.4",
"phing/phing" : "^2.16.3",
"squizlabs/php_codesniffer": "^3.5.6"
},
"scripts": {
"post-install-cmd": [
"cp htaccess-vendor vendor/.htaccess"
]
}
}