-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 861 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 861 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
{
"name": "auroraextensions/googlecloudstorage",
"description": "Google Cloud Storage integration for Magento.",
"type": "magento2-module",
"license": "MIT",
"authors": [
{
"name": "Nickolas Burr",
"email": "nickolasburr@auroraextensions.com"
}
],
"support": {
"email": "support@auroraextensions.com"
},
"require": {
"php": "^7.2||^8.0",
"psr/http-message": "~1.0",
"psr/log": "~1.0",
"symfony/console": "^2.7||^3.0||^4.0||^5.0",
"google/cloud-core": "~1.52",
"google/cloud-storage": "~1.34",
"magento/framework": "*",
"magento/module-media-storage": "*",
"magento/module-store": "*",
"auroraextensions/modulecomponents": "^100.1.0"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"AuroraExtensions\\GoogleCloudStorage\\": ""
}
}
}