Skip to content

Commit 1866239

Browse files
Correct license in composer.json
1 parent b740a01 commit 1866239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name":"colinmollenhour/cache-backend-file",
33
"type":"magento-module",
4-
"license":"OSL-3.0",
4+
"license":"BSD-3-Clause",
55
"homepage":"https://github.com/colinmollenhour/Cm_Cache_Backend_File",
66
"description":"The stock Zend_Cache_Backend_File backend has extremely poor performance for cleaning by tags making it become unusable as the number of cached items increases. This backend makes many changes resulting in a huge performance boost, especially for tag cleaning.",
77
"authors":[

0 commit comments

Comments
 (0)