Skip to content

Commit ec1845c

Browse files
authored
Add license, remove version
1 parent 0a4ae6f commit ec1845c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"name": "vendic/module-optimize-cache-size",
3-
"version": "1.0.0",
4-
"description": "N/A",
3+
"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",
54
"type": "magento2-module",
65
"require": {
76
"magento/framework": "*",
87
"magento/module-catalog": "104.0.*"
98
},
109
"license": [
11-
"Proprietary"
10+
"MIT"
1211
],
1312
"autoload": {
1413
"files": [

0 commit comments

Comments
 (0)