Skip to content

Commit 19f9ec0

Browse files
MCLOUD-7366: Static test failure with AWS S3 module name
1 parent fed01e1 commit 19f9ec0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/AwsS3/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"require": {
88
"php": "~7.3.0||~7.4.0",
9-
"magento/framework": "^100.0.2",
9+
"magento/framework": "*",
1010
"magento/module-remote-storage": "*",
1111
"league/flysystem": "^1.0",
1212
"league/flysystem-aws-s3-v3": "^1.0",

app/code/Magento/RemoteStorage/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "N/A",
44
"require": {
55
"php": "~7.3.0||~7.4.0",
6-
"magento/framework": "^100.0.2"
6+
"magento/framework": "*"
77
},
88
"suggest": {
99
"magento/module-backend": "*",

0 commit comments

Comments
 (0)