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
41 lines (41 loc) · 1.05 KB
/
composer.json
File metadata and controls
41 lines (41 loc) · 1.05 KB
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
36
37
38
39
40
41
{
"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": "5.6.0"
}
},
"require": {
"michelf/php-markdown": "^1.8",
"paragonie/random_compat": "^2.0",
"ramsey/uuid": "^3.7",
"setasign/fpdi": "^2.1",
"swiftmailer/swiftmailer": "^5.4",
"tecnickcom/tcpdf": "^6.2",
"guzzlehttp/guzzle": "^6.3",
"phpseclib/phpseclib": "^2.0"
},
"suggest": {
"mailgun/mailgun-php": "^2.6",
"php-http/guzzle6-adapter": "^1.1",
"guzzlehttp/psr7": "^1.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^v2.10.3",
"phing/phing" : "^2.16.1",
"squizlabs/php_codesniffer": "^3.2.3"
},
"scripts": {
"post-install-cmd": [
"cp htaccess-vendor vendor/.htaccess"
]
}
}