-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (27 loc) · 776 Bytes
/
Copy pathcomposer.json
File metadata and controls
32 lines (27 loc) · 776 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
{
"name": "icomefromthenet/ledger",
"description": "Finance and Accounting Library",
"license": "MIT",
"authors": [
{
"name": "Lewis Dyer",
"email": "getintouch@icomefromthenet.com"
}
],
"require-dev": {
"phpunit/phpunit" : "^7",
"phpunit/dbunit" : "^4.0"
},
"require" : {
"icomefromthenet/dbal-gateway" : "^1.1.0",
"pimple/pimple" : "3.0.*",
"psr/log" : "1.0.*",
"bluem/tree" : "@stable",
"vlucas/valitron" : "^1.2"
},
"autoload": {
"psr-0": {
"IComeFromTheNet\\GeneralLedger" : "src"
}
}
}