This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Notifier/Bridge/Slack/composer.json

39 lines
967 B
JSON
Raw Normal View History

2019-08-23 21:48:48 +01:00
{
"name": "symfony/slack-notifier",
"type": "symfony-bridge",
"description": "Symfony Slack Notifier Bridge",
"keywords": ["slack", "notifier"],
"homepage": "https://symfony.com",
"license": "MIT",
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"require": {
"php": ">=7.2.5",
2019-08-23 21:48:48 +01:00
"symfony/http-client": "^4.3|^5.0",
"symfony/notifier": "^5.1"
2019-08-23 21:48:48 +01:00
},
2019-11-23 14:02:30 +00:00
"require-dev": {
"symfony/event-dispatcher": "^4.3|^5.0"
},
2019-08-23 21:48:48 +01:00
"autoload": {
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Slack\\": "" },
"exclude-from-classmap": [
"/Tests/"
]
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
2019-11-17 18:31:35 +00:00
"dev-master": "5.1-dev"
2019-08-23 21:48:48 +01:00
}
}
}