-
Notifications
You must be signed in to change notification settings - Fork 10
/
composer.json
31 lines (31 loc) · 921 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
{
"name": "erichard/dms-bundle",
"description": "A Document Management System for Symfony 2",
"type": "symfony-bundle",
"require": {
"symfony/framework-bundle": "~2.3",
"leafo/lessphp": "0.3.*",
"imagine/imagine": "~0.6",
"braincrafted/bootstrap-bundle": "*",
"stof/doctrine-extensions-bundle": "1.1.*",
"doctrine/doctrine-fixtures-bundle": "2.2.*"
},
"require-dev": {
"nelmio/alice": "dev-master",
"phpunit/phpunit": "3.7.*",
"mockery/mockery": "dev-master",
"nelmio/alice": "*",
"doctrine/common": ">=2.3, <3.0",
"doctrine/orm": ">=2.3, <3.0",
"symfony/monolog-bundle": "~2.1"
},
"autoload": {
"psr-0": { "Erichard\\DmsBundle": "" }
},
"target-dir": "Erichard/DmsBundle",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}