-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 1.1 KB
/
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
{
"name": "shopsys/google-cloud-bundle",
"type": "library",
"description": "Shopsys Platform Google Cloud Bundle",
"keywords": ["google cloud", "Shopsys Platform", "SSFW"],
"license": "MIT",
"authors": [
{
"name": "Shopsys",
"homepage": "https://www.shopsys.com/"
}
],
"autoload": {
"psr-4": {
"Shopsys\\GoogleCloudBundle\\": "src/"
}
},
"require": {
"php": "^8.3",
"google/cloud-storage": "^1.10",
"league/flysystem-google-cloud-storage": "^3.0",
"shopsys/form-types-bundle": "16.0.x-dev",
"shopsys/framework": "16.0.x-dev",
"shopsys/migrations": "16.0.x-dev",
"shopsys/plugin-interface": "16.0.x-dev",
"symfony/config": "^5.4",
"symfony/dependency-injection": "^5.4",
"symfony/framework-bundle": "^5.4",
"symfony/http-kernel": "^5.4",
"symfony/options-resolver": "^5.4"
},
"config": {
"allow-plugins": {
"ocramius/package-versions": true,
"symfony/flex": true
}
}
}