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.

23 lines
664 B

  1. <?php return array(
  2. 'root' => array(
  3. 'name' => 'tecnickcom/tcpdf',
  4. 'pretty_version' => '6.3.5',
  5. 'version' => '6.3.5.0',
  6. 'reference' => NULL,
  7. 'type' => 'library',
  8. 'install_path' => __DIR__ . '/../../',
  9. 'aliases' => array(),
  10. 'dev' => true,
  11. ),
  12. 'versions' => array(
  13. 'tecnickcom/tcpdf' => array(
  14. 'pretty_version' => '6.3.5',
  15. 'version' => '6.3.5.0',
  16. 'reference' => NULL,
  17. 'type' => 'library',
  18. 'install_path' => __DIR__ . '/../../',
  19. 'aliases' => array(),
  20. 'dev_requirement' => false,
  21. ),
  22. ),
  23. );