-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 835 Bytes
/
composer.json
File metadata and controls
37 lines (37 loc) · 835 Bytes
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": "^8.1",
"symfony/translation-contracts": "^3.0",
"symfony/form": "^5.4|^6.0",
"symfony/framework-bundle": "^5.4|^6.0",
"symfony/validator": "^5.4|^6.0",
"doctrine/doctrine-bundle": "^2.1",
"doctrine/orm": "^3.0"
},
"suggest": {
"umanit/translation-bundle": "Allow your panel to be translated."
},
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"Umanit\\BlockBundle\\": ""
}
}
}