1<?php return array( 2 'root' => array( 3 'name' => 'splitbrain/dokuwiki-plugin-totext', 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 'smalot/pdfparser' => array( 14 'pretty_version' => 'v2.12.5', 15 'version' => '2.12.5.0', 16 'reference' => '2cfa0d92bd557875c9f52a75fde0e8392302a354', 17 'type' => 'library', 18 'install_path' => __DIR__ . '/../smalot/pdfparser', 19 'aliases' => array(), 20 'dev_requirement' => false, 21 ), 22 'splitbrain/dokuwiki-plugin-totext' => array( 23 'pretty_version' => '1.0.0+no-version-set', 24 'version' => '1.0.0.0', 25 'reference' => null, 26 'type' => 'library', 27 'install_path' => __DIR__ . '/../../', 28 'aliases' => array(), 29 'dev_requirement' => false, 30 ), 31 'symfony/polyfill-mbstring' => array( 32 'pretty_version' => 'v1.38.2', 33 'version' => '1.38.2.0', 34 'reference' => 'd3d318bad5e7a1bfbd026009c8bfb8d8f99ae6b6', 35 'type' => 'library', 36 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', 37 'aliases' => array(), 38 'dev_requirement' => false, 39 ), 40 ), 41); 42