forked from vtq221/InvoicePlane
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
28 lines (28 loc) · 893 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
{
"name": "invoiceplane/invoiceplane",
"version": "1.5.12",
"description": "InvoicePlane is a self-hosted open source application for managing your invoices, clients and payments",
"homepage": "https://invoiceplane.com",
"license": "MIT",
"type": "project",
"require": {
"codeigniter/framework": "3.1.13",
"phpmailer/phpmailer": "^6.6.3",
"mpdf/mpdf": "^8.1.1",
"vlucas/phpdotenv": "^5.4.1",
"setasign/fpdf": "^1.8.4",
"league/omnipay": "^3.1",
"paragonie/random_compat": "^2.0",
"omnipay/authorizenet": "^3.3",
"academe/omnipay-authorizenetapi": "^3.1",
"omnipay/eway": "^3.0",
"omnipay/paypal": "^3.0",
"omnipay/securepay": "^3.0",
"omnipay/stripe": "^3.2",
"omnipay/worldpay": "^3.0",
"omnipay/rabobank": "^3.1",
"omnipay/sagepay": "^4.0",
"omnipay/payflow": "^3.0",
"symfony/http-foundation":"^6"
}
}