1*ab8e5256SAndreas Gohr<?php return array( 2*ab8e5256SAndreas Gohr 'root' => array( 3*ab8e5256SAndreas Gohr 'name' => 'splitbrain/dokuwiki-plugin-upgrade', 4*ab8e5256SAndreas Gohr 'pretty_version' => 'dev-master', 5*ab8e5256SAndreas Gohr 'version' => 'dev-master', 6*ab8e5256SAndreas Gohr 'reference' => '12ddee6afb2df28dc2ec5fb9a27ae467ad616cce', 7*ab8e5256SAndreas Gohr 'type' => 'project', 8*ab8e5256SAndreas Gohr 'install_path' => __DIR__ . '/../../', 9*ab8e5256SAndreas Gohr 'aliases' => array(), 10*ab8e5256SAndreas Gohr 'dev' => true, 11*ab8e5256SAndreas Gohr ), 12*ab8e5256SAndreas Gohr 'versions' => array( 13*ab8e5256SAndreas Gohr 'splitbrain/dokuwiki-plugin-upgrade' => array( 14*ab8e5256SAndreas Gohr 'pretty_version' => 'dev-master', 15*ab8e5256SAndreas Gohr 'version' => 'dev-master', 16*ab8e5256SAndreas Gohr 'reference' => '12ddee6afb2df28dc2ec5fb9a27ae467ad616cce', 17*ab8e5256SAndreas Gohr 'type' => 'project', 18*ab8e5256SAndreas Gohr 'install_path' => __DIR__ . '/../../', 19*ab8e5256SAndreas Gohr 'aliases' => array(), 20*ab8e5256SAndreas Gohr 'dev_requirement' => false, 21*ab8e5256SAndreas Gohr ), 22*ab8e5256SAndreas Gohr 'splitbrain/php-archive' => array( 23*ab8e5256SAndreas Gohr 'pretty_version' => '1.4.1', 24*ab8e5256SAndreas Gohr 'version' => '1.4.1.0', 25*ab8e5256SAndreas Gohr 'reference' => 'e45d0d9247742490ea87afc6c026f211424999c8', 26*ab8e5256SAndreas Gohr 'type' => 'library', 27*ab8e5256SAndreas Gohr 'install_path' => __DIR__ . '/../splitbrain/php-archive', 28*ab8e5256SAndreas Gohr 'aliases' => array(), 29*ab8e5256SAndreas Gohr 'dev_requirement' => false, 30*ab8e5256SAndreas Gohr ), 31*ab8e5256SAndreas Gohr 'splitbrain/php-cli' => array( 32*ab8e5256SAndreas Gohr 'pretty_version' => '1.3.5', 33*ab8e5256SAndreas Gohr 'version' => '1.3.5.0', 34*ab8e5256SAndreas Gohr 'reference' => '813410b23f9790a62620a79a4e87aed4c5c43e37', 35*ab8e5256SAndreas Gohr 'type' => 'library', 36*ab8e5256SAndreas Gohr 'install_path' => __DIR__ . '/../splitbrain/php-cli', 37*ab8e5256SAndreas Gohr 'aliases' => array(), 38*ab8e5256SAndreas Gohr 'dev_requirement' => false, 39*ab8e5256SAndreas Gohr ), 40*ab8e5256SAndreas Gohr ), 41*ab8e5256SAndreas Gohr); 42