Subversion Repositories oidplus

Rev

Rev 1034 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <?php return array(
  2.     'root' => array(
  3.         'name' => '__root__',
  4.         'pretty_version' => '1.0.0+no-version-set',
  5.         'version' => '1.0.0.0',
  6.         'reference' => null,
  7.         'type' => 'library',
  8.         'install_path' => __DIR__ . '/../../',
  9.         'aliases' => array(),
  10.         'dev' => false,
  11.     ),
  12.     'versions' => array(
  13.         '__root__' => array(
  14.             'pretty_version' => '1.0.0+no-version-set',
  15.             'version' => '1.0.0.0',
  16.             'reference' => null,
  17.             'type' => 'library',
  18.             'install_path' => __DIR__ . '/../../',
  19.             'aliases' => array(),
  20.             'dev_requirement' => false,
  21.         ),
  22.         'robrichards/xmlseclibs' => array(
  23.             'pretty_version' => '3.1.1',
  24.             'version' => '3.1.1.0',
  25.             'reference' => 'f8f19e58f26cdb42c54b214ff8a820760292f8df',
  26.             'type' => 'library',
  27.             'install_path' => __DIR__ . '/../robrichards/xmlseclibs',
  28.             'aliases' => array(),
  29.             'dev_requirement' => false,
  30.         ),
  31.     ),
  32. );
  33.