-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 907 Bytes
/
composer.json
File metadata and controls
36 lines (36 loc) · 907 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
36
{
"name": "openbuildings/shipping",
"type": "kohana-module",
"description": "Add complex shipping to openbuildings/purchases package",
"keywords": ["kohana", "cart", "jam", "shipping", "address", "purchase"],
"homepage": "https://github.com/OpenBuildings/shipping",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Ivan Kerin",
"email": "[email protected]",
"role": "Author"
}
],
"config": {
"platform": {
"php": "7.3"
}
},
"require": {
"php": "^7.3",
"composer/installers": "*",
"openbuildings/purchases": "^0.12",
"clippings/freezable": "^0.3",
"openbuildings/jam": "^0.6"
},
"require-dev": {
"openbuildings/environment-backup": "0.1.*",
"phpunit/phpunit": "^9",
"openbuildings/kohana-test-bootstrap": "^0.2.0",
"openbuildings/jam-auth": "^0.5"
},
"autoload-dev": {
"classmap": ["tests/classes"]
}
}