Skip to content

Commit

Permalink
rename src directory to src
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Nezbritskiy committed Jul 20, 2017
1 parent 2b50a9b commit 874e7d7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"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/",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Sergey Nezbritskiy",
Expand All @@ -9,5 +11,10 @@
],
"require": {
"magento/zendframework1": "^1.13"
},
"autoload": {
"psr-4": {
"sergeynezbritskiy\\ZendPdfTable\\": "src/"
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 874e7d7

Please sign in to comment.