pushbullet-notifier/composer.json

19 lines
497 B
JSON
Raw Normal View History

2017-03-17 18:43:45 -07:00
{
2017-08-25 22:40:19 -07:00
"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/"
}
},
2017-03-17 18:43:45 -07:00
"require": {
2017-03-17 18:47:26 -07:00
"php": ">=7.1",
2017-03-17 18:43:45 -07:00
"ivkos/pushbullet": "^3.1",
"symfony/console": "^3.2",
"symfony/event-dispatcher": "^3.2",
"symfony/config": "^3.2",
2017-08-25 22:40:19 -07:00
"josegonzalez/dotenv": "^3.1"
2017-03-17 18:43:45 -07:00
}
}