PluginProbe
Extendify / 3.1.5
Extendify v3.1.5
3.2.0 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.6 3.0.5 3.0.4 trunk 0.1.0 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.2.0 0.3.0 0.3.1 0.4.0 0.5.0 0.6.0 0.7.0 All 126 releases
extendify / vendor / composer / installed.php

installed.php in Extendify 3.1.5, at vendor/composer/installed.php

24 lines 765 B
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' => 'extendify/extendify',
4 'pretty_version' => '3.1.5',
5 'version' => '3.1.5.0',
6 'reference' => '21e7ef3b7e3e8a66531a170dffbf055249c4e0ec',
7 'type' => 'wordpress-plugin',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'extendify/extendify' => array(
14 'pretty_version' => '3.1.5',
15 'version' => '3.1.5.0',
16 'reference' => '21e7ef3b7e3e8a66531a170dffbf055249c4e0ec',
17 'type' => 'wordpress-plugin',
18 'install_path' => __DIR__ . '/../../',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 ),
23 );
24