forked from InvoicePlane/InvoicePlane
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 973 Bytes
/
composer.json
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
{
"name": "invoiceplane/invoiceplane",
"version": "1.6",
"description": "InvoicePlane is a self-hosted open source application for managing your invoices, clients and payments",
"homepage": "https://invoiceplane.com",
"license": "MIT",
"type": "project",
"config": {
"sort-packages": true,
"allow-plugins": {
"php-http/discovery": true
}
},
"require": {
"codeigniter/framework": "3.1.13",
"endroid/qr-code": "^4.8.5",
"guzzlehttp/guzzle": "^7.0",
"moneyphp/money": "^4.5",
"mpdf/mpdf": "^8.2",
"paragonie/random_compat": "^2.0.21",
"phpmailer/phpmailer": "^6.8.1",
"setasign/fpdf": "^1.8.6",
"smhg/sepa-qr-data": "^1.2",
"stripe/stripe-php": "^14.4",
"vlucas/phpdotenv": "^5.5"
},
"require-dev": {
"filp/whoops": "^2.15",
"laravel/pint": "^1.16",
"rector/rector": "0.14.8",
"symfony/var-dumper": "^6.4"
},
"scripts": {
"pint": [
"vendor/bin/pint"
]
}
}