-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 851 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 851 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
{
"name": "satooshi/file-client",
"description": "File reader/writer",
"keywords": ["file"],
"homepage": "https://github.com/satooshi/FileClient",
"type": "library",
"license": "MIT",
"minimum-stability": "dev",
"authors": [
{
"name": "Kitamura Satoshi",
"email": "with.no.parachute@gmail.com",
"homepage": "https://www.facebook.com/satooshi.jp"
}
],
"require": {
"php": ">=5.3.3",
"satooshi/ltsv-encoder": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "3.7.*@dev",
"phpunit/php-invoker": ">=1.1.0,<1.2.0",
"pdepend/pdepend": "dev-master",
"phpmd/phpmd": "dev-master",
"squizlabs/php_codesniffer": "1.4.*"
},
"autoload": {
"psr-0": { "Contrib\\Component": "src/" }
}
}