1*c609f1dcSAndreas Gohr<?php return array( 2*c609f1dcSAndreas Gohr 'root' => array( 3*c609f1dcSAndreas Gohr 'name' => '__root__', 4*c609f1dcSAndreas Gohr 'pretty_version' => 'dev-master', 5*c609f1dcSAndreas Gohr 'version' => 'dev-master', 6*c609f1dcSAndreas Gohr 'reference' => '655fe6c1fa0e8eca0207e883f3a88be96a9a98a2', 7*c609f1dcSAndreas Gohr 'type' => 'library', 8*c609f1dcSAndreas Gohr 'install_path' => __DIR__ . '/../../', 9*c609f1dcSAndreas Gohr 'aliases' => array(), 10*c609f1dcSAndreas Gohr 'dev' => true, 11*c609f1dcSAndreas Gohr ), 12*c609f1dcSAndreas Gohr 'versions' => array( 13*c609f1dcSAndreas Gohr '__root__' => array( 14*c609f1dcSAndreas Gohr 'pretty_version' => 'dev-master', 15*c609f1dcSAndreas Gohr 'version' => 'dev-master', 16*c609f1dcSAndreas Gohr 'reference' => '655fe6c1fa0e8eca0207e883f3a88be96a9a98a2', 17*c609f1dcSAndreas Gohr 'type' => 'library', 18*c609f1dcSAndreas Gohr 'install_path' => __DIR__ . '/../../', 19*c609f1dcSAndreas Gohr 'aliases' => array(), 20*c609f1dcSAndreas Gohr 'dev_requirement' => false, 21*c609f1dcSAndreas Gohr ), 22*c609f1dcSAndreas Gohr 'splitbrain/php-ico' => array( 23*c609f1dcSAndreas Gohr 'pretty_version' => '1.2.0', 24*c609f1dcSAndreas Gohr 'version' => '1.2.0.0', 25*c609f1dcSAndreas Gohr 'reference' => '759d5df45161fab11982568635f8b2a47fcfd8eb', 26*c609f1dcSAndreas Gohr 'type' => 'library', 27*c609f1dcSAndreas Gohr 'install_path' => __DIR__ . '/../splitbrain/php-ico', 28*c609f1dcSAndreas Gohr 'aliases' => array(), 29*c609f1dcSAndreas Gohr 'dev_requirement' => false, 30*c609f1dcSAndreas Gohr ), 31*c609f1dcSAndreas Gohr 'splitbrain/php-ringicon' => array( 32*c609f1dcSAndreas Gohr 'pretty_version' => '1.1.0', 33*c609f1dcSAndreas Gohr 'version' => '1.1.0.0', 34*c609f1dcSAndreas Gohr 'reference' => '905277d123ed7da1224c46e255d5b8719c6d8bb6', 35*c609f1dcSAndreas Gohr 'type' => 'library', 36*c609f1dcSAndreas Gohr 'install_path' => __DIR__ . '/../splitbrain/php-ringicon', 37*c609f1dcSAndreas Gohr 'aliases' => array(), 38*c609f1dcSAndreas Gohr 'dev_requirement' => false, 39*c609f1dcSAndreas Gohr ), 40*c609f1dcSAndreas Gohr ), 41*c609f1dcSAndreas Gohr); 42