forked from Yavin/symfony-form-tree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 902 Bytes
/
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
{
"name": "agencearcange/symfony-form-tree",
"description": "create select field with indentation for tree structure",
"license": "MIT",
"authors": [
{"name": "Yavin", "email": "yavin.yavin@gmail.com"},
{"name": "Thomas", "email": "thomas.ferney@gmail.com"}
],
"require": {
"php": ">=7.4",
"symfony/form": "~5.3",
"symfony/options-resolver": "~5.3",
"symfony/property-access": "~5.3",
"doctrine/orm": "~2.9",
"doctrine/common": "~3.1",
"gedmo/doctrine-extensions": "~v3.1",
"symfony/doctrine-bridge": "~5.3"
},
"require-dev": {
"ext-pdo_sqlite": "*",
"phpunit/phpunit": "~9.0",
"antiseptikk/dev-kit": "^2.0"
},
"autoload":{
"psr-4":{
"Yavin\\Symfony\\Form\\Type\\": "src"
}
},
"config": {
"bin-dir": "bin"
}
}