Changeset 3398881
- Timestamp:
- 11/19/2025 11:20:36 AM (4 months ago)
- Location:
- xcloner-backup-and-restore/trunk
- Files:
-
- 8 edited
-
CHANGELOG.txt (modified) (1 diff)
-
README.txt (modified) (1 diff)
-
admin/class-xcloner-admin.php (modified) (1 diff)
-
admin/partials/xcloner_remote_storage_page.php (modified) (1 diff)
-
vendor/composer/autoload_static.php (modified) (2 diffs)
-
vendor/composer/installed.php (modified) (1 diff)
-
vendor/scoper-autoload.php (modified) (1 diff)
-
xcloner.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
xcloner-backup-and-restore/trunk/CHANGELOG.txt
r3385041 r3398881 1 = 4.8.3 = 2 * Security fixes 3 1 4 = 4.8.2 = 2 5 * https://github.com/watchfulli/XCloner-Wordpress/issues/283 -
xcloner-backup-and-restore/trunk/README.txt
r3385041 r3398881 117 117 == Changelog == 118 118 119 = 4.8. 2=120 * https://github.com/watchfulli/XCloner-Wordpress/issues/283119 = 4.8.3 = 120 * Security fixes 121 121 122 122 [See changelog for all versions](https://raw.githubusercontent.com/watchfulli/XCloner-Wordpress/master/xcloner-backup-and-restore/CHANGELOG.txt). -
xcloner-backup-and-restore/trunk/admin/class-xcloner-admin.php
r3370553 r3398881 123 123 $xcloner_sanitization = $this->get_xcloner_container()->get_xcloner_sanitization(); 124 124 $remote_storage = $this->get_xcloner_container()->get_xcloner_remote_storage(); 125 if (!empty($_POST)) { 126 $errorMessage = 'Nonce verification failed'; 127 $domain = 'xcloner-backup-and-restore'; 128 $statusCode = 403; 129 if (!isset($_POST['xcloner_remote_storage_nonce'])) { 130 \wp_die(\__($errorMessage, $domain), $statusCode); 131 } 132 $nonce = wp_unslash($_POST['xcloner_remote_storage_nonce']); 133 if (!\wp_verify_nonce($nonce, 'xcloner_remote_storage_action')) { 134 \wp_die(\__($errorMessage, $domain), $statusCode); 135 } 136 } 125 137 if (isset($_POST['action'])) { 126 138 $_POST['action'] = $xcloner_sanitization->sanitize_input_as_string($_POST['action']); -
xcloner-backup-and-restore/trunk/admin/partials/xcloner_remote_storage_page.php
r3385041 r3398881 89 89 ?> 90 90 <form class="remote-storage-form" method="POST"> 91 92 <?php wp_nonce_field('xcloner_remote_storage_action', 'xcloner_remote_storage_nonce'); ?> 91 93 92 94 <input type="hidden" id="connection_check" name="connection_check" value=""> -
xcloner-backup-and-restore/trunk/vendor/composer/autoload_static.php
r3370553 r3398881 31 31 32 32 public static $prefixLengthsPsr4 = array ( 33 'X' => 33 'X' => 34 34 array ( 35 35 'XCloner\\splitbrain\\PHPArchive\\' => 30, … … 88 88 89 89 public static $prefixDirsPsr4 = array ( 90 'XCloner\\splitbrain\\PHPArchive\\' => 90 'XCloner\\splitbrain\\PHPArchive\\' => 91 91 array ( 92 92 0 => __DIR__ . '/..' . '/splitbrain/php-archive/src', 93 93 ), 94 'XCloner\\phpseclib\\' => 94 'XCloner\\phpseclib\\' => 95 95 array ( 96 96 0 => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib', 97 97 ), 98 'XCloner\\org\\bovigo\\vfs\\' => 98 'XCloner\\org\\bovigo\\vfs\\' => 99 99 array ( 100 100 0 => __DIR__ . '/..' . '/mikey179/vfsstream/src/main/php/org/bovigo/vfs', 101 101 ), 102 'XCloner\\Watchfulli\\XClonerCore\\' => 102 'XCloner\\Watchfulli\\XClonerCore\\' => 103 103 array ( 104 104 0 => __DIR__ . '/../..' . '/lib', 105 105 ), 106 'XCloner\\Symfony\\Polyfill\\Php80\\' => 106 'XCloner\\Symfony\\Polyfill\\Php80\\' => 107 107 array ( 108 108 0 => __DIR__ . '/..' . '/symfony/polyfill-php80', 109 109 ), 110 'XCloner\\Symfony\\Polyfill\\Mbstring\\' => 110 'XCloner\\Symfony\\Polyfill\\Mbstring\\' => 111 111 array ( 112 112 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring', 113 113 ), 114 'XCloner\\Symfony\\Contracts\\Translation\\' => 114 'XCloner\\Symfony\\Contracts\\Translation\\' => 115 115 array ( 116 116 0 => __DIR__ . '/..' . '/symfony/translation-contracts', 117 117 ), 118 'XCloner\\Symfony\\Component\\Translation\\' => 118 'XCloner\\Symfony\\Component\\Translation\\' => 119 119 array ( 120 120 0 => __DIR__ . '/..' . '/symfony/translation', 121 121 ), 122 'XCloner\\Srmklive\\Dropbox\\' => 122 'XCloner\\Srmklive\\Dropbox\\' => 123 123 array ( 124 124 0 => __DIR__ . '/..' . '/srmklive/flysystem-dropbox-v2/src', 125 125 ), 126 'XCloner\\Sabre\\Xml\\' => 126 'XCloner\\Sabre\\Xml\\' => 127 127 array ( 128 128 0 => __DIR__ . '/..' . '/sabre/xml/lib', 129 129 ), 130 'XCloner\\Sabre\\VObject\\' => 130 'XCloner\\Sabre\\VObject\\' => 131 131 array ( 132 132 0 => __DIR__ . '/..' . '/sabre/vobject/lib', 133 133 ), 134 'XCloner\\Sabre\\Uri\\' => 134 'XCloner\\Sabre\\Uri\\' => 135 135 array ( 136 136 0 => __DIR__ . '/..' . '/sabre/uri/lib', 137 137 ), 138 'XCloner\\Sabre\\HTTP\\' => 138 'XCloner\\Sabre\\HTTP\\' => 139 139 array ( 140 140 0 => __DIR__ . '/..' . '/sabre/http/lib', 141 141 ), 142 'XCloner\\Sabre\\Event\\' => 142 'XCloner\\Sabre\\Event\\' => 143 143 array ( 144 144 0 => __DIR__ . '/..' . '/sabre/event/lib', 145 145 ), 146 'XCloner\\Sabre\\DAV\\' => 146 'XCloner\\Sabre\\DAV\\' => 147 147 array ( 148 148 0 => __DIR__ . '/..' . '/sabre/dav/lib/DAV', 149 149 ), 150 'XCloner\\Sabre\\DAVACL\\' => 150 'XCloner\\Sabre\\DAVACL\\' => 151 151 array ( 152 152 0 => __DIR__ . '/..' . '/sabre/dav/lib/DAVACL', 153 153 ), 154 'XCloner\\Sabre\\CardDAV\\' => 154 'XCloner\\Sabre\\CardDAV\\' => 155 155 array ( 156 156 0 => __DIR__ . '/..' . '/sabre/dav/lib/CardDAV', 157 157 ), 158 'XCloner\\Sabre\\CalDAV\\' => 158 'XCloner\\Sabre\\CalDAV\\' => 159 159 array ( 160 160 0 => __DIR__ . '/..' . '/sabre/dav/lib/CalDAV', 161 161 ), 162 'XCloner\\Psr\\Log\\' => 162 'XCloner\\Psr\\Log\\' => 163 163 array ( 164 164 0 => __DIR__ . '/..' . '/psr/log/Psr/Log', 165 165 ), 166 'XCloner\\Psr\\Http\\Message\\' => 166 'XCloner\\Psr\\Http\\Message\\' => 167 167 array ( 168 168 0 => __DIR__ . '/..' . '/psr/http-message/src', 169 169 ), 170 'XCloner\\Psr\\Http\\Client\\' => 170 'XCloner\\Psr\\Http\\Client\\' => 171 171 array ( 172 172 0 => __DIR__ . '/..' . '/psr/http-client/src', 173 173 ), 174 'XCloner\\Psr\\Cache\\' => 174 'XCloner\\Psr\\Cache\\' => 175 175 array ( 176 176 0 => __DIR__ . '/..' . '/psr/cache/src', 177 177 ), 178 'XCloner\\Monolog\\' => 178 'XCloner\\Monolog\\' => 179 179 array ( 180 180 0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog', 181 181 ), 182 'XCloner\\Microsoft\\Graph\\' => 182 'XCloner\\Microsoft\\Graph\\' => 183 183 array ( 184 184 0 => __DIR__ . '/..' . '/microsoft/microsoft-graph/src', 185 185 ), 186 'XCloner\\MicrosoftAzure\\Storage\\Common\\' => 186 'XCloner\\MicrosoftAzure\\Storage\\Common\\' => 187 187 array ( 188 188 0 => __DIR__ . '/..' . '/microsoft/azure-storage-common/src/Common', 189 189 ), 190 'XCloner\\MicrosoftAzure\\Storage\\Blob\\' => 190 'XCloner\\MicrosoftAzure\\Storage\\Blob\\' => 191 191 array ( 192 192 0 => __DIR__ . '/..' . '/microsoft/azure-storage-blob/src/Blob', 193 193 ), 194 'XCloner\\Mhetreramesh\\Flysystem\\' => 194 'XCloner\\Mhetreramesh\\Flysystem\\' => 195 195 array ( 196 196 0 => __DIR__ . '/..' . '/mhetreramesh/flysystem-backblaze/src', 197 197 ), 198 'XCloner\\League\\MimeTypeDetection\\' => 198 'XCloner\\League\\MimeTypeDetection\\' => 199 199 array ( 200 200 0 => __DIR__ . '/..' . '/league/mime-type-detection/src', 201 201 ), 202 'XCloner\\League\\Flysystem\\WebDAV\\' => 202 'XCloner\\League\\Flysystem\\WebDAV\\' => 203 203 array ( 204 204 0 => __DIR__ . '/..' . '/league/flysystem-webdav/src', 205 205 ), 206 'XCloner\\League\\Flysystem\\Sftp\\' => 206 'XCloner\\League\\Flysystem\\Sftp\\' => 207 207 array ( 208 208 0 => __DIR__ . '/..' . '/league/flysystem-sftp/src', 209 209 ), 210 'XCloner\\League\\Flysystem\\Cached\\' => 210 'XCloner\\League\\Flysystem\\Cached\\' => 211 211 array ( 212 212 0 => __DIR__ . '/..' . '/league/flysystem-cached-adapter/src', 213 213 ), 214 'XCloner\\League\\Flysystem\\AzureBlobStorage\\' => 214 'XCloner\\League\\Flysystem\\AzureBlobStorage\\' => 215 215 array ( 216 216 0 => __DIR__ . '/..' . '/league/flysystem-azure-blob-storage/src', 217 217 ), 218 'XCloner\\League\\Flysystem\\AwsS3v3\\' => 218 'XCloner\\League\\Flysystem\\AwsS3v3\\' => 219 219 array ( 220 220 0 => __DIR__ . '/..' . '/league/flysystem-aws-s3-v3/src', 221 221 ), 222 'XCloner\\League\\Flysystem\\' => 222 'XCloner\\League\\Flysystem\\' => 223 223 array ( 224 224 0 => __DIR__ . '/..' . '/league/flysystem/src', 225 225 ), 226 'XCloner\\JmesPath\\' => 226 'XCloner\\JmesPath\\' => 227 227 array ( 228 228 0 => __DIR__ . '/..' . '/mtdowling/jmespath.php/src', 229 229 ), 230 'XCloner\\Hypweb\\Flysystem\\GoogleDrive\\' => 230 'XCloner\\Hypweb\\Flysystem\\GoogleDrive\\' => 231 231 array ( 232 232 0 => __DIR__ . '/..' . '/nao-pon/flysystem-google-drive/src', 233 233 ), 234 'XCloner\\Hypweb\\Flysystem\\Cached\\Extra\\' => 234 'XCloner\\Hypweb\\Flysystem\\Cached\\Extra\\' => 235 235 array ( 236 236 0 => __DIR__ . '/..' . '/nao-pon/flysystem-cached-extra/src', 237 237 ), 238 'XCloner\\GuzzleHttp\\Psr7\\' => 238 'XCloner\\GuzzleHttp\\Psr7\\' => 239 239 array ( 240 240 0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src', 241 241 ), 242 'XCloner\\GuzzleHttp\\Promise\\' => 242 'XCloner\\GuzzleHttp\\Promise\\' => 243 243 array ( 244 244 0 => __DIR__ . '/..' . '/guzzlehttp/promises/src', 245 245 ), 246 'XCloner\\GuzzleHttp\\' => 246 'XCloner\\GuzzleHttp\\' => 247 247 array ( 248 248 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src', 249 249 ), 250 'XCloner\\Google\\Service\\' => 250 'XCloner\\Google\\Service\\' => 251 251 array ( 252 252 0 => __DIR__ . '/..' . '/google/apiclient-services/src', 253 253 ), 254 'XCloner\\Google\\Auth\\' => 254 'XCloner\\Google\\Auth\\' => 255 255 array ( 256 256 0 => __DIR__ . '/..' . '/google/auth/src', 257 257 ), 258 'XCloner\\Google\\' => 258 'XCloner\\Google\\' => 259 259 array ( 260 260 0 => __DIR__ . '/..' . '/google/apiclient/src', 261 261 ), 262 'XCloner\\Firebase\\JWT\\' => 262 'XCloner\\Firebase\\JWT\\' => 263 263 array ( 264 264 0 => __DIR__ . '/..' . '/firebase/php-jwt/src', 265 265 ), 266 'XCloner\\Carbon\\' => 266 'XCloner\\Carbon\\' => 267 267 array ( 268 268 0 => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon', 269 269 ), 270 'XCloner\\Beta\\Microsoft\\Graph\\' => 270 'XCloner\\Beta\\Microsoft\\Graph\\' => 271 271 array ( 272 272 0 => __DIR__ . '/..' . '/microsoft/microsoft-graph/src/Beta/Microsoft/Graph', 273 273 ), 274 'XCloner\\BackblazeB2\\' => 274 'XCloner\\BackblazeB2\\' => 275 275 array ( 276 276 0 => __DIR__ . '/..' . '/gliterd/backblaze-b2/src', 277 277 ), 278 'XCloner\\Aws\\' => 278 'XCloner\\Aws\\' => 279 279 array ( 280 280 0 => __DIR__ . '/..' . '/aws/aws-sdk-php/src', 281 281 ), 282 'XCloner\\As247\\Flysystem\\OneDrive\\' => 282 'XCloner\\As247\\Flysystem\\OneDrive\\' => 283 283 array ( 284 284 0 => __DIR__ . '/..' . '/as247/flysystem-onedrive/src', 285 285 ), 286 'XCloner\\As247\\Flysystem\\DriveSupport\\' => 286 'XCloner\\As247\\Flysystem\\DriveSupport\\' => 287 287 array ( 288 288 0 => __DIR__ . '/..' . '/as247/flysystem-drive-support/src', 289 289 ), 290 'XCloner\\As247\\CloudStorages\\' => 290 'XCloner\\As247\\CloudStorages\\' => 291 291 array ( 292 292 0 => __DIR__ . '/..' . '/as247/cloud-storages/src', -
xcloner-backup-and-restore/trunk/vendor/composer/installed.php
r3385041 r3398881 6 6 die; 7 7 } 8 return array('root' => array('name' => 'watchfulli/xcloner-wordpress', 'pretty_version' => 'v4.8. 2', 'version' => '4.8.2.0', 'reference' => '4c0b010580cf71833a644d7a8413cfbbbb850c38', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \false), 'versions' => array('as247/cloud-storages' => array('pretty_version' => 'v1.0.16', 'version' => '1.0.16.0', 'reference' => 'c6b734240bb7fe09a62042b1dd9cfc5ae03a97e8', 'type' => 'library', 'install_path' => __DIR__ . '/../as247/cloud-storages', 'aliases' => array(), 'dev_requirement' => \false), 'as247/flysystem-drive-support' => array('pretty_version' => 'v1.0.6', 'version' => '1.0.6.0', 'reference' => '9bb4199e94541ee1ab373706f7c0a768716efe90', 'type' => 'library', 'install_path' => __DIR__ . '/../as247/flysystem-drive-support', 'aliases' => array(), 'dev_requirement' => \false), 'as247/flysystem-onedrive' => array('pretty_version' => 'v1.0.5', 'version' => '1.0.5.0', 'reference' => 'dff8aee0c19d6d6ad173e8a6c2703e2832eb88f5', 'type' => 'library', 'install_path' => __DIR__ . '/../as247/flysystem-onedrive', 'aliases' => array(), 'dev_requirement' => \false), 'aws/aws-crt-php' => array('pretty_version' => 'v1.0.2', 'version' => '1.0.2.0', 'reference' => '3942776a8c99209908ee0b287746263725685732', 'type' => 'library', 'install_path' => __DIR__ . '/../aws/aws-crt-php', 'aliases' => array(), 'dev_requirement' => \false), 'aws/aws-sdk-php' => array('pretty_version' => '3.238.3', 'version' => '3.238.3.0', 'reference' => '14fb64c934614ea5a52c9931189f687f30b6ba3b', 'type' => 'library', 'install_path' => __DIR__ . '/../aws/aws-sdk-php', 'aliases' => array(), 'dev_requirement' => \false), 'components/jquery' => array('pretty_version' => '3.6.0', 'version' => '3.6.0.0', 'reference' => '6cf38ee1fd04b6adf8e7dda161283aa35be818c3', 'type' => 'component', 'install_path' => __DIR__ . '/../components/jquery', 'aliases' => array(), 'dev_requirement' => \false), 'firebase/php-jwt' => array('pretty_version' => 'v6.3.0', 'version' => '6.3.0.0', 'reference' => '018dfc4e1da92ad8a1b90adc4893f476a3b41cb8', 'type' => 'library', 'install_path' => __DIR__ . '/../firebase/php-jwt', 'aliases' => array(), 'dev_requirement' => \false), 'gliterd/backblaze-b2' => array('pretty_version' => '1.5.4', 'version' => '1.5.4.0', 'reference' => '3abcf1ae5b093199c230d4ad82d64fb16ea4fd1a', 'type' => 'library', 'install_path' => __DIR__ . '/../gliterd/backblaze-b2', 'aliases' => array(), 'dev_requirement' => \false), 'google/apiclient' => array('pretty_version' => 'v2.12.6', 'version' => '2.12.6.0', 'reference' => 'f92aa126903a9e2da5bd41a280d9633cb249e79e', 'type' => 'library', 'install_path' => __DIR__ . '/../google/apiclient', 'aliases' => array(), 'dev_requirement' => \false), 'google/apiclient-services' => array('pretty_version' => 'v0.270.0', 'version' => '0.270.0.0', 'reference' => '902b415a7ab92ccb50e2b7dda334a3497c8bc3da', 'type' => 'library', 'install_path' => __DIR__ . '/../google/apiclient-services', 'aliases' => array(), 'dev_requirement' => \false), 'google/auth' => array('pretty_version' => 'v1.23.0', 'version' => '1.23.0.0', 'reference' => '8da16102d2cd1bdc128d97f323553df465ee7701', 'type' => 'library', 'install_path' => __DIR__ . '/../google/auth', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/guzzle' => array('pretty_version' => '7.5.0', 'version' => '7.5.0.0', 'reference' => 'b50a2a1251152e43f6a37f0fa053e730a67d25ba', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/guzzle', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/promises' => array('pretty_version' => '1.5.2', 'version' => '1.5.2.0', 'reference' => 'b94b2807d85443f9719887892882d0329d1e2598', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/promises', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/psr7' => array('pretty_version' => '1.9.0', 'version' => '1.9.0.0', 'reference' => 'e98e3e6d4f86621a9b75f623996e6bbdeb4b9318', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/psr7', 'aliases' => array(), 'dev_requirement' => \false), 'league/flysystem' => array('pretty_version' => '1.1.10', 'version' => '1.1.10.0', 'reference' => '3239285c825c152bcc315fe0e87d6b55f5972ed1', 'type' => 'library', 'install_path' => __DIR__ . '/../league/flysystem', 'aliases' => array(), 'dev_requirement' => \false), 'league/flysystem-aws-s3-v3' => array('pretty_version' => '1.0.30', 'version' => '1.0.30.0', 'reference' => 'af286f291ebab6877bac0c359c6c2cb017eb061d', 'type' => 'library', 'install_path' => __DIR__ . '/../league/flysystem-aws-s3-v3', 'aliases' => array(), 'dev_requirement' => \false), 'league/flysystem-azure-blob-storage' => array('pretty_version' => '0.1.6', 'version' => '0.1.6.0', 'reference' => '97215345f3c42679299ba556a4d16d4847ee7f6d', 'type' => 'library', 'install_path' => __DIR__ . '/../league/flysystem-azure-blob-storage', 'aliases' => array(), 'dev_requirement' => \false), 'league/flysystem-cached-adapter' => array('pretty_version' => '1.1.0', 'version' => '1.1.0.0', 'reference' => 'd1925efb2207ac4be3ad0c40b8277175f99ffaff', 'type' => 'library', 'install_path' => __DIR__ . '/../league/flysystem-cached-adapter', 'aliases' => array(), 'dev_requirement' => \false), 'league/flysystem-sftp' => array('pretty_version' => '1.1.0', 'version' => '1.1.0.0', 'reference' => '36fb893d10bb799fa6aa7199e37e84314c9fd97d', 'type' => 'library', 'install_path' => __DIR__ . '/../league/flysystem-sftp', 'aliases' => array(), 'dev_requirement' => \false), 'league/flysystem-webdav' => array('pretty_version' => '1.0.10', 'version' => '1.0.10.0', 'reference' => '7da805408d366dd92ba15a03a12a59104bfd91d7', 'type' => 'library', 'install_path' => __DIR__ . '/../league/flysystem-webdav', 'aliases' => array(), 'dev_requirement' => \false), 'league/mime-type-detection' => array('pretty_version' => '1.11.0', 'version' => '1.11.0.0', 'reference' => 'ff6248ea87a9f116e78edd6002e39e5128a0d4dd', 'type' => 'library', 'install_path' => __DIR__ . '/../league/mime-type-detection', 'aliases' => array(), 'dev_requirement' => \false), 'mhetreramesh/flysystem-backblaze' => array('pretty_version' => '1.6.1', 'version' => '1.6.1.0', 'reference' => '9bbe64c161519c20e508d2c924d507d892999e5d', 'type' => 'library', 'install_path' => __DIR__ . '/../mhetreramesh/flysystem-backblaze', 'aliases' => array(), 'dev_requirement' => \false), 'microsoft/azure-storage-blob' => array('pretty_version' => '1.5.4', 'version' => '1.5.4.0', 'reference' => '1023ce1dbf062351a32ca5ec72ad1fd4a504f1bf', 'type' => 'library', 'install_path' => __DIR__ . '/../microsoft/azure-storage-blob', 'aliases' => array(), 'dev_requirement' => \false), 'microsoft/azure-storage-common' => array('pretty_version' => '1.5.2', 'version' => '1.5.2.0', 'reference' => '8ca7b1bf4c9ca7c663e75a02a0035b05b37196a0', 'type' => 'library', 'install_path' => __DIR__ . '/../microsoft/azure-storage-common', 'aliases' => array(), 'dev_requirement' => \false), 'microsoft/microsoft-graph' => array('pretty_version' => '1.78.0', 'version' => '1.78.0.0', 'reference' => 'fda619df926aa08bc338cb9516184f2fd3cc9941', 'type' => 'library', 'install_path' => __DIR__ . '/../microsoft/microsoft-graph', 'aliases' => array(), 'dev_requirement' => \false), 'mikey179/vfsstream' => array('pretty_version' => 'v1.6.11', 'version' => '1.6.11.0', 'reference' => '17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f', 'type' => 'library', 'install_path' => __DIR__ . '/../mikey179/vfsstream', 'aliases' => array(), 'dev_requirement' => \false), 'monolog/monolog' => array('pretty_version' => '1.27.1', 'version' => '1.27.1.0', 'reference' => '904713c5929655dc9b97288b69cfeedad610c9a1', 'type' => 'library', 'install_path' => __DIR__ . '/../monolog/monolog', 'aliases' => array(), 'dev_requirement' => \false), 'mtdowling/jmespath.php' => array('pretty_version' => '2.6.1', 'version' => '2.6.1.0', 'reference' => '9b87907a81b87bc76d19a7fb2d61e61486ee9edb', 'type' => 'library', 'install_path' => __DIR__ . '/../mtdowling/jmespath.php', 'aliases' => array(), 'dev_requirement' => \false), 'nao-pon/flysystem-cached-extra' => array('pretty_version' => '1.0.3', 'version' => '1.0.3.0', 'reference' => '189abdafa0a86d92781e148ee8740ef80f4c5859', 'type' => 'library', 'install_path' => __DIR__ . '/../nao-pon/flysystem-cached-extra', 'aliases' => array(), 'dev_requirement' => \false), 'nao-pon/flysystem-google-drive' => array('pretty_version' => '1.1.13', 'version' => '1.1.13.0', 'reference' => 'bb812339ecf06540ed096f71403f10fcbcc590f3', 'type' => 'library', 'install_path' => __DIR__ . '/../nao-pon/flysystem-google-drive', 'aliases' => array(), 'dev_requirement' => \false), 'nesbot/carbon' => array('pretty_version' => '2.62.1', 'version' => '2.62.1.0', 'reference' => '01bc4cdefe98ef58d1f9cb31bdbbddddf2a88f7a', 'type' => 'library', 'install_path' => __DIR__ . '/../nesbot/carbon', 'aliases' => array(), 'dev_requirement' => \false), 'phpseclib/phpseclib' => array('pretty_version' => '2.0.38', 'version' => '2.0.38.0', 'reference' => 'b03536539f43a4f9aa33c4f0b2f3a1c752088fcd', 'type' => 'library', 'install_path' => __DIR__ . '/../phpseclib/phpseclib', 'aliases' => array(), 'dev_requirement' => \false), 'psr/cache' => array('pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'reference' => 'd11b50ad223250cf17b86e38383413f5a6764bf8', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/cache', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-client' => array('pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'reference' => '2dfb5f6c5eff0e91e20e913f8c5452ed95b86621', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-client', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/http-message' => array('pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-message-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/log' => array('pretty_version' => '1.1.4', 'version' => '1.1.4.0', 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'dev_requirement' => \false), 'psr/log-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0.0')), 'ralouphie/getallheaders' => array('pretty_version' => '3.0.3', 'version' => '3.0.3.0', 'reference' => '120b605dfeb996808c31b6477290a714d356e822', 'type' => 'library', 'install_path' => __DIR__ . '/../ralouphie/getallheaders', 'aliases' => array(), 'dev_requirement' => \false), 'sabre/dav' => array('pretty_version' => '4.4.0', 'version' => '4.4.0.0', 'reference' => 'b65362abc926520eda2c57e219f022a6c288069d', 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/dav', 'aliases' => array(), 'dev_requirement' => \false), 'sabre/event' => array('pretty_version' => '5.1.4', 'version' => '5.1.4.0', 'reference' => 'd7da22897125d34d7eddf7977758191c06a74497', 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/event', 'aliases' => array(), 'dev_requirement' => \false), 'sabre/http' => array('pretty_version' => '5.1.6', 'version' => '5.1.6.0', 'reference' => '9976ac34ced206bd6579b7b37b401de9fac98dae', 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/http', 'aliases' => array(), 'dev_requirement' => \false), 'sabre/uri' => array('pretty_version' => '2.2.4', 'version' => '2.2.4.0', 'reference' => 'c0c9af9f7754e60a49ebd760e1708adc6d1510c0', 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/uri', 'aliases' => array(), 'dev_requirement' => \false), 'sabre/vobject' => array('pretty_version' => '4.5.1', 'version' => '4.5.1.0', 'reference' => '1f836740c88bac483f3b572a332eb8fd1cd04981', 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/vobject', 'aliases' => array(), 'dev_requirement' => \false), 'sabre/xml' => array('pretty_version' => '2.2.5', 'version' => '2.2.5.0', 'reference' => 'a6af111850e7536d200d9637c34885cd3c77a86c', 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/xml', 'aliases' => array(), 'dev_requirement' => \false), 'splitbrain/php-archive' => array('pretty_version' => '1.3.1', 'version' => '1.3.1.0', 'reference' => 'd274e5190ba309777926348900cf9578d9e533c9', 'type' => 'library', 'install_path' => __DIR__ . '/../splitbrain/php-archive', 'aliases' => array(), 'dev_requirement' => \false), 'srmklive/flysystem-dropbox-v2' => array('pretty_version' => 'v1.0.8', 'version' => '1.0.8.0', 'reference' => 'c463419f4ffb7fe3d7bd2e3a85e3145c36ef3f20', 'type' => 'library', 'install_path' => __DIR__ . '/../srmklive/flysystem-dropbox-v2', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/deprecation-contracts' => array('pretty_version' => 'v2.5.2', 'version' => '2.5.2.0', 'reference' => 'e8b495ea28c1d97b5e0c121748d6f9b53d075c66', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-mbstring' => array('pretty_version' => 'v1.26.0', 'version' => '1.26.0.0', 'reference' => '9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php80' => array('pretty_version' => 'v1.26.0', 'version' => '1.26.0.0', 'reference' => 'cfa0ae98841b9e461207c13ab093d76b0fa7bace', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php80', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/translation' => array('pretty_version' => 'v5.4.12', 'version' => '5.4.12.0', 'reference' => '42ecc77eb4f229ce2df702a648ec93b8478d76ae', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/translation', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/translation-contracts' => array('pretty_version' => 'v2.5.2', 'version' => '2.5.2.0', 'reference' => '136b19dd05cdf0709db6537d058bcab6dd6e2dbe', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/translation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/translation-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '2.3')), 'vakata/jstree' => array('pretty_version' => '3.3.12', 'version' => '3.3.12.0', 'reference' => '7a03954015eaea2467956dc05e6be78f4d1a1ff0', 'type' => 'component', 'install_path' => __DIR__ . '/../vakata/jstree', 'aliases' => array(), 'dev_requirement' => \false), 'watchfulli/xcloner-wordpress' => array('pretty_version' => 'v4.8.2', 'version' => '4.8.2.0', 'reference' => '4c0b010580cf71833a644d7a8413cfbbbb850c38', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false)));8 return array('root' => array('name' => 'watchfulli/xcloner-wordpress', 'pretty_version' => 'v4.8.3', 'version' => '4.8.3.0', 'reference' => '7b33a9d59a78d2820d4fc0db31358014398e1d9f', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \false), 'versions' => array('as247/cloud-storages' => array('pretty_version' => 'v1.0.16', 'version' => '1.0.16.0', 'reference' => 'c6b734240bb7fe09a62042b1dd9cfc5ae03a97e8', 'type' => 'library', 'install_path' => __DIR__ . '/../as247/cloud-storages', 'aliases' => array(), 'dev_requirement' => \false), 'as247/flysystem-drive-support' => array('pretty_version' => 'v1.0.6', 'version' => '1.0.6.0', 'reference' => '9bb4199e94541ee1ab373706f7c0a768716efe90', 'type' => 'library', 'install_path' => __DIR__ . '/../as247/flysystem-drive-support', 'aliases' => array(), 'dev_requirement' => \false), 'as247/flysystem-onedrive' => array('pretty_version' => 'v1.0.5', 'version' => '1.0.5.0', 'reference' => 'dff8aee0c19d6d6ad173e8a6c2703e2832eb88f5', 'type' => 'library', 'install_path' => __DIR__ . '/../as247/flysystem-onedrive', 'aliases' => array(), 'dev_requirement' => \false), 'aws/aws-crt-php' => array('pretty_version' => 'v1.0.2', 'version' => '1.0.2.0', 'reference' => '3942776a8c99209908ee0b287746263725685732', 'type' => 'library', 'install_path' => __DIR__ . '/../aws/aws-crt-php', 'aliases' => array(), 'dev_requirement' => \false), 'aws/aws-sdk-php' => array('pretty_version' => '3.238.3', 'version' => '3.238.3.0', 'reference' => '14fb64c934614ea5a52c9931189f687f30b6ba3b', 'type' => 'library', 'install_path' => __DIR__ . '/../aws/aws-sdk-php', 'aliases' => array(), 'dev_requirement' => \false), 'components/jquery' => array('pretty_version' => '3.6.0', 'version' => '3.6.0.0', 'reference' => '6cf38ee1fd04b6adf8e7dda161283aa35be818c3', 'type' => 'component', 'install_path' => __DIR__ . '/../components/jquery', 'aliases' => array(), 'dev_requirement' => \false), 'firebase/php-jwt' => array('pretty_version' => 'v6.3.0', 'version' => '6.3.0.0', 'reference' => '018dfc4e1da92ad8a1b90adc4893f476a3b41cb8', 'type' => 'library', 'install_path' => __DIR__ . '/../firebase/php-jwt', 'aliases' => array(), 'dev_requirement' => \false), 'gliterd/backblaze-b2' => array('pretty_version' => '1.5.4', 'version' => '1.5.4.0', 'reference' => '3abcf1ae5b093199c230d4ad82d64fb16ea4fd1a', 'type' => 'library', 'install_path' => __DIR__ . '/../gliterd/backblaze-b2', 'aliases' => array(), 'dev_requirement' => \false), 'google/apiclient' => array('pretty_version' => 'v2.12.6', 'version' => '2.12.6.0', 'reference' => 'f92aa126903a9e2da5bd41a280d9633cb249e79e', 'type' => 'library', 'install_path' => __DIR__ . '/../google/apiclient', 'aliases' => array(), 'dev_requirement' => \false), 'google/apiclient-services' => array('pretty_version' => 'v0.270.0', 'version' => '0.270.0.0', 'reference' => '902b415a7ab92ccb50e2b7dda334a3497c8bc3da', 'type' => 'library', 'install_path' => __DIR__ . '/../google/apiclient-services', 'aliases' => array(), 'dev_requirement' => \false), 'google/auth' => array('pretty_version' => 'v1.23.0', 'version' => '1.23.0.0', 'reference' => '8da16102d2cd1bdc128d97f323553df465ee7701', 'type' => 'library', 'install_path' => __DIR__ . '/../google/auth', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/guzzle' => array('pretty_version' => '7.5.0', 'version' => '7.5.0.0', 'reference' => 'b50a2a1251152e43f6a37f0fa053e730a67d25ba', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/guzzle', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/promises' => array('pretty_version' => '1.5.2', 'version' => '1.5.2.0', 'reference' => 'b94b2807d85443f9719887892882d0329d1e2598', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/promises', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/psr7' => array('pretty_version' => '1.9.0', 'version' => '1.9.0.0', 'reference' => 'e98e3e6d4f86621a9b75f623996e6bbdeb4b9318', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/psr7', 'aliases' => array(), 'dev_requirement' => \false), 'league/flysystem' => array('pretty_version' => '1.1.10', 'version' => '1.1.10.0', 'reference' => '3239285c825c152bcc315fe0e87d6b55f5972ed1', 'type' => 'library', 'install_path' => __DIR__ . '/../league/flysystem', 'aliases' => array(), 'dev_requirement' => \false), 'league/flysystem-aws-s3-v3' => array('pretty_version' => '1.0.30', 'version' => '1.0.30.0', 'reference' => 'af286f291ebab6877bac0c359c6c2cb017eb061d', 'type' => 'library', 'install_path' => __DIR__ . '/../league/flysystem-aws-s3-v3', 'aliases' => array(), 'dev_requirement' => \false), 'league/flysystem-azure-blob-storage' => array('pretty_version' => '0.1.6', 'version' => '0.1.6.0', 'reference' => '97215345f3c42679299ba556a4d16d4847ee7f6d', 'type' => 'library', 'install_path' => __DIR__ . '/../league/flysystem-azure-blob-storage', 'aliases' => array(), 'dev_requirement' => \false), 'league/flysystem-cached-adapter' => array('pretty_version' => '1.1.0', 'version' => '1.1.0.0', 'reference' => 'd1925efb2207ac4be3ad0c40b8277175f99ffaff', 'type' => 'library', 'install_path' => __DIR__ . '/../league/flysystem-cached-adapter', 'aliases' => array(), 'dev_requirement' => \false), 'league/flysystem-sftp' => array('pretty_version' => '1.1.0', 'version' => '1.1.0.0', 'reference' => '36fb893d10bb799fa6aa7199e37e84314c9fd97d', 'type' => 'library', 'install_path' => __DIR__ . '/../league/flysystem-sftp', 'aliases' => array(), 'dev_requirement' => \false), 'league/flysystem-webdav' => array('pretty_version' => '1.0.10', 'version' => '1.0.10.0', 'reference' => '7da805408d366dd92ba15a03a12a59104bfd91d7', 'type' => 'library', 'install_path' => __DIR__ . '/../league/flysystem-webdav', 'aliases' => array(), 'dev_requirement' => \false), 'league/mime-type-detection' => array('pretty_version' => '1.11.0', 'version' => '1.11.0.0', 'reference' => 'ff6248ea87a9f116e78edd6002e39e5128a0d4dd', 'type' => 'library', 'install_path' => __DIR__ . '/../league/mime-type-detection', 'aliases' => array(), 'dev_requirement' => \false), 'mhetreramesh/flysystem-backblaze' => array('pretty_version' => '1.6.1', 'version' => '1.6.1.0', 'reference' => '9bbe64c161519c20e508d2c924d507d892999e5d', 'type' => 'library', 'install_path' => __DIR__ . '/../mhetreramesh/flysystem-backblaze', 'aliases' => array(), 'dev_requirement' => \false), 'microsoft/azure-storage-blob' => array('pretty_version' => '1.5.4', 'version' => '1.5.4.0', 'reference' => '1023ce1dbf062351a32ca5ec72ad1fd4a504f1bf', 'type' => 'library', 'install_path' => __DIR__ . '/../microsoft/azure-storage-blob', 'aliases' => array(), 'dev_requirement' => \false), 'microsoft/azure-storage-common' => array('pretty_version' => '1.5.2', 'version' => '1.5.2.0', 'reference' => '8ca7b1bf4c9ca7c663e75a02a0035b05b37196a0', 'type' => 'library', 'install_path' => __DIR__ . '/../microsoft/azure-storage-common', 'aliases' => array(), 'dev_requirement' => \false), 'microsoft/microsoft-graph' => array('pretty_version' => '1.78.0', 'version' => '1.78.0.0', 'reference' => 'fda619df926aa08bc338cb9516184f2fd3cc9941', 'type' => 'library', 'install_path' => __DIR__ . '/../microsoft/microsoft-graph', 'aliases' => array(), 'dev_requirement' => \false), 'mikey179/vfsstream' => array('pretty_version' => 'v1.6.11', 'version' => '1.6.11.0', 'reference' => '17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f', 'type' => 'library', 'install_path' => __DIR__ . '/../mikey179/vfsstream', 'aliases' => array(), 'dev_requirement' => \false), 'monolog/monolog' => array('pretty_version' => '1.27.1', 'version' => '1.27.1.0', 'reference' => '904713c5929655dc9b97288b69cfeedad610c9a1', 'type' => 'library', 'install_path' => __DIR__ . '/../monolog/monolog', 'aliases' => array(), 'dev_requirement' => \false), 'mtdowling/jmespath.php' => array('pretty_version' => '2.6.1', 'version' => '2.6.1.0', 'reference' => '9b87907a81b87bc76d19a7fb2d61e61486ee9edb', 'type' => 'library', 'install_path' => __DIR__ . '/../mtdowling/jmespath.php', 'aliases' => array(), 'dev_requirement' => \false), 'nao-pon/flysystem-cached-extra' => array('pretty_version' => '1.0.3', 'version' => '1.0.3.0', 'reference' => '189abdafa0a86d92781e148ee8740ef80f4c5859', 'type' => 'library', 'install_path' => __DIR__ . '/../nao-pon/flysystem-cached-extra', 'aliases' => array(), 'dev_requirement' => \false), 'nao-pon/flysystem-google-drive' => array('pretty_version' => '1.1.13', 'version' => '1.1.13.0', 'reference' => 'bb812339ecf06540ed096f71403f10fcbcc590f3', 'type' => 'library', 'install_path' => __DIR__ . '/../nao-pon/flysystem-google-drive', 'aliases' => array(), 'dev_requirement' => \false), 'nesbot/carbon' => array('pretty_version' => '2.62.1', 'version' => '2.62.1.0', 'reference' => '01bc4cdefe98ef58d1f9cb31bdbbddddf2a88f7a', 'type' => 'library', 'install_path' => __DIR__ . '/../nesbot/carbon', 'aliases' => array(), 'dev_requirement' => \false), 'phpseclib/phpseclib' => array('pretty_version' => '2.0.38', 'version' => '2.0.38.0', 'reference' => 'b03536539f43a4f9aa33c4f0b2f3a1c752088fcd', 'type' => 'library', 'install_path' => __DIR__ . '/../phpseclib/phpseclib', 'aliases' => array(), 'dev_requirement' => \false), 'psr/cache' => array('pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'reference' => 'd11b50ad223250cf17b86e38383413f5a6764bf8', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/cache', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-client' => array('pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'reference' => '2dfb5f6c5eff0e91e20e913f8c5452ed95b86621', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-client', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/http-message' => array('pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-message-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/log' => array('pretty_version' => '1.1.4', 'version' => '1.1.4.0', 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'dev_requirement' => \false), 'psr/log-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0.0')), 'ralouphie/getallheaders' => array('pretty_version' => '3.0.3', 'version' => '3.0.3.0', 'reference' => '120b605dfeb996808c31b6477290a714d356e822', 'type' => 'library', 'install_path' => __DIR__ . '/../ralouphie/getallheaders', 'aliases' => array(), 'dev_requirement' => \false), 'sabre/dav' => array('pretty_version' => '4.4.0', 'version' => '4.4.0.0', 'reference' => 'b65362abc926520eda2c57e219f022a6c288069d', 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/dav', 'aliases' => array(), 'dev_requirement' => \false), 'sabre/event' => array('pretty_version' => '5.1.4', 'version' => '5.1.4.0', 'reference' => 'd7da22897125d34d7eddf7977758191c06a74497', 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/event', 'aliases' => array(), 'dev_requirement' => \false), 'sabre/http' => array('pretty_version' => '5.1.6', 'version' => '5.1.6.0', 'reference' => '9976ac34ced206bd6579b7b37b401de9fac98dae', 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/http', 'aliases' => array(), 'dev_requirement' => \false), 'sabre/uri' => array('pretty_version' => '2.2.4', 'version' => '2.2.4.0', 'reference' => 'c0c9af9f7754e60a49ebd760e1708adc6d1510c0', 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/uri', 'aliases' => array(), 'dev_requirement' => \false), 'sabre/vobject' => array('pretty_version' => '4.5.1', 'version' => '4.5.1.0', 'reference' => '1f836740c88bac483f3b572a332eb8fd1cd04981', 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/vobject', 'aliases' => array(), 'dev_requirement' => \false), 'sabre/xml' => array('pretty_version' => '2.2.5', 'version' => '2.2.5.0', 'reference' => 'a6af111850e7536d200d9637c34885cd3c77a86c', 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/xml', 'aliases' => array(), 'dev_requirement' => \false), 'splitbrain/php-archive' => array('pretty_version' => '1.3.1', 'version' => '1.3.1.0', 'reference' => 'd274e5190ba309777926348900cf9578d9e533c9', 'type' => 'library', 'install_path' => __DIR__ . '/../splitbrain/php-archive', 'aliases' => array(), 'dev_requirement' => \false), 'srmklive/flysystem-dropbox-v2' => array('pretty_version' => 'v1.0.8', 'version' => '1.0.8.0', 'reference' => 'c463419f4ffb7fe3d7bd2e3a85e3145c36ef3f20', 'type' => 'library', 'install_path' => __DIR__ . '/../srmklive/flysystem-dropbox-v2', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/deprecation-contracts' => array('pretty_version' => 'v2.5.2', 'version' => '2.5.2.0', 'reference' => 'e8b495ea28c1d97b5e0c121748d6f9b53d075c66', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-mbstring' => array('pretty_version' => 'v1.26.0', 'version' => '1.26.0.0', 'reference' => '9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php80' => array('pretty_version' => 'v1.26.0', 'version' => '1.26.0.0', 'reference' => 'cfa0ae98841b9e461207c13ab093d76b0fa7bace', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php80', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/translation' => array('pretty_version' => 'v5.4.12', 'version' => '5.4.12.0', 'reference' => '42ecc77eb4f229ce2df702a648ec93b8478d76ae', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/translation', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/translation-contracts' => array('pretty_version' => 'v2.5.2', 'version' => '2.5.2.0', 'reference' => '136b19dd05cdf0709db6537d058bcab6dd6e2dbe', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/translation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/translation-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '2.3')), 'vakata/jstree' => array('pretty_version' => '3.3.12', 'version' => '3.3.12.0', 'reference' => '7a03954015eaea2467956dc05e6be78f4d1a1ff0', 'type' => 'component', 'install_path' => __DIR__ . '/../vakata/jstree', 'aliases' => array(), 'dev_requirement' => \false), 'watchfulli/xcloner-wordpress' => array('pretty_version' => 'v4.8.3', 'version' => '4.8.3.0', 'reference' => '7b33a9d59a78d2820d4fc0db31358014398e1d9f', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false))); -
xcloner-backup-and-restore/trunk/vendor/scoper-autoload.php
r3375773 r3398881 289 289 if (!function_exists('updateGraphConstants')) { function updateGraphConstants() { return \XCloner\updateGraphConstants(...func_get_args()); } } 290 290 if (!function_exists('updateReadme')) { function updateReadme() { return \XCloner\updateReadme(...func_get_args()); } } 291 if (!function_exists('wp_unslash')) { function wp_unslash() { return \XCloner\wp_unslash(...func_get_args()); } } 291 292 if (!function_exists('xcloner_stop_heartbeat')) { function xcloner_stop_heartbeat() { return \XCloner\xcloner_stop_heartbeat(...func_get_args()); } } 292 293 if (!function_exists('zend_monitor_custom_event')) { function zend_monitor_custom_event() { return \XCloner\zend_monitor_custom_event(...func_get_args()); } } -
xcloner-backup-and-restore/trunk/xcloner.php
r3385041 r3398881 19 19 * Plugin URI: https://xcloner.com/ 20 20 * Description: XCloner is a tool that will help you manage your website backups, generate/restore/move so your website will be always secured! With XCloner you will be able to clone your site to any other location with just a few clicks, as well as transfer the backup archives to remote FTP, SFTP, DropBox, Amazon S3, Google Drive, WebDAV, Backblaze, Azure accounts. 21 * Version: 4.8. 221 * Version: 4.8.3 22 22 * Author: watchful 23 23 * Author URI: https://watchful.net/
Note: See TracChangeset
for help on using the changeset viewer.