PluginProbe
MLSImport: IDX Plugin & MLS Plugin for Real Estate Listings / 6.3.5
MLSImport: IDX Plugin & MLS Plugin for Real Estate Listings v6.3.5
7.2.1 7.2 7.1.2 7.1.1 7.1 7.0.4 7.0.6 7.0.7 6.3.8 6.3.7 6.3.6 6.3.5 6.3.4 6.3.3 6.3.1 trunk 5.7.3 5.7.5 5.8.1 5.8.2 5.8.3 5.8.4 5.8.6 6.0.4 6.0.5 All 36 releases
mlsimport / vendor / composer / installed.php

installed.php in MLSImport: IDX Plugin & MLS Plugin for Real Estate Listings 6.3.5, 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' => 'mlsimport/mlsimport-plugin',
4 'pretty_version' => 'dev-master',
5 'version' => 'dev-master',
6 'reference' => 'c702e82b0099790fdcdf63b228704f04843ad0f5',
7 'type' => 'library',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'mlsimport/mlsimport-plugin' => array(
14 'pretty_version' => 'dev-master',
15 'version' => 'dev-master',
16 'reference' => 'c702e82b0099790fdcdf63b228704f04843ad0f5',
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../../',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'woocommerce/action-scheduler' => array(
23 'pretty_version' => '3.7.1',
24 'version' => '3.7.1.0',
25 'reference' => 'bdaecb016e0358065a8bf76a41fdd60772cacaa5',
26 'type' => 'wordpress-plugin',
27 'install_path' => __DIR__ . '/../woocommerce/action-scheduler',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 ),
32 );
33