PluginProbe
Import WP – CSV & XML Import Export for WordPress / 2.14.24
Import WP – CSV & XML Import Export for WordPress v2.14.24
2.15.1 2.15.0 2.14.24 2.14.23 2.7.0 2.7.1 2.7.10 2.7.11 2.7.12 2.7.13 2.7.14 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 2.8.0 2.8.1 2.8.2 2.8.3 2.9.0 2.9.1 All 144 releases
jc-importer / libs / composer / installed.php

installed.php in Import WP – CSV & XML Import Export for WordPress 2.14.24, at libs/composer/installed.php

51 lines 1.8 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' => '__root__',
4 'pretty_version' => '1.0.0+no-version-set',
5 'version' => '1.0.0.0',
6 'reference' => NULL,
7 'type' => 'library',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => true,
11 ),
12 'versions' => array(
13 '__root__' => array(
14 'pretty_version' => '1.0.0+no-version-set',
15 'version' => '1.0.0.0',
16 'reference' => NULL,
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../../',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'paragonie/constant_time_encoding' => array(
23 'pretty_version' => 'v1.1.0',
24 'version' => '1.1.0.0',
25 'reference' => '317718fb438e60151f72b20404f040cb5ae1d494',
26 'type' => 'library',
27 'install_path' => __DIR__ . '/../paragonie/constant_time_encoding',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 'paragonie/random_compat' => array(
32 'pretty_version' => 'v2.0.21',
33 'version' => '2.0.21.0',
34 'reference' => '96c132c7f2f7bc3230723b66e89f8f150b29d5ae',
35 'type' => 'library',
36 'install_path' => __DIR__ . '/../paragonie/random_compat',
37 'aliases' => array(),
38 'dev_requirement' => false,
39 ),
40 'phpseclib/phpseclib' => array(
41 'pretty_version' => '3.0.37',
42 'version' => '3.0.37.0',
43 'reference' => 'cfa2013d0f68c062055180dd4328cc8b9d1f30b8',
44 'type' => 'library',
45 'install_path' => __DIR__ . '/../phpseclib/phpseclib',
46 'aliases' => array(),
47 'dev_requirement' => false,
48 ),
49 ),
50 );
51