PluginProbe
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress / 8.5.38
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress v8.5.38
9.1.2 9.1.1 9.1.0 9.0.3 9.0.2 9.0.1 9.0.0 8.5.79 8.5.78 8.5.77 8.5.76 8.5.75 8.5.74 8.5.73 8.5.72 8.5.71 8.5.70 8.5.69 8.5.68 8.5.35 8.5.36 8.5.37 8.5.38 8.5.39 8.5.4 All 221 releases
wpvr / vendor / composer / installed.php

installed.php in WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress 8.5.38, at vendor/composer/installed.php

33 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php return array(
2 'root' => array(
3 'name' => 'wpvr/wpvr',
4 'pretty_version' => 'dev-master',
5 'version' => 'dev-master',
6 'reference' => '0862417a2d0861c76d8e4c29923f41189fdbd375',
7 'type' => 'library',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'posthog/posthog-php' => array(
14 'pretty_version' => '2.1.1',
15 'version' => '2.1.1.0',
16 'reference' => '2d426999b35fd164591b1ab8af46699e3a30d8cb',
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../posthog/posthog-php',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'wpvr/wpvr' => array(
23 'pretty_version' => 'dev-master',
24 'version' => 'dev-master',
25 'reference' => '0862417a2d0861c76d8e4c29923f41189fdbd375',
26 'type' => 'library',
27 'install_path' => __DIR__ . '/../../',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 ),
32 );
33