Skip to content

Commit 19b8e98

Browse files
author
Oleksii Korshenko
committed
MAGETWO-65414: [GitHub][PR] Validate PHP classnames in di.xml files via schema #8743
- fixed dependency type
1 parent aab49d6 commit 19b8e98

File tree

1 file changed

+3
-1
lines changed
  • app/code/Magento/CatalogInventoryConfigurableProduct

1 file changed

+3
-1
lines changed

app/code/Magento/CatalogInventoryConfigurableProduct/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"require": {
55
"php": "~5.6.5|7.0.2|7.0.4|~7.0.6",
66
"magento/module-catalog-inventory": "100.2.*",
7-
"magento/framework": "100.2.*",
7+
"magento/framework": "100.2.*"
8+
},
9+
"suggest": {
810
"magento/module-configurable-product": "100.2.*"
911
},
1012
"type": "magento2-module",

0 commit comments

Comments
 (0)