-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
75 lines (75 loc) · 1.85 KB
/
composer.json
File metadata and controls
75 lines (75 loc) · 1.85 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "dafap/sbm",
"description": "School Bus Manager, software",
"version": "2.2.0",
"authors": [
{
"name": "Dafap",
"email": "dafap@dafap.fr",
"homepage": "https://www.dafap.fr"
}
],
"support": {
"email": "sbm@dafap.fr"
},
"keywords": [
"transport",
"school",
"framework",
"zf2"
],
"homepage": "https://www.dafap.fr/",
"license": [
"BSD-3-Clause"
],
"time": "2014-09-01",
"require": {
"atukai/at-php-settings": "dev-master",
"php": ">=5.6",
"zendframework/zendframework": "~2.5",
"tecnickcom/tcpdf": "*",
"drewm/mailchimp-api": "^2.1",
"zendframework/zftool": "dev-master"
},
"require-dev": {
"zendframework/zend-developer-tools": "dev-master"
},
"minimum-stability": "stable",
"repositories": [
{
"type": "composer",
"url": "https://packages.zendframework.com/"
}
],
"prefer-stable": true,
"config": {
"process-timeout": 5000,
"use-include-path": false,
"github-protocols": [
"git",
"https",
"http"
],
"vendor-dir": "vendor"
},
"autoload": {
"classmap": [
"vendor/tecnickcom/tcpdf",
"module/SbmAdmin",
"module/SbmAuthentification",
"module/SbmAjax",
"module/SbmBase",
"module/SbmCartographie",
"module/SbmCommun",
"module/SbmFront",
"module/SbmGestion",
"module/SbmInstallation",
"module/SbmMail",
"module/SbmMailChimp",
"module/SbmPaiement",
"module/SbmParent",
"module/SbmPdf",
"module/SbmPortail"
]
}
}