diff --git a/.gitignore b/.gitignore index 27b6bf0..8cddf5b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,6 @@ /.settings /.vscode /.idea -/.gitattributes +vendor/* +composer.lock .DS_Store diff --git a/README.md b/README.md index 3e03c69..0c2a64e 100644 --- a/README.md +++ b/README.md @@ -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 --------------------------- diff --git a/composer.json b/composer.json index 3e77467..6dd3416 100644 --- a/composer.json +++ b/composer.json @@ -1,10 +1,9 @@ { "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", @@ -12,6 +11,10 @@ "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/"