-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 964 Bytes
/
composer.json
File metadata and controls
38 lines (38 loc) · 964 Bytes
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
36
37
38
{
"name": "motze92/flysystem-msgraph",
"version": "1.4.1",
"description": "Flysystem Adapter for the Microsoft Graph API - Sharepoint, OneDrive, and OneDrive for Business",
"keywords": [
"motze92",
"flysystem-msgraph",
"flysystem",
"msgraph",
"sharepoint",
"laravel",
"onedrive"
],
"homepage": "https://github.com/motze92/flysystem-msgraph",
"license": "MIT",
"authors": [
{
"name": "Moritz Mair",
"email": "mail@moritzmair.info",
"homepage": "https://moritzmair.info",
"role": "Developer"
}
],
"require": {
"php": "^7.2 | ^8.0",
"league/flysystem": "^1.1",
"microsoft/microsoft-graph": "^1.5"
},
"autoload": {
"psr-4": {
"FlysystemMsgraph\\": "src"
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev"
}