Skip to content

Commit 75e6a43

Browse files
committed
Update .gitignore, composer.json and README.md
1 parent 1e821b3 commit 75e6a43

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
/.settings
66
/.vscode
77
/.idea
8-
/.gitattributes
8+
vendor/*
9+
composer.lock
910
.DS_Store

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
INFORMATION
22
===================
33

4-
This is a fork from Zend Framework 1.12.16 Release.
4+
This is a fork of "Zend_Cache" module from Zend Framework 1.12.16 Release
55

66
PURPOSE
77
---------------------------

composer.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
22
"name": "magento/zend-cache",
3-
"description": "Magento Zend Framework 1",
3+
"description": "Zend Framework 1 Cache package",
44
"type": "library",
55
"keywords": [
6-
"framework",
7-
"zf1"
6+
"framework", "zf1", "zend", "cache"
87
],
98
"homepage": "http://framework.zend.com/",
109
"license": "BSD-3-Clause",
@@ -13,6 +12,10 @@
1312
"magento/zend-exception": "^1.16",
1413
"magento/zend-log": "^1.16"
1514
},
15+
"replace": {
16+
"zf1/zend-cache": "^1.12",
17+
"zfs1/zend-cache": "^1.12"
18+
},
1619
"autoload": {
1720
"psr-0": {
1821
"Zend_Cache": "library/"

0 commit comments

Comments
 (0)