-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 912 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 912 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
32
33
34
35
{
"name": "netteam/datatable-bundle",
"type": "symfony-bundle",
"description": "NetTeam DataTable Bundle",
"license": "MIT",
"authors": [
{
"name": "NetTeam Solutions",
"homepage": "http://netteam.pl"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.1",
"symfony/property-access": "~2.1",
"doctrine/orm": "~2.2",
"netteam/ddd": "1.1.*",
"liuggio/excelbundle": "1.0.*"
},
"require-dev": {
"mockery/mockery": ">=0.7.2",
"symfony/form": "~2.1",
"symfony/browser-kit": "~2.1"
},
"autoload": {
"psr-0": { "NetTeam\\Bundle\\DataTableBundle": "" }
},
"minimum-stability": "dev",
"target-dir": "NetTeam/Bundle/DataTableBundle",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
}
}