PluginProbe
WP Database Backup – Unlimited Database & Files Backup by Backup for WP / 6.11
WP Database Backup – Unlimited Database & Files Backup by Backup for WP v6.11
7.13 7.12 trunk 1.1 2.1.1 5.9 6.0 6.1 6.10 6.11 6.12 6.12.1 6.2 6.3 6.4 6.5 6.5.1 6.6 6.7 6.8 6.9 7.0 7.0.1 7.1 7.10 All 34 releases
wp-database-backup / includes / admin / Destination / SFTP / vendor / composer / installed.php

installed.php in WP Database Backup – Unlimited Database & Files Backup by Backup for WP 6.11, at includes/admin/Destination/SFTP/vendor/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' => 'v2.6.3',
24 'version' => '2.6.3.0',
25 'reference' => '58c3f47f650c94ec05a151692652a868995d2938',
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' => 'v9.99.100',
33 'version' => '9.99.100.0',
34 'reference' => '996434e5492cb4c3edcb9168db6fbb1359ef965a',
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.34',
42 'version' => '3.0.34.0',
43 'reference' => '56c79f16a6ae17e42089c06a2144467acc35348a',
44 'type' => 'library',
45 'install_path' => __DIR__ . '/../phpseclib/phpseclib',
46 'aliases' => array(),
47 'dev_requirement' => false,
48 ),
49 ),
50 );
51