pushbullet-notifier/composer.json

19 lines
497 B
JSON

{
"name": "sikofitt/pushbullet-notifier",
"description": "Simple php app to alert you after jobs are done",
"license": "GPL-3.0",
"autoload": {
"psr-4": {
"Sikofitt\\Pushbullet\\": "src/Sikofitt/Pushbullet/"
}
},
"require": {
"php": ">=7.1",
"ivkos/pushbullet": "^3.1",
"symfony/console": "^3.2",
"symfony/event-dispatcher": "^3.2",
"symfony/config": "^3.2",
"josegonzalez/dotenv": "^3.1"
}
}