Skip to content

Commit 200786c

Browse files
committed
Update .gitignore, composer.json and README.md
1 parent 4ba6884 commit 200786c

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.gitignore

+2-1
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

+1-1
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_Loader" module from Zend Framework 1.12.16 Release
55

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

composer.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
{
22
"name": "magento/zend-loader",
3-
"description": "Magento Zend Framework 1",
3+
"description": "Zend Framework 1 Loader package",
44
"type": "library",
55
"keywords": [
6-
"framework",
7-
"zf1"
6+
"framework", "zf1", "zend", "loader"
87
],
98
"homepage": "http://framework.zend.com/",
109
"license": "BSD-3-Clause",
1110
"require": {
1211
"php": ">=7.0.0",
1312
"magento/zend-exception": "^1.16.0"
1413
},
14+
"replace": {
15+
"zf1/zend-loader": "^1.12",
16+
"zf1s/zend-loader": "^1.12"
17+
},
1518
"autoload": {
1619
"psr-0": {
1720
"Zend_Loader": "library/"

0 commit comments

Comments
 (0)