Skip to content

Commit 37fdb0c

Browse files
committed
Updated a composer file to pass a Magento2 minimum stability
1 parent c8e1639 commit 37fdb0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "olegkoval/magento2-regenerate-url-rewrites",
33
"description": "Add into Magento 2 a CLI feature which allow to regenerate a Url rewrites of products/categories",
4-
"keywords": ["magento","magento2 extension", "magento 2 extension", "extension", "module", "magento2 module", "magento 2 module"],
4+
"keywords": ["magento", "magento2 extension", "magento 2 extension", "extension", "module", "magento2 module", "magento 2 module"],
55
"type": "magento2-module",
66
"version": "1.0.0",
77
"homepage": "https://github.com/olegkoval/magento2-regenerate_url_rewrites",
@@ -25,6 +25,6 @@
2525
"OlegKoval\\RegenerateUrlRewrites\\": ""
2626
}
2727
},
28-
"minimum-stability": "dev",
28+
"minimum-stability": "alpha",
2929
"prefer-stable": true
3030
}

0 commit comments

Comments
 (0)