Skip to content

Commit

Permalink
Updated composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Tolochko committed Nov 16, 2020
1 parent f572394 commit 957e7d2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
{
"name": "magestyapps/module-manual-reindex",
"description": "Manual Reindex module for Magento 2",
"authors": [
{
"name": "MagestyApps",
"email": "alex@magestyapps.com",
"homepage": "https://www.magestyapps.com/",
"role": "Developer"
}
],
"support": {
"email": "alex@magestyapps.com"
},
"require": {
"php": ">=5.5.0",
"magento/module-catalog": ">=100.0",
"magento/module-ui": ">=100.0"
"magento/module-indexer": ">=100.0"
},
"type": "magento2-module",
"version": "1.0.1",
"version": "1.0.2",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="MagestyApps_ManualReindex" setup_version="1.0.1"/>
<module name="MagestyApps_ManualReindex" setup_version="1.0.2"/>
</config>

0 comments on commit 957e7d2

Please sign in to comment.