# wpvr/8.5.39/vendor/composer/installed.php

WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress, version 8.5.39. 33 lines.

- Page: https://pluginprobe.com/plugins/wpvr/8.5.39/code/vendor/composer/installed.php
- Raw: https://pluginprobe.com/plugins/wpvr/8.5.39/raw/vendor/composer/installed.php
- Modified: 2025-09-05T09:46:48+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/wpvr/8.5.39/code/vendor/composer/installed.php#L10-L20`.

```php
<?php return array(
    'root' => array(
        'name' => 'wpvr/wpvr',
        'pretty_version' => 'dev-master',
        'version' => 'dev-master',
        'reference' => 'edd3cb0e5d2a1c7abe1ccb36bc3ed5bd23b61f18',
        'type' => 'library',
        'install_path' => __DIR__ . '/../../',
        'aliases' => array(),
        'dev' => false,
    ),
    'versions' => array(
        'posthog/posthog-php' => array(
            'pretty_version' => '2.1.1',
            'version' => '2.1.1.0',
            'reference' => '2d426999b35fd164591b1ab8af46699e3a30d8cb',
            'type' => 'library',
            'install_path' => __DIR__ . '/../posthog/posthog-php',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
        'wpvr/wpvr' => array(
            'pretty_version' => 'dev-master',
            'version' => 'dev-master',
            'reference' => 'edd3cb0e5d2a1c7abe1ccb36bc3ed5bd23b61f18',
            'type' => 'library',
            'install_path' => __DIR__ . '/../../',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
    ),
);

```
