Skip to content

Commit

Permalink
Add magento/framework to composer requirements of modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
romainruaud committed Jun 6, 2016
1 parent 2773f5f commit 64d7381
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/module-elasticsuite-catalog-rule/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/framework": "*",
"smile/module-elasticsuite-catalog": "self.version"
},
"version": "2.1.0",
Expand Down
1 change: 1 addition & 0 deletions src/module-elasticsuite-tracker/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/framework": "*",
"magento/magento-composer-installer": "*"
},
"version": "2.1.0",
Expand Down
1 change: 1 addition & 0 deletions src/module-elasticsuite-virtual-category/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/framework": "*",
"smile/module-elasticsuite-catalog-rule": "self.version"
},
"version": "2.1.0",
Expand Down

0 comments on commit 64d7381

Please sign in to comment.