From 5219ba961e36dc1a713da3ad4f1594a87c71f758 Mon Sep 17 00:00:00 2001 From: Maksym Aposov Date: Thu, 22 Sep 2022 14:06:06 -0500 Subject: [PATCH] Update .gitignore, composer.json and README.md --- .gitignore | 3 ++- README.md | 2 +- composer.json | 9 ++++++--- 3 files changed, 9 insertions(+), 5 deletions(-) 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..ce5ee21 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_Exception" module from Zend Framework 1.12.16 Release PURPOSE --------------------------- diff --git a/composer.json b/composer.json index c0fbe2c..05f8a45 100644 --- a/composer.json +++ b/composer.json @@ -1,16 +1,19 @@ { "name": "magento/zend-exception", - "description": "Magento Zend Framework 1", + "description": "Zend Framework 1 Exception package", "type": "library", "keywords": [ - "framework", - "zf1" + "framework", "zf1", "zend", "exception" ], "homepage": "http://framework.zend.com/", "license": "BSD-3-Clause", "require": { "php": ">=7.0.0" }, + "replace": { + "zf1/zend-exception": "^1.12", + "zfs1/zend-exception": "^1.12" + }, "autoload": { "psr-0": { "Zend_Exception": "library/"