-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
70 lines (70 loc) · 1.92 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "webeweb/bootstrap-bundle",
"type": "symfony-bundle",
"description": "Intregate Bootstrap theme with Symfony 2 and more",
"keywords": [
"bootstrap",
"bundle",
"symfony",
"theme",
"webeweb"
],
"homepage": "https://github.com/webeweb/bootstrap-bundle",
"license": "MIT",
"authors": [
{
"name": "webeweb",
"homepage": "https://github.com/webeweb"
}
],
"require": {
"php": "^5.6|^7.0",
"ext-fileinfo": "*",
"ext-json": "*",
"psr/log": "~1.0",
"symfony/asset": "^2.7|^3.0|^4.0",
"symfony/form": "^2.7|^3.0|^4.0",
"symfony/framework-bundle": "^2.7|^3.0|^4.0",
"symfony/security-core": "^2.7|^3.0|^4.0",
"symfony/serializer": "^2.7|^3.0|^4.0",
"symfony/translation": "^2.7|^3.0|^4.0",
"twig/twig": "^1.0||^2.0",
"webeweb/core-bundle": "^2.15",
"webeweb/core-library": "^6.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7|^7.0",
"doctrine/doctrine-bundle": "^1.7",
"doctrine/orm": "^2.5",
"monolog/monolog": "^1.18",
"symfony/browser-kit": "^2.7|^3.0|^4.0",
"symfony/monolog-bundle": "^3.0",
"symfony/security-bundle": "^2.7|^3.0|^4.0",
"symfony/templating": "^2.7|^3.0|^4.0",
"symfony/twig-bundle": "^2.7|^3.0|^4.0"
},
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"WBW\\Bundle\\BootstrapBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"autoload-dev": {
"psr-4": {
"WBW\\Bundle\\BootstrapBundle\\Tests\\": "Tests/"
}
},
"support": {
"issues": "https://github.com/webeweb/bootstrap-bundle/issues"
}
}