forked from nextmotion/google-cloud-storage-fal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
44 lines (44 loc) · 1023 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "nextmotion/google-cloud-storage-fal",
"description": "Google Cloud Storage FAL driver for TYPO3",
"homepage": "http://github.com/nextmotion/google-cloud-storage-fal",
"license": "GPL-2.0-or-later",
"support": {
"issues": "https://github.com/nextmotion/google-cloud-storage-fal/issues"
},
"keywords": [
"TYPO3",
"FAL",
"Driver",
"FileAbstractionLayer",
"Google Cloud Storage",
"Google Cloud Platform",
"GCP",
"GCS",
"Bucket"
],
"authors": [
{
"name": "Pierre Geyer",
"email": "[email protected]",
"role": "Developer",
"homepage": "https://www.next-motion.de"
}
],
"type": "typo3-cms-extension",
"require": {
"php": ">=7.1 <8.1",
"typo3/cms-core": ">=10.4 <11.9.99",
"google/cloud-storage": ">=v1.23 <1.27"
},
"autoload": {
"psr-4": {
"Nextmotion\\GoogleCloudStorageDriver\\": "Classes"
}
},
"extra": {
"typo3/cms": {
"extension-key": "google_cloud_storage_fal"
}
}
}