Skip to content

Commit 3d50b18

Browse files
committed
913: Fixed tests
1 parent 8618d67 commit 3d50b18

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

testData/actions/generation/generator/ModuleComposerJsonGenerator/generateFileInRoot/composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"type": "magento2-module",
66
"require": {
77
"magento/framework": "*",
8-
"foo/bar": "*",
9-
"magento/backend": "*"
8+
"foo/bar": "1.0.*",
9+
"magento/module-backend": "103.0.*"
1010
},
1111
"license": [
1212
"Test License 1",

testData/actions/generation/generator/ModuleComposerJsonGenerator/generateModuleFile/composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"type": "magento2-module",
66
"require": {
77
"magento/framework": "*",
8-
"foo/bar": "*",
9-
"magento/backend": "*"
8+
"foo/bar": "1.0.*",
9+
"magento/module-backend": "103.0.*"
1010
},
1111
"license": [
1212
"Test License 1",

0 commit comments

Comments
 (0)