forked from cbou/AdmingeneratorActiveAdminThemeBundle
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 997 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 997 Bytes
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
{
"name": "nitra/nitra-theme-bundle",
"version": "1.0.1",
"description": "Nitra theme for the symfony2 admingenerator",
"keywords": ["admingenerator", "theme"],
"type": "symfony-bundle",
"homepage": "https://github.com/nitra/NitraThemeBundle/",
"license": "MIT",
"authors": [
{
"name": "Nitra Labs",
"homepage": "http://nitralabs.com"
},
{
"name": "Cedric LOMBARDOT",
"email": "cedric.lombardot@gmail.com"
}
],
"require": {
"cedriclombardot/admingenerator-generator-bundle": "dev-master#98f147a2c8690e3a15032f9715c4402b61535280",
"zerkalica/millwright-menu-bundle": "dev-master",
"leafo/lessphp": "0.3.9",
"friendsofsymfony/user-bundle": "1.3.2",
"nitra/doctrine-behaviors": "dev-master",
"nitra/php-min": "0.0.5"
},
"target-dir": "Nitra/NitraThemeBundle",
"autoload": {
"psr-0": { "Nitra\\NitraThemeBundle": "" }
}
}