PluginProbe
Hello Plus / 1.7.4
Hello Plus v1.7.4
trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.2.1 1.3.0 1.4.0 1.4.1 1.5.0 1.5.1 1.5.2 1.5.3 1.6.0 1.6.1 1.6.2 1.7.0 1.7.1 1.7.2 1.7.3 All 30 releases
hello-plus / vendor / composer / installed.php

installed.php in Hello Plus 1.7.4, at vendor/composer/installed.php

33 lines 1.2 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' => 'elementor/hello-plus',
4 'pretty_version' => '1.7.x-dev',
5 'version' => '1.7.9999999.9999999-dev',
6 'reference' => 'd858856d402ff9d54e9fa279788fe9413d3e09b7',
7 'type' => 'library',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'elementor/hello-plus' => array(
14 'pretty_version' => '1.7.x-dev',
15 'version' => '1.7.9999999.9999999-dev',
16 'reference' => 'd858856d402ff9d54e9fa279788fe9413d3e09b7',
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../../',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'elementor/wp-notifications-package' => array(
23 'pretty_version' => '1.2.0',
24 'version' => '1.2.0.0',
25 'reference' => 'dd25ca9dd79402c3bb51fab112aa079702eb165e',
26 'type' => 'library',
27 'install_path' => __DIR__ . '/../elementor/wp-notifications-package',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 ),
32 );
33