-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
56 lines (56 loc) · 1.42 KB
/
composer.json
File metadata and controls
56 lines (56 loc) · 1.42 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
{
"name": "wandi/color-picker-bundle",
"type": "symfony-bundle",
"description": "Wandi/ColorPickerBundle",
"keywords": [
"Symfony",
"Bundle",
"Wandi",
"ColorPickerBundle",
"EasyAdminBundle",
"Admin"
],
"homepage": "https://github.com/WandiParis/ColorPickerBundle",
"license": "MIT",
"authors": [
{
"name": "Jacques N. de Lamballerie",
"email": "jndl@wandi.fr"
},
{
"name": "Laurent Fouquet",
"email": "laurent.fouquet@wandi.fr"
},
{
"name": "Laurent Bientz",
"email": "laurent.bientz@wandi.fr"
},
{
"name": "Jean-Baptiste Chateaux",
"email": "jean-baptiste.chateaux@wandi.fr"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=7.1",
"symfony/config": "^4.0",
"symfony/dependency-injection": "^4.0",
"symfony/form": "^4.0",
"symfony/framework-bundle": "^4.0",
"symfony/http-kernel": "^4.0",
"symfony/translation": "^4.0",
"symfony/twig-bundle": "^4.0",
"symfony/validator": "^4.0",
"twig/extensions": "^1.5",
"ssnepenthe/color-utils": "^0.4.2"
},
"require-dev": {
},
"suggest": {
},
"autoload": {
"psr-4": {
"Wandi\\ColorPickerBundle\\": "src/"
}
}
}