1*fb347f35SAndreas Gohr<?php return array( 2*fb347f35SAndreas Gohr 'root' => array( 3*fb347f35SAndreas Gohr 'name' => 'splitbrain/dw2pdf', 4*fb347f35SAndreas Gohr 'pretty_version' => 'dev-master', 5*fb347f35SAndreas Gohr 'version' => 'dev-master', 6*fb347f35SAndreas Gohr 'reference' => '0680251b39194f10d53b3b0a54d928c151819766', 7*fb347f35SAndreas Gohr 'type' => 'library', 8*fb347f35SAndreas Gohr 'install_path' => __DIR__ . '/../../', 9*fb347f35SAndreas Gohr 'aliases' => array(), 10*fb347f35SAndreas Gohr 'dev' => true, 11*fb347f35SAndreas Gohr ), 12*fb347f35SAndreas Gohr 'versions' => array( 13*fb347f35SAndreas Gohr 'mpdf/mpdf' => array( 14*fb347f35SAndreas Gohr 'pretty_version' => 'v8.0.7', 15*fb347f35SAndreas Gohr 'version' => '8.0.7.0', 16*fb347f35SAndreas Gohr 'reference' => '7daf07f15334ed59a276bd52131dcca48794cdbd', 17*fb347f35SAndreas Gohr 'type' => 'library', 18*fb347f35SAndreas Gohr 'install_path' => __DIR__ . '/../mpdf/mpdf', 19*fb347f35SAndreas Gohr 'aliases' => array(), 20*fb347f35SAndreas Gohr 'dev_requirement' => false, 21*fb347f35SAndreas Gohr ), 22*fb347f35SAndreas Gohr 'mpdf/qrcode' => array( 23*fb347f35SAndreas Gohr 'pretty_version' => 'v1.2.0', 24*fb347f35SAndreas Gohr 'version' => '1.2.0.0', 25*fb347f35SAndreas Gohr 'reference' => '0c09fce8b28707611c3febdd1ca424d40f172184', 26*fb347f35SAndreas Gohr 'type' => 'library', 27*fb347f35SAndreas Gohr 'install_path' => __DIR__ . '/../mpdf/qrcode', 28*fb347f35SAndreas Gohr 'aliases' => array(), 29*fb347f35SAndreas Gohr 'dev_requirement' => false, 30*fb347f35SAndreas Gohr ), 31*fb347f35SAndreas Gohr 'myclabs/deep-copy' => array( 32*fb347f35SAndreas Gohr 'pretty_version' => '1.10.1', 33*fb347f35SAndreas Gohr 'version' => '1.10.1.0', 34*fb347f35SAndreas Gohr 'reference' => '969b211f9a51aa1f6c01d1d2aef56d3bd91598e5', 35*fb347f35SAndreas Gohr 'type' => 'library', 36*fb347f35SAndreas Gohr 'install_path' => __DIR__ . '/../myclabs/deep-copy', 37*fb347f35SAndreas Gohr 'aliases' => array(), 38*fb347f35SAndreas Gohr 'dev_requirement' => false, 39*fb347f35SAndreas Gohr 'replaced' => array( 40*fb347f35SAndreas Gohr 0 => '1.10.1', 41*fb347f35SAndreas Gohr ), 42*fb347f35SAndreas Gohr ), 43*fb347f35SAndreas Gohr 'paragonie/random_compat' => array( 44*fb347f35SAndreas Gohr 'dev_requirement' => false, 45*fb347f35SAndreas Gohr 'replaced' => array( 46*fb347f35SAndreas Gohr 0 => '*', 47*fb347f35SAndreas Gohr ), 48*fb347f35SAndreas Gohr ), 49*fb347f35SAndreas Gohr 'psr/log' => array( 50*fb347f35SAndreas Gohr 'pretty_version' => '1.1.3', 51*fb347f35SAndreas Gohr 'version' => '1.1.3.0', 52*fb347f35SAndreas Gohr 'reference' => '0f73288fd15629204f9d42b7055f72dacbe811fc', 53*fb347f35SAndreas Gohr 'type' => 'library', 54*fb347f35SAndreas Gohr 'install_path' => __DIR__ . '/../psr/log', 55*fb347f35SAndreas Gohr 'aliases' => array(), 56*fb347f35SAndreas Gohr 'dev_requirement' => false, 57*fb347f35SAndreas Gohr ), 58*fb347f35SAndreas Gohr 'setasign/fpdi' => array( 59*fb347f35SAndreas Gohr 'pretty_version' => 'v2.3.3', 60*fb347f35SAndreas Gohr 'version' => '2.3.3.0', 61*fb347f35SAndreas Gohr 'reference' => '50c388860a73191e010810ed57dbed795578e867', 62*fb347f35SAndreas Gohr 'type' => 'library', 63*fb347f35SAndreas Gohr 'install_path' => __DIR__ . '/../setasign/fpdi', 64*fb347f35SAndreas Gohr 'aliases' => array(), 65*fb347f35SAndreas Gohr 'dev_requirement' => false, 66*fb347f35SAndreas Gohr ), 67*fb347f35SAndreas Gohr 'splitbrain/dw2pdf' => array( 68*fb347f35SAndreas Gohr 'pretty_version' => 'dev-master', 69*fb347f35SAndreas Gohr 'version' => 'dev-master', 70*fb347f35SAndreas Gohr 'reference' => '0680251b39194f10d53b3b0a54d928c151819766', 71*fb347f35SAndreas Gohr 'type' => 'library', 72*fb347f35SAndreas Gohr 'install_path' => __DIR__ . '/../../', 73*fb347f35SAndreas Gohr 'aliases' => array(), 74*fb347f35SAndreas Gohr 'dev_requirement' => false, 75*fb347f35SAndreas Gohr ), 76*fb347f35SAndreas Gohr ), 77*fb347f35SAndreas Gohr); 78