Skip to content

Commit 7089eb7

Browse files
committed
Add Support for Magento 2.4.6 and PHP 8.2
1 parent 50e4608 commit 7089eb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}
3535
],
3636
"require": {
37-
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0|~7.3.0|~7.4.0|~8.1.0",
37+
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0|~7.3.0|~7.4.0|~8.1.0|~8.2.0",
3838
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*|102.0.*",
3939
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*|103.0.*",
4040
"magepal/magento2-core": ">=1.1.11"
@@ -44,7 +44,7 @@
4444
"magepal/magento2-google-analytics4": "Prepare for the future with Google Analytics 4. Learn more at https://www.magepal.com/google-analytics-4-for-google-tag-manager.html"
4545
},
4646
"type": "magento2-module",
47-
"version": "2.7.2",
47+
"version": "2.7.3",
4848
"autoload": {
4949
"files": [
5050
"registration.php"

0 commit comments

Comments
 (0)