-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
30 lines (30 loc) · 906 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
{
"name": "novactive/ezslackbundle",
"description": "Novactive eZ Slack Bundle is an eZ Platform bundle that provides a complete Slack integration",
"keywords": ["slack", "ezpublish", "novactive", "ezplatform"],
"homepage": "https://github.com/Novactive/NovaeZSlackBundle",
"type": "ezplatform-bundle",
"authors": [
{
"name": "Novactive",
"homepage": "http://www.novactive.us",
"email": "[email protected]"
}
],
"license": [
"MIT"
],
"require": {
"php": "^7.3",
"jms/serializer-bundle": "^2.3",
"nesbot/carbon": "*",
"netgen/query-translator": "*",
"knpuniversity/oauth2-client-bundle": "^1.17",
"adam-paterson/oauth2-slack": "^1.1"
},
"autoload": {
"psr-4": {
"Novactive\\Bundle\\eZSlackBundle\\": "bundle"
}
}
}