Skip to content

Commit

Permalink
Updated php version
Browse files Browse the repository at this point in the history
Removed version on module
  • Loading branch information
hryvinskyi committed Mar 16, 2020
1 parent 522c070 commit 77130b9
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,14 +2,14 @@
"name": "hryvinskyi/magento2-deferjs",
"description": "N/A",
"require": {
"php": "~7.1.3||~7.2.0",
"php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-store": "*",
"phpunit/phpunit": "~6.5.0",
"scriptua/magento2-base": "~2.0.0"
},
"type": "magento2-module",
"version": "1.1.2",
"version": "1.1.3",
"license": "GPL-3.0-or-later",
"autoload": {
"files": [
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Hryvinskyi_DeferJs" setup_version="1.1.2">
<module name="Hryvinskyi_DeferJs">
<sequence>
<module name="Hryvinskyi_Base"/>
</sequence>
Expand Down

0 comments on commit 77130b9

Please sign in to comment.