Skip to content

Commit

Permalink
Added missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
slackerzz committed Sep 28, 2017
1 parent 384bd4e commit 58d225d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "msp/apienhancer",
"description": "",
"require": {
"php": "^7.0|^7.1"
"php": "^7.0|^7.1",
"msp/common": "*"
},
"conflicts": {
"msp/apiboost": "*"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="MSP_APIEnhancer" setup_version="1.0.1">
<module name="MSP_APIEnhancer" setup_version="1.0.2">
</module>
</config>

0 comments on commit 58d225d

Please sign in to comment.