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 6dba205 commit c03b9fe
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_Log" 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,17 +1,20 @@
{
"name": "magento/zend-log",
"description": "Magento Zend Framework 1",
"description": "Zend Framework 1 Log package",
"type": "library",
"keywords": [
"framework",
"zf1"
"framework", "zf1", "zend", "log"
],
"homepage": "http://framework.zend.com/",
"license": "BSD-3-Clause",
"require": {
"php": ">=7.0.0",
"magento/zend-exception": "^1.16"
},
"replace": {
"zf1/zend-log": "^1.12",
"zfs1/zend-log": "^1.12"
},
"autoload": {
"psr-0": {
"Zend_Log": "library/"
Expand Down

0 comments on commit c03b9fe

Please sign in to comment.