-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.json
46 lines (46 loc) · 1.11 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
44
45
46
{
"name": "sqli/eztoolbox",
"description": "SQLI eZToolbox is a bundle used in SQLI projects gathering some bundles like \"SQLI Entities Manager\", \"SQLI Command Toolbox\", some helpers and some Twig operators",
"keywords": ["sqli", "ezplatform", "crud", "entities", "toolbox", "ibexa", "oss", "content", "commerce", "dxp"],
"homepage": "https://github.com/DocDams/sqli-eztoolbox",
"type": "symfony-bundle",
"authors": [
{
"name": "SQLI",
"homepage": "http://www.sqli.com"
},
{
"name": "VERNER Damien",
"email": "daverner@sqli.com"
},
{
"name": "ROUX Yoann",
"email": "yroux@sqli.com"
},
{
"name": "OBIGAND Nicolas",
"email": "nobigand@sqli.com"
}
],
"license": [
"MIT"
],
"require": {
"ibexa/oss": "^3.3",
"netgen/tagsbundle": "^4.0",
"ext-json": "*",
"ext-openssl": "*"
},
"suggest": {
"tanoconsulting/ezmigrationbundle2": "main"
},
"autoload": {
"psr-4": {
"SQLI\\EzToolboxBundle\\": ""
}
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.6",
"phpunit/phpunit": "^9.5"
}
}