-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 1.04 KB
/
composer.json
File metadata and controls
32 lines (32 loc) · 1.04 KB
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": "20steps/autotables-bundle",
"type": "symfony-bundle",
"description": "Symfony bundle for mapping entities into auto generated tables",
"keywords": ["datatables", "sf2", "symfony2", "sf3", "symfony3", "doctrine", "table", "entity", "20steps"],
"homepage": "https://github.com/20steps/autotables-bundle",
"license": "LGPL-3.0+",
"authors": [
{
"name": "Marc Ewert",
"email": "marc.ewert@20steps.de",
"homepage": "http://20steps.de"
},
{
"name": "Helmut Hoffer von Ankershoffen",
"email": "hhva@20steps.de",
"homepage": "http://20steps.de"
}
],
"require": {
"symfony/framework-bundle": "^2.3|^3.0",
"brandonwamboldt/utilphp": "^1.0",
"danielstjules/stringy": "^2.0",
"20steps/commons-ensure-bundle": "^1.0"
},
"autoload": {
"psr-0": {
"twentysteps\\Bundle\\AutoTablesBundle": ""
}
},
"target-dir": "twentysteps/Bundle/AutoTablesBundle"
}