Initial commit.

This commit is contained in:
Jesper Ek
2014-01-02 15:06:06 +01:00
commit a7748612ee
141 changed files with 30906 additions and 0 deletions

23
composer.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "zf1/zend-pdf",
"description": "Zend Framework 1 Pdf package",
"keywords": [
"framework",
"zf1",
"zend",
"pdf"
],
"homepage": "http://framework.zend.com/",
"license": "BSD-3-Clause",
"require": {
"php": ">=5.2.11",
"zf1/zend-exception": "self.version",
"zf1/zend-log": "self.version",
"zf1/zend-memory": "self.version"
},
"autoload": {
"psr-0": {
"Zend_Pdf": "library/"
}
}
}