Skip to content

Commit f09d76c

Browse files
committed
Up version to 2.5.4
1 parent 2bd9d6d commit f09d76c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"name": "magefan/module-blog",
33
"description": "Implements Blog functionality on Magento 2 store",
4+
"require": {
5+
"php": "~5.6.5 || >=7.0"
6+
},
47
"type": "magento2-module",
5-
"version": "2.5.3",
8+
"version": "2.5.4",
69
"license": [
710
"OSL-3.0",
811
"AFL-3.0"

etc/module.xml

+1-1
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.5.3">
11+
<module name="Magefan_Blog" setup_version="2.5.4">
1212
<sequence>
1313
<module name="Magento_Cms"/>
1414
<module name="Magento_Catalog"/>

0 commit comments

Comments
 (0)