-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 823 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 823 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
{
"name": "activelamp/swagger-ui-bundle",
"description": "Creates a Swagger UI page in your Symfony2 application",
"authors": [
{
"name": "Bez Hermoso",
"email": "bez@activelamp.com"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.3.0",
"symfony/twig-bundle": "~2.1 || ^3.0",
"symfony/framework-bundle": "~2.1 || ^3.0",
"symfony/finder" : "~2.1 || ^3.0"
},
"require-dev" : {
"symfony/css-selector": "~2.1 || ^3.0",
"symfony/browser-kit": "~2.1 || ^3.0",
"symfony/yaml": "~2.1 || ^3.0",
"sensio/framework-extra-bundle": "~2.1 || ^3.0"
},
"license": "MIT",
"autoload": {
"psr-4": {
"ActiveLAMP\\Bundle\\SwaggerUIBundle\\": ""
}
}
}