forked from lube/api_generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 734 Bytes
/
composer.json
File metadata and controls
23 lines (23 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "lube/api-generator-bundle",
"description": "Generates REST Api from Doctrine Entities",
"keywords": ["doctrine", "rest", "crud", "abm", "json", "api"],
"license": "MIT",
"type": "library",
"authors": [{
"name": "Sebastian Luberriaga",
"email": "sebastianlube@gmail.com",
"role": "Developer"
}],
"homepage": "https://github.com/Lube/api_generator",
"require": {
"jms/serializer-bundle": "^1.0",
"jms/di-extra-bundle": "^1.0",
"nelmio/api-doc-bundle": "^2.10",
"lube/knp-json-schema-bundle": "1.2.*",
"hadesarchitect/json-schema-bundle": "^1"
},
"autoload": {
"psr-0": { "Lube\\GeneratorBundle": "" }
}
}