-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (35 loc) · 923 Bytes
/
Copy pathcomposer.json
File metadata and controls
40 lines (35 loc) · 923 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
36
37
38
39
40
{
"name": "digitalkaoz/gaufrette-browser-bundle",
"description": "This bundle provides an integration of the KnpMenu library",
"keywords": [
"gaufrette", "filesystem", "browser"
],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Robert Schönthal",
"homepage": "http://digitalkaoz.net"
}
],
"require": {
"knplabs/knp-gaufrette-bundle": "~0.1",
"aferrandini/urlizer": "1.0.0"
},
"require-dev": {
"sensio/framework-extra-bundle": "~3.0"
},
"suggest": {
"sensio/framework-extra-bundle": "for using the param-converters for file and directory"
},
"autoload": {
"psr-4": {
"rs\\GaufretteBrowserBundle\\": ""
}
},
"autoload-dev": {
"psr-4": {
"rs\\GaufretteBrowserBundle\\Tests\\": "Tests"
}
}
}