Skip to content

Commit

Permalink
php 7.1.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
karliuka committed Nov 9, 2017
1 parent 9ed13f6 commit ff40015
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -2,7 +2,7 @@
"name": "faonni/module-smtp",
"description": "Extension enables you to easily use your own custom SMTP server for sending mail.",
"type": "magento2-module",
"version": "2.1.4",
"version": "2.1.5",
"authors": [{
"name" : "Karliuka Vitalii",
"email": "karliuka.vitalii@gmail.com"
Expand All @@ -11,7 +11,7 @@
"OSL-3.0"
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0",
"magento/module-backend": "100.1.*|100.2.*",
"magento/module-email": "100.1.*|100.2.*"
},
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Expand Up @@ -8,7 +8,7 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
<module name="Faonni_Smtp" setup_version="2.1.4">
<module name="Faonni_Smtp" setup_version="2.1.5">
<sequence>
<module name="Magento_Backend"/>
<module name="Magento_Email"/>
Expand Down

0 comments on commit ff40015

Please sign in to comment.