-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 868 Bytes
/
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
{
"name": "oidnus/admin-theme-bundle",
"type": "symfony-bundle",
"keywords": ["symfony3", "adminlte", "admin"],
"description": "AdminTheme for Symfony3 with AdminLTE Theme.",
"homepage": "https://github.com/oidnus/AdminThemeBundle",
"license": "MIT",
"authors": [
{
"name": "Damian Ślimak",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.5.9",
"symfony/symfony": "3.0.*"
},
"require-dev" : {
"mockery/mockery" : "0.9.*@dev",
"hamcrest/hamcrest-php" : "dev-master",
"symfony/event-dispatcher" : "3.0.*"
},
"autoload": {
"psr-4": { "Oidnus\\AdminThemeBundle\\": "" }
},
"extra" : {
"branch-alias" : {
"dev-master" : "0.1.1-dev"
}
}
}