-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.json
44 lines (41 loc) · 1.13 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
{
"name": "xsolve-pl/xsolve-bootstrap-crud-bundle",
"type": "library",
"version": "1.0.0",
"keywords": ["bootstrap", "twitter", "CRUD"],
"description": "XSolve Twitter Bootstrap bundle with CRUD generator and an example layout",
"autoload": {
"psr-0": {
"Xsolve\\BootstrapCrudBundle": ""
}
},
"require": {
"braincrafted/bootstrap-bundle": "v1.4.2",
"twbs/bootstrap": "2.3.*",
"knplabs/knp-menu-bundle":"v1.1.2",
"knplabs/knp-menu": "v1.1",
"jquery/jquery": "*"
},
"license": "MIT",
"authors": [
{
"name": "Piotr Pasich",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "package",
"package": {
"name": "jquery/jquery",
"version": "1.9-stable",
"dist": {
"url": "http://code.jquery.com/jquery-1.9.1.js",
"type": "file"
}
}
}
],
"target-dir" : "Xsolve/BootstrapCrudBundle",
"minimum-stability": "dev"
}