You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
418 B

10 years ago
  1. {
  2. "name": "zf1/zend-pdf",
  3. "description": "Zend Framework 1 Pdf package",
  4. "keywords": [
  5. "framework",
  6. "zf1",
  7. "zend",
  8. "pdf"
  9. ],
  10. "homepage": "http://framework.zend.com/",
  11. "license": "BSD-3-Clause",
  12. "require": {
  13. "php": ">=5.2.11",
  14. "zf1/zend-exception": "self.version",
  15. "zf1/zend-log": "self.version",
  16. "zf1/zend-memory": "self.version"
  17. },
  18. "autoload": {
  19. "psr-0": {
  20. "Zend_Pdf": "library/"
  21. }
  22. }
  23. }