Skip to content

Commit c52857a

Browse files
committed
Update composer.json file 3
1 parent 14e2b85 commit c52857a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22
"name": "magefan/module-blog",
33
"description": "Implements Blog functionality on Magento 2 store",
44
"type": "magento2-module",
5-
"version": "2.0.1.1",
5+
"version": "2.0.2",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"
99
],
10+
"require": {
11+
"php": "~5.5.0|~5.6.0|~7.0",
12+
"magento/magento-composer-installer": "*"
13+
},
1014
"autoload": {
1115
"files": [ "registration.php" ],
1216
"psr-4": {

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99
-->
1010
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
11-
<module name="Magefan_Blog" setup_version="2.0.1.1">
11+
<module name="Magefan_Blog" setup_version="2.0.2">
1212
<sequence>
1313
<module name="Magento_Cms"/>
1414
<module name="Magento_Catalog"/>

0 commit comments

Comments
 (0)