Skip to content

Commit

Permalink
Merge pull request Smile-SA#58 from romainruaud/fix_composer-require
Browse files Browse the repository at this point in the history
Add magento/framework to composer requirements of modules.
  • Loading branch information
afoucret committed Jun 6, 2016
2 parents 2c95185 + 64d7381 commit 5199ecb
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 5199ecb

Please sign in to comment.