-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
51 lines (51 loc) · 1.47 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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "imatic/view-bundle",
"type": "library",
"description": "Bundle with predefined UI components",
"keywords": [],
"homepage": "https://www.imatic.cz",
"license": "MIT",
"authors": [
{
"name": "Stepan Koci",
"email": "[email protected]"
},
{
"name": "Imatic Software s.r.o.",
"homepage": "https://www.imatic.cz"
}
],
"require": {
"php": "^7.2 || ^8.0",
"ext-iconv": "*",
"ext-json": "*",
"knplabs/knp-menu-bundle": "^2.3|^3.0",
"symfony/asset": "^4.4 || ^5.0 || ^6.2",
"symfony/expression-language": "^4.4 || ^5.0 || ^6.2",
"symfony/framework-bundle": "^4.4 || ^5.0 || ^6.2",
"symfony/security-bundle": "^4.4 || ^5.0 || ^6.2",
"twig/twig": "^2.12|^3.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.16",
"imatic/form-bundle": "^5.0",
"imatic/testing": "^6.0",
"symfony/browser-kit": "^4.4 || ^5.0 || ^6.2",
"symfony/phpunit-bridge": "^4.4 || ^5.0 || ^6.2",
"symfony/web-profiler-bundle": "^4.4 || ^5.0 || ^6.2",
"symfony/yaml": "^4.4 || ^5.0 || ^6.2"
},
"autoload": {
"psr-4": {
"Imatic\\Bundle\\ViewBundle\\": ""
},
"exclude-from-classmap": [
"Tests/"
]
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}