-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 886 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
{
"name": "twin-elements/admin-bundle",
"description": "Admin bundle for CMS",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Władysław Dudko",
"email": "[email protected]"
}
],
"require": {
"php": "^7.4 || ^8.0",
"symfony/framework-bundle": "^4.4 || ^5.4",
"twin-elements/form-extensions": "^1.5",
"twin-elements/flashes": "^1.0",
"twin-elements/message": "^1.3",
"symfonycasts/reset-password-bundle": "^1.13",
"twin-elements/response-parameter-builder": "^1.0",
"twin-elements/admin-translator": "^1.0",
"twin-elements/crud-logger": "^1.0"
},
"autoload": {
"psr-4": {
"TwinElements\\AdminBundle\\": "src/"
}
},
"conflict": {
"twin-elements/message": "<1.3"
}
}