-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
58 lines (57 loc) · 1.55 KB
/
Copy pathcomposer.json
File metadata and controls
58 lines (57 loc) · 1.55 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "BitPrepared/digital-rescue",
"description": "Sistema di supporto ai censiti agesci emilia romagna",
"license": "GPLv3",
"authors": [
{
"name": "Stefano Tamagnini",
"homepage": "http://about.me/yoghi",
"role": "Developer"
}
],
"keywords": [
"agesci",
"rescue",
"censimento",
"ASA"
],
"autoload": {
"psr-4": {
"BitPrepared\\": "src/BitPrepared/" ,
"Rescue\\": "src/Rescue/"
}
},
"archive": {
"exclude": ["vendor", ".DS_Store", "*.log"]
},
"repositories": [
{
"type": "git",
"url": "https://github.com/nuovo/spreadsheet-reader.git"
},
{
"type": "git",
"url": "https://github.com/yoghi/redbean-prefix.git"
}
],
"require": {
"slim/slim": "2.*",
"gabordemooij/redbean": "3.5.1",
"daviddeutsch/redbean-prefix": "dev-master",
"raveren/kint": "0.9",
"swiftmailer/swiftmailer": "5.3.1",
"nuovo/spreadsheet-reader": "dev-master",
"egulias/email-validator":"1.2.7",
"flynsarmy/slim-monolog": "dev-master",
"wp-cli/php-cli-tools": "0.10.3",
"fzaninotto/faker": "dev-master",
"php": ">=5.3.7"
},
"require-dev": {
"phpunit/phpunit": "4.*",
"whatthejeff/nyancat-phpunit-resultprinter": "v1.2.0",
"guzzle/guzzle": "~3.8",
"mikey179/vfsStream": "1.4.*",
"fabpot/php-cs-fixer": "1.4.*"
}
}