Skip to content

Commit dff6428

Browse files
authored
Merge pull request #14 from Vendic/require-php-83
Update PHP requirement to version 8.3 or higher
2 parents 65b5f5b + 778f4eb commit dff6428

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "vendic/module-optimize-cache-size",
33
"description": "Magento 2 extension that reduces the number of cache keys by removing catalog_product_view_id_, catalog_product_view_sku_, catalog_category_view_id_ layout handles by default",
44
"type": "magento2-module",
5-
"require": {
5+
"require": {
6+
"php": ">=8.3",
67
"magento/framework": "*",
78
"magento/module-catalog": "104.0.*"
89
},

0 commit comments

Comments
 (0)