-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 1.05 KB
/
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
{
"name": "bseries/billing_estimate",
"description": "Estimate functionality for Banque.",
"type": "lithium-library",
"license": ["BSD-3-Clause"],
"require": {
"atelierdisko/finance": "^2",
"atelierdisko/li3_flash_message": "^1",
"atelierdisko/li3_mailer": "^1.3",
"atelierdisko/li3_taggable": "^1.4",
"bseries/base_address": "^1.5",
"bseries/base_core": "^1.5",
"bseries/base_document": "^1.5",
"bseries/base_tag": "^1.5",
"bseries/billing_core": "^1.5",
"bseries/billing_invoice": "^1.5",
"bseries/billing_payment": "^1.5",
"composer/installers": "^1",
"php": "^7",
"unionofrad/lithium": "^1.1"
},
"suggest": {
"bseries/ecommerce_core": "Enables product binding for estimate positions."
},
"repositories": [
{ "type": "vcs", "url": "[email protected]:billing_core" },
{ "type": "vcs", "url": "[email protected]:billing_payment" },
{ "type": "vcs", "url": "[email protected]:atelierdisko/finance" }
]
}