Skip to content

Commit

Permalink
Update .gitignore, composer.json and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xmav committed Sep 22, 2022
1 parent 1e821b3 commit 75e6a43
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
/.settings
/.vscode
/.idea
/.gitattributes
vendor/*
composer.lock
.DS_Store
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
INFORMATION
===================

This is a fork from Zend Framework 1.12.16 Release.
This is a fork of "Zend_Cache" module from Zend Framework 1.12.16 Release

PURPOSE
---------------------------
Expand Down
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "magento/zend-cache",
"description": "Magento Zend Framework 1",
"description": "Zend Framework 1 Cache package",
"type": "library",
"keywords": [
"framework",
"zf1"
"framework", "zf1", "zend", "cache"
],
"homepage": "http://framework.zend.com/",
"license": "BSD-3-Clause",
Expand All @@ -13,6 +12,10 @@
"magento/zend-exception": "^1.16",
"magento/zend-log": "^1.16"
},
"replace": {
"zf1/zend-cache": "^1.12",
"zfs1/zend-cache": "^1.12"
},
"autoload": {
"psr-0": {
"Zend_Cache": "library/"
Expand Down

0 comments on commit 75e6a43

Please sign in to comment.