forked from umanit/block-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 838 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
33
34
35
36
37
{
"name": "umanit/block-bundle",
"description": "Doctrine Block management made easy",
"type": "symfony-bundle",
"keywords": [
"symfony",
"symfony-ux",
"doctrine",
"block"
],
"homepage": "https://github.com/umanit/block-bundle",
"license": "MIT",
"authors": [
{
"name": "UmanIT",
"email": "contact@umanit.fr"
}
],
"require": {
"php": "^7.1|^8.0",
"symfony/contracts": "^1.1|^2.3",
"symfony/form": "^4.4|^5.2",
"symfony/framework-bundle": "^4.4|^5.2",
"symfony/validator": "^4.4|^5.2",
"doctrine/doctrine-bundle": "^1.6|^2.1",
"doctrine/orm": "^2.5"
},
"suggest": {
"umanit/translation-bundle": "Allow your panel to be translated."
},
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"Umanit\\BlockBundle\\": ""
}
}
}