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 4125f02 commit a6ec3af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "faonni/module-indexer-url-rewrite",
"description": "Extension rebuild UrlRewrite index.",
"type": "magento2-module",
"version": "2.0.3",
"version": "2.0.4",
"license": [
"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"
},
"autoload": {
"files": [ "registration.php" ],
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
<module name="Faonni_IndexerUrlRewrite" setup_version="2.0.3"/>
<module name="Faonni_IndexerUrlRewrite" setup_version="2.0.4"/>
</config>

0 comments on commit a6ec3af

Please sign in to comment.