Skip to content

Commit

Permalink
Initial commit with PclZip version 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanlanin committed Jun 5, 2014
0 parents commit 19dd1de
Show file tree
Hide file tree
Showing 4 changed files with 6,355 additions and 0 deletions.
16 changes: 16 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "pclzip/pclzip",
"type": "library",
"description": "A PHP library that offers compression and extraction functions for Zip formatted archives",
"keywords": ["php", "zip"],
"homepage": "http://www.phpconcept.net/pclzip",
"license": ["LGPL-2.1"],
"authors": [
{
"name": "Vincent Blavet"
}
],
"autoload": {
"classmap": ["pclzip.lib.php"]
}
}
Loading

0 comments on commit 19dd1de

Please sign in to comment.