Skip to content

Commit 7de63c5

Browse files
committed
Package info updated
1 parent 3636765 commit 7de63c5

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@
55
"license": [
66
"GPL-3.0-only"
77
],
8-
"version": "1.0.3",
8+
"version": "1.0.4",
99
"require": {
10-
"php": ">=7.4.0",
11-
"magento/framework": "*",
12-
"magento/module-checkout": "*",
13-
"magento/module-quote": "*"
10+
"php": ">=7.4.0"
1411
},
1512
"autoload": {
1613
"files": [

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22

33
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
4-
<module name="Stape_Gtm" schema_version="1.0.3" setup_version="1.0.3">
4+
<module name="Stape_Gtm" schema_version="1.0.4" setup_version="1.0.4">
55
<sequence>
66
<module name="Magento_Backend" />
77
</sequence>

0 commit comments

Comments
 (0)