forked from phiamo/MopaBootstrapBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (48 loc) · 1.35 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": "mybuilder/bootstrap-bundle",
"type": "symfony-bundle",
"description": "Easy integration of twitters bootstrap into symfony2",
"keywords": ["form", "extra form", "bootstrap", "bootstrap form", "template"],
"license": "MIT",
"authors": [
{
"name": "Philipp A. Mohrenweiser",
"email": "phiamo@googlemail.com"
},
{
"name": "Community contributions",
"homepage": "https://github.com/phiamo/MopaBootstrapBundle/contributors"
}
],
"autoload": {
"psr-4": {
"Mopa\\Bundle\\BootstrapBundle\\": ""
}
},
"require": {
"php": ">=8.1",
"symfony/symfony": "^4.4 || 5.4",
"mopa/composer-bridge": "^1.3",
"twig/twig": "~2.15.0 || ^3.5"
},
"require-dev": {
"ext-dom": "*",
"phpunit/phpunit": "~9.0",
"twbs/bootstrap": "2.*"
},
"suggest": {
"twbs/bootstrap": "2.*",
"knplabs/knp-paginator-bundle": "dev-master",
"knplabs/knp-menu-bundle": "2.0.*",
"mopa/bootstrap-sandbox-bundle": "~2.3",
"craue/formflow-bundle": "dev-master",
"jlong/sass-twitter-bootstrap": "dev-master"
},
"repositories": [],
"scripts": {},
"extra": {
"branch-alias": {
"dev-master": "2.3.x-dev"
}
}
}