-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
39 lines (37 loc) · 1.36 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
{
"name": "darvinstudio/darvin-admin-bundle",
"description": "This bundle provides highly configurable admin panel for Symfony-based applications.",
"keywords": ["admin"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Darvin Studio",
"email": "info@darvin-studio.ru",
"homepage": "https://www.darvin-studio.ru"
}
],
"require": {
"ext-json": "*",
"a2lix/translation-form-bundle": "^3.0",
"stof/doctrine-extensions-bundle": "^1.5",
"friendsofsymfony/ckeditor-bundle": "^2.2",
"helios-ag/fm-elfinder-bundle": "^10.0",
"knplabs/knp-paginator-bundle": "^5.3",
"oneup/uploader-bundle": "^3.0",
"psr/simple-cache": "^1.0",
"vich/uploader-bundle": "^1.15",
"willdurand/js-translation-bundle": "^4.0",
"darvinstudio/darvin-config-bundle": "*",
"darvinstudio/darvin-content-bundle": "*",
"darvinstudio/darvin-image-bundle": "*",
"darvinstudio/darvin-user-bundle": "*",
"darvinstudio/darvin-utils-bundle": "*"
},
"suggest": {
"lexik/translation-bundle": "Allows to manage translations"
},
"autoload": {
"psr-4": { "Darvin\\AdminBundle\\": "" }
}
}