-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
27 lines (27 loc) · 1.23 KB
/
composer.json
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
{
"name": "darsyn/fly-bundle",
"license": "MIT",
"type": "symfony-bundle",
"description": "A bundle for creating the PHP League's Flysystem and multiple adapters as container services.",
"autoload": {
"psr-4": {
"Darsyn\\Bundle\\FlyBundle\\": "src/"
}
},
"authors": [
{
"name": "Zander Baldwin",
"email": "[email protected]",
"homepage": "http://zanderbaldwin.com",
"role": "Developer"
}
],
"require": {
"symfony/http-kernel": "~2.3|^3.0",
"symfony/dependency-injection": "~2.3|^3.0",
"symfony/config": "~2.3|^3.0",
"league/flysystem": "~1.0",
"league/flysystem-cached-adapter": "~1.0",
"php": ">=5.4"
}
}