-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·35 lines (35 loc) · 1.18 KB
/
composer.json
File metadata and controls
executable file
·35 lines (35 loc) · 1.18 KB
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
33
34
35
{
"name": "totalcrm/microsoft-graph-bundle",
"type": "symfony-bundle",
"description": "Symfony bundle for API MicrosoftGraph",
"keywords": ["symfony", "calendar", "bundle", "contacts", "microsoftgraph", "microsoft", "office 365"],
"homepage": "https://github.com/totalcrm/microsoft-graph-bundle",
"license": "MIT",
"authors": [
{
"name": "Romanenko Aleksandr",
"email": "romanenko.a.a@outlook.com"
}
],
"require": {
"php": ">=7.4.0",
"symfony/asset": "^4.4 || ^5.3 || ^6.0",
"symfony/config": "^4.4 || ^5.3 || ^6.0",
"symfony/console": "^4.4 || ^5.3 || ^6.0",
"symfony/dependency-injection": "^4.4 || ^5.3 || ^6.0",
"symfony/framework-bundle": "^4.4 || ^5.3 || ^6.0",
"symfony/routing": "^4.4 || ^5.3 || ^6.0",
"symfony/cache": "^4.4 || ^5.3 || ^6.0",
"guzzlehttp/guzzle": "^6.3 || ^7.0 ",
"league/oauth2-client": "^2.2",
"microsoft/microsoft-graph": "1.44.*"
},
"require-dev": {
"roave/security-advisories": "dev-latest"
},
"autoload": {
"psr-4": {
"TotalCRM\\MicrosoftGraph\\": "src/"
}
}
}