-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·31 lines (31 loc) · 873 Bytes
/
composer.json
File metadata and controls
executable file
·31 lines (31 loc) · 873 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
{
"name": "idci/sam-client-bundle",
"type": "symfony-bundle",
"description": "Symfony bundle that provides an api client for SAM app (SAVInsight)",
"authors": [
{
"name": "Benjamin Boudier",
"email": "benjamin.boudier@idci-consulting.fr"
},
{
"name": "Maëva GRONDIN",
"email": "maeva.grondin@idci-consulting.fr"
}
],
"license": "CECILL-C",
"require": {
"php": "^8.1",
"symfony/cache": "^6.0",
"symfony/console": "^6.0",
"symfony/dependency-injection": "^6.0",
"symfony/http-kernel": "^6.0",
"symfony/serializer-pack": "^1.0",
"eightpoints/guzzle-bundle": "^8.0",
"psr/log": "^1|^2|^3"
},
"autoload": {
"psr-4": {
"IDCI\\Bundle\\SAMClientBundle\\": "src/"
}
}
}