-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
31 lines (31 loc) · 882 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": "maidmaid/cffie",
"description": "CFFie query SBB/CFF/FFS connections from https://www.cff.ch.",
"keywords": ["sbb", "cff", "ffs"],
"homepage": "https://github.com/maidmaid/cffie",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Dany Maillard",
"email": "danymaillard93@gmail.com",
"homepage": "https://github.com/maidmaid"
}
],
"require": {
"guzzlehttp/guzzle": "^6.1",
"symfony/dom-crawler": "^3.0",
"symfony/css-selector": "^3.0",
"symfony/console": "^3.0",
"swiftmailer/swiftmailer": "^5.4",
"jolicode/jolinotif": "^1.0"
},
"require-dev": {
"symfony/filesystem": "~3.0",
"symfony/process": "~3.0"
},
"autoload": {
"psr-4": { "Cffie\\": "src/" }
},
"bin": ["bin/cffie"]
}