additional_plugins/serendipity_event_podcast/player/composer/installed.php
onli dcf32c365d
podcast 1.37.7: PHP 8 compatibility fixes (#144)
Fix some warning in the main code, update getid3
2022-11-23 15:29:25 +01:00

33 lines
1 KiB
PHP

<?php return array(
'root' => array(
'name' => '__root__',
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'reference' => NULL,
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => true,
),
'versions' => array(
'__root__' => array(
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'reference' => NULL,
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
'james-heinrich/getid3' => array(
'pretty_version' => 'v1.9.22',
'version' => '1.9.22.0',
'reference' => '45f20faa0f0a24489740392c5b512ddcc36deccd',
'type' => 'library',
'install_path' => __DIR__ . '/../james-heinrich/getid3',
'aliases' => array(),
'dev_requirement' => false,
),
),
);