Skip to content

Commit 68fb416

Browse files
committed
Update .gitignore, composer.json and README.md
1 parent 6a470ad commit 68fb416

File tree

4 files changed

+9
-223
lines changed

4 files changed

+9
-223
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-GIT.md

Lines changed: 0 additions & 218 deletions
This file was deleted.

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_Pdf" 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,15 +1,18 @@
11
{
22
"name": "magento/zend-pdf",
3-
"description": "Magento Zend Framework 1",
3+
"description": "Zend Framework 1 Pdf package",
44
"type": "library",
55
"keywords": [
6-
"framework",
7-
"zf1"
6+
"framework", "zf1", "zend", "pdf"
87
],
98
"homepage": "http://framework.zend.com/",
109
"license": "BSD-3-Clause",
1110
"require": {
1211
"php": ">=7.0.0",
12+
"ext-ctype": "*",
13+
"ext-gd": "*",
14+
"ext-iconv": "*",
15+
"ext-zlib": "*",
1316
"magento/zend-exception": "^1.16",
1417
"magento/zend-log": "^1.16",
1518
"magento/zend-memory": "^1.16"

0 commit comments

Comments
 (0)