forked from mjaschen/collmex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 858 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
{
"name": "mjaschen/collmex",
"description": "Collmex PHP SDK",
"keywords": ["collmex", "api"],
"license": "MIT",
"authors": [
{
"name": "Marcus Jaschen",
"email": "[email protected]",
"homepage": "https://marcusjaschen.de/",
"role": "developer"
}
],
"require": {
"php": ">=5.5.9",
"neitanod/forceutf8": "~1.4.0",
"symfony/finder": ">2.5.0",
"symfony/http-foundation": ">2.5.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"mockery/mockery": "dev-master",
"league/csv": "^8.0"
},
"suggest": {
"league/csv": "Enable CSV generation via the 'Csv' library by The PHP League"
},
"autoload": {
"psr-4": {
"MarcusJaschen\\Collmex\\": "src/"
}
}
}