-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 885 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
{
"name": "rumd3x/cptm-alerts",
"description": "Alerta sobre mudanças de status nas linhas dos trens e metrôs de São Paulo diretamente no canal do Slack.",
"type": "project",
"require": {
"php": ">=7.2",
"rumd3x/php-persistence": "^1.0",
"php-http/curl-client": "^1.7",
"vlucas/phpdotenv": "^2.5",
"guzzlehttp/guzzle": "^6.3",
"monolog/monolog": "^1.24",
"nesbot/carbon": "^2.7",
"tightenco/collect": "^5.7",
"rumd3x/slack-notifier": "^0.2",
"rumd3x/notifier-interface": "^1.0"
},
"license": "MIT",
"authors": [
{
"name": "Edmur Cardoso",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"CptmAlerts\\": "App/"
}
},
"require-dev": {
"phpunit/phpunit": "^8.0"
}
}