-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
43 lines (42 loc) · 1.14 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
42
43
{
"name": "codein/ibexa-color-picker",
"description": "Ibexa Platform color picker field type",
"type": "ezplatform-bundle",
"license": "MIT",
"authors": [
{
"name": "Codein-Labs",
"email": "[email protected]",
"homepage": "https://www.codein.fr"
},
{
"name": "Meryll Essig",
"email": "[email protected]"
},
{
"name": "Marc Teinturier",
"email": "[email protected]"
},
{
"name": "Axel Veber",
"email": "[email protected]"
}
],
"require": {
"php": "^7.3",
"ext-json": "*",
"ibexa/core": "~4.5"
},
"autoload": {
"psr-4": {
"Codein\\eZColorPicker\\": "bundle",
"Codein\\ColorConverter\\": "lib/ColorConverter",
"Codein\\Tests\\eZColorPicker\\": "tests/bundle",
"Codein\\Tests\\ColorConverter\\": "tests/lib/ColorConverter"
}
},
"require-dev": {
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
"phpunit/phpunit": "^8.2"
}
}