-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (48 loc) · 1.38 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
{
"name": "ns/color-admin-bundle",
"description": "Template bundle for Color Admin",
"keywords": ["template"],
"homepage": "https://github.com/NobletSolutions/ColorAdminBundle",
"authors": [
{
"name": "Mark Woynarski",
"email": "[email protected]"
},
{
"name": "Nathanael David Noblet",
"email": "[email protected]"
}
],
"require": {
"php": ">8.3",
"ext-json": "*",
"symfony/framework-bundle": "^6.0|^7.0",
"symfony/form": "^6.0|^7.0",
"symfony/event-dispatcher": "^6.0|^7.0",
"symfony/routing": "^6.0|^7.0",
"twig/twig": "^2.0|^3.0",
"knplabs/knp-menu-bundle": "^2.1|^3.0",
"ns/flash-bundle": "^1.0|^2.0|^3.0",
"doctrine/orm": "*",
"symfony/doctrine-bridge": "^6.0|^7.0"
},
"extra" : {
"branch-alias" : {
"dev-master" : "3.0.x-dev"
}
},
"suggest": {
"vich/uploader-bundle": "*",
"knplabs/knp-paginator-bundle": "*"
},
"autoload": {
"psr-4": { "NS\\ColorAdminBundle\\": "src" }
},
"autoload-dev": {
"psr-4": { "NS\\ColorAdminBundle\\Tests\\": "tests" }
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"liip/rmt": "^1.6"
}
}