forked from pekkis/xi-filelib-zf1-bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (32 loc) · 901 Bytes
/
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
28
29
30
31
32
33
34
35
{
"name": "xi/filelib-zf1-bridge",
"type": "library",
"description": "ZF1 bridge for Filelib",
"keywords": ["file management", "file", "image", "video"],
"homepage": "http://github.com/pekkis/xi-filelib-zf1-bridge",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Mikko Forsström",
"email": "[email protected]",
"homepage": "http://diktaattoriporssi.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.0",
"xi/filelib": "0.12.*"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"phpunit/phpunit-mock-objects": "~2.0",
"phpunit/dbunit": "1.3.*",
"zendframework/zendframework1": "1.12.*"
},
"autoload": {
"psr-0": {
"Xi\\Filelib\\Bridge\\ZF1": "library/"
}
},
"minimum-stability": "stable"
}