-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 823 Bytes
/
composer.json
File metadata and controls
36 lines (36 loc) · 823 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": "splitbrain/thebankster",
"description": "A personal fincance tool",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Andreas Gohr",
"email": "andi@splitbrain.org",
"homepage": "https://www.splitbrain.org",
"role": "developer"
}
],
"require": {
"splitbrain/php-cli": "^1.0",
"guzzlehttp/guzzle": "^6.3",
"electrolinux/phpquery": "^0.9.6",
"mustangostang/spyc": "^0.6.2",
"tflori/orm": "^1.9",
"slim/slim": "^3.0",
"slim/twig-view": "^2.3",
"iamcal/lib_autolink": "^1.7",
"ext-pdo": "*",
"ext-pdo_sqlite": "*",
"ext-curl": "*",
"nemiah/php-fints": "^3.6"
},
"autoload": {
"psr-4": {
"splitbrain\\TheBankster\\": "src"
}
},
"scripts": {
"post-autoload-dump": "bin/migrate.php"
}
}