-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 1.09 KB
/
composer.json
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
{
"name": "c975l/toolbar-bundle",
"type": "symfony-bundle",
"description": "Bundle to add a common toolbar to products developed by 975L.com",
"keywords": ["symfony", "bundle"],
"homepage": "https://github.com/975L/ToolbarBundle",
"license": "MIT",
"authors": [
{
"name": "Laurent Marquet",
"email": "laurent.marquet@laposte.net",
"homepage": "https://github.com/LaurentMarquet",
"role": "Developer"
},
{
"name": "975L Community",
"homepage": "https://github.com/975L"
}
],
"require": {
"php": ">=8.0",
"c975l/config-bundle": "*"
},
"require-dev": {
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"c975L\\ToolbarBundle\\": "src/"
}
},
"config": {
"sort-packages": true
},
"support": {
"email": "contact@975l.com",
"source": "https://github.com/975L/ToolbarBundle",
"issues": "https://github.com/975L/ToolbarBundle/issues"
}
}