-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 744 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 744 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
{
"name": "twin-elements/page-bundle",
"description": "Pages for CMS",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Władysław Dudko",
"email": "wladyslaw@jellinek.pl"
}
],
"require": {
"php": "^7.4 || ^8.0",
"symfony/framework-bundle": "^4.4 || ^5.4",
"twin-elements/admin-bundle": "^1.11",
"twin-elements/seo-bundle": "^1.0",
"twin-elements/form-extensions": "^1.4",
"twin-elements/response-parameter-builder": "^1.0"
},
"autoload": {
"psr-4": {
"TwinElements\\PageBundle\\": "src/"
}
},
"conflict": {
"twin-elements/admin-bundle": "<1.11.3"
}
}