Skip to content

Commit 5219ba9

Browse files
committed
Update .gitignore, composer.json and README.md
1 parent 8e052c4 commit 5219ba9

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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_Exception" module from Zend Framework 1.12.16 Release
55

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

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
{
22
"name": "magento/zend-exception",
3-
"description": "Magento Zend Framework 1",
3+
"description": "Zend Framework 1 Exception package",
44
"type": "library",
55
"keywords": [
6-
"framework",
7-
"zf1"
6+
"framework", "zf1", "zend", "exception"
87
],
98
"homepage": "http://framework.zend.com/",
109
"license": "BSD-3-Clause",
1110
"require": {
1211
"php": ">=7.0.0"
1312
},
13+
"replace": {
14+
"zf1/zend-exception": "^1.12",
15+
"zfs1/zend-exception": "^1.12"
16+
},
1417
"autoload": {
1518
"psr-0": {
1619
"Zend_Exception": "library/"

0 commit comments

Comments
 (0)