# streamcast/trunk/vendor/composer/installed.php

StreamCast – bring live radio to your site with a sleek player, version trunk. 24 lines.

- Page: https://pluginprobe.com/plugins/streamcast/trunk/code/vendor/composer/installed.php
- Raw: https://pluginprobe.com/plugins/streamcast/trunk/raw/vendor/composer/installed.php
- Modified: 2026-08-25T12:06:06+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/streamcast/trunk/code/vendor/composer/installed.php#L10-L20`.

```php
<?php return array(
    'root' => array(
        'name' => 'bplugins/streamcast-free',
        'pretty_version' => 'dev-main',
        'version' => 'dev-main',
        'reference' => '4b14bbe2e55bba1529c2dc6920288d863b6a361b',
        'type' => 'wordpress-plugin',
        'install_path' => __DIR__ . '/../../',
        'aliases' => array(),
        'dev' => true,
    ),
    'versions' => array(
        'bplugins/streamcast-free' => array(
            'pretty_version' => 'dev-main',
            'version' => 'dev-main',
            'reference' => '4b14bbe2e55bba1529c2dc6920288d863b6a361b',
            'type' => 'wordpress-plugin',
            'install_path' => __DIR__ . '/../../',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
    ),
);

```
