composer.json 425 B

12345678910111213141516
  1. {
  2. "name": "pclzip/pclzip",
  3. "type": "library",
  4. "description": "A PHP library that offers compression and extraction functions for Zip formatted archives",
  5. "keywords": ["php", "zip"],
  6. "homepage": "http://www.phpconcept.net/pclzip",
  7. "license": ["LGPL-2.1"],
  8. "authors": [
  9. {
  10. "name": "Vincent Blavet"
  11. }
  12. ],
  13. "autoload": {
  14. "classmap": ["pclzip.lib.php"]
  15. }
  16. }