Skip to content

Commit a8b75d0

Browse files
authored
Merge pull request #1 from customgento/support-2.4.4
Add support for 2.4.4
2 parents c08e99d + d5e648d commit a8b75d0

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ Remove Product Comparison for Magento 2 removes the product comparison feature c
1212
There is no configuration.
1313

1414
## Copyright
15-
© 2020 CustomGento GmbH
15+
© 2020 - present CustomGento GmbH

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "customgento/module-remove-product-comparison-m2",
33
"description": "Remove Product Comparison for Magento 2 removes the product comparison feature completely from Magento.",
44
"type": "magento2-module",
5-
"version": "1.1.0",
65
"license": "OSL-3.0",
76
"authors": [
87
{
@@ -14,11 +13,11 @@
1413
"magento/framework": "~102.0||~103.0",
1514
"magento/module-catalog": "~103.0||~104.0",
1615
"magento/module-customer": "~102.0||~103.0",
17-
"php": "~7.2.0||~7.3.0||~7.4.0"
16+
"php": "~7.3.0||~7.4.0||~8.1.0"
1817
},
1918
"require-dev": {
20-
"phpunit/phpunit": "~6.5",
21-
"roave/security-advisories": "dev-master"
19+
"phpunit/phpunit": "~6.5||~9.5.0",
20+
"roave/security-advisories": "dev-latest"
2221
},
2322
"autoload": {
2423
"files": [

0 commit comments

Comments
 (0)