-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
31 lines (31 loc) · 1017 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
{
"name": "plumphp/plum",
"homepage": "https://github.com/plumphp/plum",
"description": "Plum is a data processing pipeline that helps you to write structured, reusable and well tested data processing code.",
"license": "MIT",
"authors": [
{
"name": "Florian Eckerstorfer",
"email": "[email protected]",
"homepage": "https://florian.ec"
}
],
"require": {
"php": ">=5.5",
"cocur/vale": "~0.2",
"psr/log": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8",
"mockery/mockery": "~0.9",
"mikey179/vfsstream": "~1.4"
},
"autoload": {
"psr-4": {"Plum\\Plum\\": "src"}
},
"support": {
"docs": "https://github.com/plumphp/plum/blob/master/docs/index.md",
"issues": "https://github.com/plumphp/plum/issues",
"source": "https://github.com/plumphp/plum"
}
}