Skip to content

Commit

Permalink
update composer.json dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Nezbritskiy committed Jul 20, 2017
1 parent c8973f3 commit 2b50a9b
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "sergeynezbritskiy/zend-pdf-table",
"description": "Extension for Zend_Pdf library, which can help you to draw tables",
"authors": [
{
"name": "Sergey Nezbritskiy",
"email": "[email protected]"
}
],
"require": {}
"name": "sergeynezbritskiy/zend-pdf-table",
"description": "Extension for Zend_Pdf library, which can help you to draw tables. This is just an updated version of Zend_Pdf_Table Component which can be found here https://sourceforge.net/projects/zendpdftable/",
"authors": [
{
"name": "Sergey Nezbritskiy",
"email": "[email protected]"
}
],
"require": {
"magento/zendframework1": "^1.13"
}
}

0 comments on commit 2b50a9b

Please sign in to comment.