Changeset 3200729
- Timestamp:
- 12/02/2024 09:06:45 AM (16 months ago)
- Location:
- gdata-antivirus
- Files:
-
- 16 edited
- 1 copied
-
tags/2.1.2 (copied) (copied from gdata-antivirus/trunk)
-
tags/2.1.2/Readme.txt (modified) (2 diffs)
-
tags/2.1.2/composer.json (modified) (1 diff)
-
tags/2.1.2/composer.lock (modified) (14 diffs)
-
tags/2.1.2/gdata-antivirus.php (modified) (1 diff)
-
tags/2.1.2/vendor/composer/installed.json (modified) (4 diffs)
-
tags/2.1.2/vendor/composer/installed.php (modified) (1 diff)
-
tags/2.1.2/vendor/illuminate/container/Container.php (modified) (1 diff)
-
tags/2.1.2/vendor/illuminate/contracts/Database/ModelIdentifier.php (modified) (4 diffs)
-
trunk/Readme.txt (modified) (2 diffs)
-
trunk/composer.json (modified) (1 diff)
-
trunk/composer.lock (modified) (14 diffs)
-
trunk/gdata-antivirus.php (modified) (1 diff)
-
trunk/vendor/composer/installed.json (modified) (4 diffs)
-
trunk/vendor/composer/installed.php (modified) (1 diff)
-
trunk/vendor/illuminate/container/Container.php (modified) (1 diff)
-
trunk/vendor/illuminate/contracts/Database/ModelIdentifier.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gdata-antivirus/tags/2.1.2/Readme.txt
r3196271 r3200729 5 5 Tested up to: 6.6 6 6 Requires PHP: 8.1 7 Stable tag: 2.1. 17 Stable tag: 2.1.2 8 8 License: GNU General Public License v3.0 9 9 License URI: https://github.com/GDATASoftwareAG/vaas/blob/main/LICENSE … … 57 57 == Changelog == 58 58 59 = 2.1.2 = 60 * update illuminate/container from 11.33.2 to 11.34.2 61 * update phpunit/phpunit from 11.4.3 to 11.4.4 62 * update symfony/finder from 7.1.6 to 7.2.0 63 59 64 = 2.1.1 = 60 65 * updates: update illuminate/container to 11.33.2 -
gdata-antivirus/tags/2.1.2/composer.json
r3196271 r3200729 1 1 { 2 2 "name": "gdatacyberdefenseag\/gdata-antivirus", 3 "version": "2.1. 1",3 "version": "2.1.2", 4 4 "autoload": { 5 5 "psr-4": { -
gdata-antivirus/tags/2.1.2/composer.lock
r3196271 r3200729 1337 1337 { 1338 1338 "name": "illuminate/container", 1339 "version": "v11.3 3.2",1339 "version": "v11.34.2", 1340 1340 "source": { 1341 1341 "type": "git", 1342 1342 "url": "https://github.com/illuminate/container.git", 1343 "reference": " 6e31eb49e9c9e68356a55cd8f18fb8830b8158cd"1344 }, 1345 "dist": { 1346 "type": "zip", 1347 "url": "https://api.github.com/repos/illuminate/container/zipball/ 6e31eb49e9c9e68356a55cd8f18fb8830b8158cd",1348 "reference": " 6e31eb49e9c9e68356a55cd8f18fb8830b8158cd",1343 "reference": "b057b0bbb38d7c7524df1ca5c38e7318f4c64d26" 1344 }, 1345 "dist": { 1346 "type": "zip", 1347 "url": "https://api.github.com/repos/illuminate/container/zipball/b057b0bbb38d7c7524df1ca5c38e7318f4c64d26", 1348 "reference": "b057b0bbb38d7c7524df1ca5c38e7318f4c64d26", 1349 1349 "shasum": "" 1350 1350 }, … … 1384 1384 "source": "https://github.com/laravel/framework" 1385 1385 }, 1386 "time": "2024-11- 14T15:31:35+00:00"1386 "time": "2024-11-21T20:07:31+00:00" 1387 1387 }, 1388 1388 { 1389 1389 "name": "illuminate/contracts", 1390 "version": "v11.3 3.2",1390 "version": "v11.34.2", 1391 1391 "source": { 1392 1392 "type": "git", 1393 1393 "url": "https://github.com/illuminate/contracts.git", 1394 "reference": " 44c15aec6ea0d997e0885aa5b04876fe8a141433"1395 }, 1396 "dist": { 1397 "type": "zip", 1398 "url": "https://api.github.com/repos/illuminate/contracts/zipball/ 44c15aec6ea0d997e0885aa5b04876fe8a141433",1399 "reference": " 44c15aec6ea0d997e0885aa5b04876fe8a141433",1394 "reference": "184317f701ba20ca265e36808ed54b75b115972d" 1395 }, 1396 "dist": { 1397 "type": "zip", 1398 "url": "https://api.github.com/repos/illuminate/contracts/zipball/184317f701ba20ca265e36808ed54b75b115972d", 1399 "reference": "184317f701ba20ca265e36808ed54b75b115972d", 1400 1400 "shasum": "" 1401 1401 }, … … 1432 1432 "source": "https://github.com/laravel/framework" 1433 1433 }, 1434 "time": "2024-11- 15T15:40:33+00:00"1434 "time": "2024-11-25T15:33:38+00:00" 1435 1435 }, 1436 1436 { … … 2701 2701 { 2702 2702 "name": "myclabs/deep-copy", 2703 "version": "1.12. 0",2703 "version": "1.12.1", 2704 2704 "source": { 2705 2705 "type": "git", 2706 2706 "url": "https://github.com/myclabs/DeepCopy.git", 2707 "reference": " 3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c"2708 }, 2709 "dist": { 2710 "type": "zip", 2711 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/ 3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",2712 "reference": " 3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",2707 "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845" 2708 }, 2709 "dist": { 2710 "type": "zip", 2711 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/123267b2c49fbf30d78a7b2d333f6be754b94845", 2712 "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845", 2713 2713 "shasum": "" 2714 2714 }, … … 2749 2749 "support": { 2750 2750 "issues": "https://github.com/myclabs/DeepCopy/issues", 2751 "source": "https://github.com/myclabs/DeepCopy/tree/1.12. 0"2751 "source": "https://github.com/myclabs/DeepCopy/tree/1.12.1" 2752 2752 }, 2753 2753 "funding": [ … … 2757 2757 } 2758 2758 ], 2759 "time": "2024- 06-12T14:39:25+00:00"2759 "time": "2024-11-08T17:47:46+00:00" 2760 2760 }, 2761 2761 { … … 3426 3426 { 3427 3427 "name": "phpunit/phpunit", 3428 "version": "11.4. 3",3428 "version": "11.4.4", 3429 3429 "source": { 3430 3430 "type": "git", 3431 3431 "url": "https://github.com/sebastianbergmann/phpunit.git", 3432 "reference": " e8e8ed1854de5d36c088ec1833beae40d2dedd76"3433 }, 3434 "dist": { 3435 "type": "zip", 3436 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ e8e8ed1854de5d36c088ec1833beae40d2dedd76",3437 "reference": " e8e8ed1854de5d36c088ec1833beae40d2dedd76",3432 "reference": "f9ba7bd3c9f3ff54ec379d7a1c2e3f13fe0bbde4" 3433 }, 3434 "dist": { 3435 "type": "zip", 3436 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f9ba7bd3c9f3ff54ec379d7a1c2e3f13fe0bbde4", 3437 "reference": "f9ba7bd3c9f3ff54ec379d7a1c2e3f13fe0bbde4", 3438 3438 "shasum": "" 3439 3439 }, … … 3445 3445 "ext-xml": "*", 3446 3446 "ext-xmlwriter": "*", 3447 "myclabs/deep-copy": "^1.12. 0",3447 "myclabs/deep-copy": "^1.12.1", 3448 3448 "phar-io/manifest": "^2.0.4", 3449 3449 "phar-io/version": "^3.2.1", … … 3456 3456 "sebastian/cli-parser": "^3.0.2", 3457 3457 "sebastian/code-unit": "^3.0.1", 3458 "sebastian/comparator": "^6. 1.1",3458 "sebastian/comparator": "^6.2.1", 3459 3459 "sebastian/diff": "^6.0.2", 3460 3460 "sebastian/environment": "^7.2.0", … … 3506 3506 "issues": "https://github.com/sebastianbergmann/phpunit/issues", 3507 3507 "security": "https://github.com/sebastianbergmann/phpunit/security/policy", 3508 "source": "https://github.com/sebastianbergmann/phpunit/tree/11.4. 3"3508 "source": "https://github.com/sebastianbergmann/phpunit/tree/11.4.4" 3509 3509 }, 3510 3510 "funding": [ … … 3522 3522 } 3523 3523 ], 3524 "time": "2024-1 0-28T13:07:50+00:00"3524 "time": "2024-11-27T10:44:52+00:00" 3525 3525 }, 3526 3526 { … … 4529 4529 { 4530 4530 "name": "symfony/finder", 4531 "version": "v7. 1.6",4531 "version": "v7.2.0", 4532 4532 "source": { 4533 4533 "type": "git", 4534 4534 "url": "https://github.com/symfony/finder.git", 4535 "reference": " 2cb89664897be33f78c65d3d2845954c8d7a43b8"4536 }, 4537 "dist": { 4538 "type": "zip", 4539 "url": "https://api.github.com/repos/symfony/finder/zipball/ 2cb89664897be33f78c65d3d2845954c8d7a43b8",4540 "reference": " 2cb89664897be33f78c65d3d2845954c8d7a43b8",4535 "reference": "6de263e5868b9a137602dd1e33e4d48bfae99c49" 4536 }, 4537 "dist": { 4538 "type": "zip", 4539 "url": "https://api.github.com/repos/symfony/finder/zipball/6de263e5868b9a137602dd1e33e4d48bfae99c49", 4540 "reference": "6de263e5868b9a137602dd1e33e4d48bfae99c49", 4541 4541 "shasum": "" 4542 4542 }, … … 4573 4573 "homepage": "https://symfony.com", 4574 4574 "support": { 4575 "source": "https://github.com/symfony/finder/tree/v7. 1.6"4575 "source": "https://github.com/symfony/finder/tree/v7.2.0" 4576 4576 }, 4577 4577 "funding": [ … … 4589 4589 } 4590 4590 ], 4591 "time": "2024-10- 01T08:31:23+00:00"4591 "time": "2024-10-23T06:56:12+00:00" 4592 4592 }, 4593 4593 { -
gdata-antivirus/tags/2.1.2/gdata-antivirus.php
r3196271 r3200729 12 12 * @wordpress-plugin 13 13 * Plugin Name: G DATA Antivirus 14 * Version: 2.1. 114 * Version: 2.1.2 15 15 * Requires at least: 6.2 16 16 * Tested up to: 6.6 -
gdata-antivirus/tags/2.1.2/vendor/composer/installed.json
r3196271 r3200729 1388 1388 { 1389 1389 "name": "illuminate\/container", 1390 "version": "v11.3 3.2",1391 "version_normalized": "11.3 3.2.0",1390 "version": "v11.34.2", 1391 "version_normalized": "11.34.2.0", 1392 1392 "source": { 1393 1393 "type": "git", 1394 1394 "url": "https:\/\/github.com\/illuminate\/container.git", 1395 "reference": " 6e31eb49e9c9e68356a55cd8f18fb8830b8158cd"1396 }, 1397 "dist": { 1398 "type": "zip", 1399 "url": "https:\/\/api.github.com\/repos\/illuminate\/container\/zipball\/ 6e31eb49e9c9e68356a55cd8f18fb8830b8158cd",1400 "reference": " 6e31eb49e9c9e68356a55cd8f18fb8830b8158cd",1395 "reference": "b057b0bbb38d7c7524df1ca5c38e7318f4c64d26" 1396 }, 1397 "dist": { 1398 "type": "zip", 1399 "url": "https:\/\/api.github.com\/repos\/illuminate\/container\/zipball\/b057b0bbb38d7c7524df1ca5c38e7318f4c64d26", 1400 "reference": "b057b0bbb38d7c7524df1ca5c38e7318f4c64d26", 1401 1401 "shasum": "" 1402 1402 }, … … 1409 1409 "psr\/container-implementation": "1.1|2.0" 1410 1410 }, 1411 "time": "2024-11- 14T15:31:35+00:00",1411 "time": "2024-11-21T20:07:31+00:00", 1412 1412 "type": "library", 1413 1413 "extra": { … … 1442 1442 { 1443 1443 "name": "illuminate\/contracts", 1444 "version": "v11.3 3.2",1445 "version_normalized": "11.3 3.2.0",1444 "version": "v11.34.2", 1445 "version_normalized": "11.34.2.0", 1446 1446 "source": { 1447 1447 "type": "git", 1448 1448 "url": "https:\/\/github.com\/illuminate\/contracts.git", 1449 "reference": " 44c15aec6ea0d997e0885aa5b04876fe8a141433"1450 }, 1451 "dist": { 1452 "type": "zip", 1453 "url": "https:\/\/api.github.com\/repos\/illuminate\/contracts\/zipball\/ 44c15aec6ea0d997e0885aa5b04876fe8a141433",1454 "reference": " 44c15aec6ea0d997e0885aa5b04876fe8a141433",1449 "reference": "184317f701ba20ca265e36808ed54b75b115972d" 1450 }, 1451 "dist": { 1452 "type": "zip", 1453 "url": "https:\/\/api.github.com\/repos\/illuminate\/contracts\/zipball\/184317f701ba20ca265e36808ed54b75b115972d", 1454 "reference": "184317f701ba20ca265e36808ed54b75b115972d", 1455 1455 "shasum": "" 1456 1456 }, … … 1460 1460 "psr\/simple-cache": "^1.0|^2.0|^3.0" 1461 1461 }, 1462 "time": "2024-11- 15T15:40:33+00:00",1462 "time": "2024-11-25T15:33:38+00:00", 1463 1463 "type": "library", 1464 1464 "extra": { -
gdata-antivirus/tags/2.1.2/vendor/composer/installed.php
r3196271 r3200729 3 3 namespace GDAVSCOPE; 4 4 5 return array('root' => array('name' => 'gdatacyberdefenseag/gdata-antivirus', 'pretty_version' => '1.2.3', 'version' => '1.2.3.0', 'reference' => null, 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \false), 'versions' => array('amphp/amp' => array('pretty_version' => 'v3.0.2', 'version' => '3.0.2.0', 'reference' => '138801fb68cfc9c329da8a7b39d01ce7291ee4b0', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/amp', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/byte-stream' => array('pretty_version' => 'v2.1.1', 'version' => '2.1.1.0', 'reference' => 'daa00f2efdbd71565bf64ffefa89e37542addf93', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/byte-stream', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/cache' => array('pretty_version' => 'v2.0.1', 'version' => '2.0.1.0', 'reference' => '46912e387e6aa94933b61ea1ead9cf7540b7797c', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/cache', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/dns' => array('pretty_version' => 'v2.2.0', 'version' => '2.2.0.0', 'reference' => '758266b0ea7470e2e42cd098493bc6d6c7100cf7', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/dns', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/file' => array('pretty_version' => 'v3.1.1', 'version' => '3.1.1.0', 'reference' => '58c8efefb8808d25456ef3ef4a628645442578a2', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/file', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/hpack' => array('pretty_version' => 'v3.2.1', 'version' => '3.2.1.0', 'reference' => '4f293064b15682a2b178b1367ddf0b8b5feb0239', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/hpack', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/http' => array('pretty_version' => 'v2.1.1', 'version' => '2.1.1.0', 'reference' => 'fe6b4dd50c1e70caf823092398074b5082e1d6da', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/http', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/http-client' => array('pretty_version' => 'v5.1.0', 'version' => '5.1.0.0', 'reference' => '483df9a856625fe4406c7fb6a64d6787105bd184', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/http-client', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/parallel' => array('pretty_version' => 'v2.3.0', 'version' => '2.3.0.0', 'reference' => '9777db1460d1535bc2a843840684fb1205225b87', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/parallel', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/parser' => array('pretty_version' => 'v1.1.1', 'version' => '1.1.1.0', 'reference' => '3cf1f8b32a0171d4b1bed93d25617637a77cded7', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/parser', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/pipeline' => array('pretty_version' => 'v1.2.1', 'version' => '1.2.1.0', 'reference' => '66c095673aa5b6e689e63b52d19e577459129ab3', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/pipeline', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/process' => array('pretty_version' => 'v2.0.3', 'version' => '2.0.3.0', 'reference' => '52e08c09dec7511d5fbc1fb00d3e4e79fc77d58d', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/process', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/serialization' => array('pretty_version' => 'v1.0.0', 'version' => '1.0.0.0', 'reference' => '693e77b2fb0b266c3c7d622317f881de44ae94a1', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/serialization', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/socket' => array('pretty_version' => 'v2.3.1', 'version' => '2.3.1.0', 'reference' => '58e0422221825b79681b72c50c47a930be7bf1e1', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/socket', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/sync' => array('pretty_version' => 'v2.3.0', 'version' => '2.3.0.0', 'reference' => '217097b785130d77cfcc58ff583cf26cd1770bf1', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/sync', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/windows-registry' => array('pretty_version' => 'v1.0.1', 'version' => '1.0.1.0', 'reference' => '0d569e8f256cca974e3842b6e78b4e434bf98306', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/windows-registry', 'aliases' => array(), 'dev_requirement' => \false), 'brick/math' => array('pretty_version' => '0.12.1', 'version' => '0.12.1.0', 'reference' => 'f510c0a40911935b77b86859eb5223d58d660df1', 'type' => 'library', 'install_path' => __DIR__ . '/../brick/math', 'aliases' => array(), 'dev_requirement' => \false), 'daverandom/libdns' => array('pretty_version' => 'v2.1.0', 'version' => '2.1.0.0', 'reference' => 'b84c94e8fe6b7ee4aecfe121bfe3b6177d303c8a', 'type' => 'library', 'install_path' => __DIR__ . '/../daverandom/libdns', 'aliases' => array(), 'dev_requirement' => \false), 'gdata/vaas' => array('pretty_version' => '9.0.5', 'version' => '9.0.5.0', 'reference' => 'b7c0fe55a78afaf890934af005781bba02ddbab8', 'type' => 'library', 'install_path' => __DIR__ . '/../gdata/vaas', 'aliases' => array(), 'dev_requirement' => \false), 'gdatacyberdefenseag/gdata-antivirus' => array('pretty_version' => '1.2.3', 'version' => '1.2.3.0', 'reference' => null, 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'illuminate/container' => array('pretty_version' => 'v11.3 3.2', 'version' => '11.33.2.0', 'reference' => '6e31eb49e9c9e68356a55cd8f18fb8830b8158cd', 'type' => 'library', 'install_path' => __DIR__ . '/../illuminate/container', 'aliases' => array(), 'dev_requirement' => \false), 'illuminate/contracts' => array('pretty_version' => 'v11.33.2', 'version' => '11.33.2.0', 'reference' => '44c15aec6ea0d997e0885aa5b04876fe8a141433', 'type' => 'library', 'install_path' => __DIR__ . '/../illuminate/contracts', 'aliases' => array(), 'dev_requirement' => \false), 'kelunik/certificate' => array('pretty_version' => 'v1.1.3', 'version' => '1.1.3.0', 'reference' => '7e00d498c264d5eb4f78c69f41c8bd6719c0199e', 'type' => 'library', 'install_path' => __DIR__ . '/../kelunik/certificate', 'aliases' => array(), 'dev_requirement' => \false), 'league/uri' => array('pretty_version' => '7.4.1', 'version' => '7.4.1.0', 'reference' => 'bedb6e55eff0c933668addaa7efa1e1f2c417cc4', 'type' => 'library', 'install_path' => __DIR__ . '/../league/uri', 'aliases' => array(), 'dev_requirement' => \false), 'league/uri-components' => array('pretty_version' => '7.4.1', 'version' => '7.4.1.0', 'reference' => 'b94fe4097885f1b51c4c3fcb78025fbbabbb5d9d', 'type' => 'library', 'install_path' => __DIR__ . '/../league/uri-components', 'aliases' => array(), 'dev_requirement' => \false), 'league/uri-interfaces' => array('pretty_version' => '7.4.1', 'version' => '7.4.1.0', 'reference' => '8d43ef5c841032c87e2de015972c06f3865ef718', 'type' => 'library', 'install_path' => __DIR__ . '/../league/uri-interfaces', 'aliases' => array(), 'dev_requirement' => \false), 'netresearch/jsonmapper' => array('pretty_version' => 'v5.0.0', 'version' => '5.0.0.0', 'reference' => '8c64d8d444a5d764c641ebe97e0e3bc72b25bf6c', 'type' => 'library', 'install_path' => __DIR__ . '/../netresearch/jsonmapper', 'aliases' => array(), 'dev_requirement' => \false), 'phrity/net-uri' => array('pretty_version' => '1.3.0', 'version' => '1.3.0.0', 'reference' => '3f458e0c4d1ddc0e218d7a5b9420127c63925f43', 'type' => 'library', 'install_path' => __DIR__ . '/../phrity/net-uri', 'aliases' => array(), 'dev_requirement' => \false), 'phrity/util-errorhandler' => array('pretty_version' => '1.1.1', 'version' => '1.1.1.0', 'reference' => '483228156e06673963902b1cc1e6bd9541ab4d5e', 'type' => 'library', 'install_path' => __DIR__ . '/../phrity/util-errorhandler', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container' => array('pretty_version' => '2.0.2', 'version' => '2.0.2.0', 'reference' => 'c71ecc56dfe541dbd90c5360474fbc405f8d5963', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.1|2.0')), 'psr/http-factory' => array('pretty_version' => '1.1.0', 'version' => '1.1.0.0', 'reference' => '2b4765fddfe3b508ac62f829e852b1501d3f6e8a', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-factory', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-message' => array('pretty_version' => '1.1', 'version' => '1.1.0.0', 'reference' => 'cb6ce4845ce34a8ad9e68117c10ee90a29919eba', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'dev_requirement' => \false), 'psr/log' => array('pretty_version' => '3.0.2', 'version' => '3.0.2.0', 'reference' => 'f16e1d5863e37f8d8c2a01719f5b34baa2b714d3', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'dev_requirement' => \false), 'psr/simple-cache' => array('pretty_version' => '3.0.0', 'version' => '3.0.0.0', 'reference' => '764e0b3939f5ca87cb904f570ef9be2d78a07865', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/simple-cache', 'aliases' => array(), 'dev_requirement' => \false), 'ramsey/collection' => array('pretty_version' => '2.0.0', 'version' => '2.0.0.0', 'reference' => 'a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5', 'type' => 'library', 'install_path' => __DIR__ . '/../ramsey/collection', 'aliases' => array(), 'dev_requirement' => \false), 'ramsey/uuid' => array('pretty_version' => '4.7.6', 'version' => '4.7.6.0', 'reference' => '91039bc1faa45ba123c4328958e620d382ec7088', 'type' => 'library', 'install_path' => __DIR__ . '/../ramsey/uuid', 'aliases' => array(), 'dev_requirement' => \false), 'revolt/event-loop' => array('pretty_version' => 'v1.0.6', 'version' => '1.0.6.0', 'reference' => '25de49af7223ba039f64da4ae9a28ec2d10d0254', 'type' => 'library', 'install_path' => __DIR__ . '/../revolt/event-loop', 'aliases' => array(), 'dev_requirement' => \false), 'rhumsaa/uuid' => array('dev_requirement' => \false, 'replaced' => array(0 => '4.7.6')), 'textalk/websocket' => array('pretty_version' => '1.6.3', 'version' => '1.6.3.0', 'reference' => '67de79745b1a357caf812bfc44e0abf481cee012', 'type' => 'library', 'install_path' => __DIR__ . '/../textalk/websocket', 'aliases' => array(), 'dev_requirement' => \false)));5 return array('root' => array('name' => 'gdatacyberdefenseag/gdata-antivirus', 'pretty_version' => '1.2.3', 'version' => '1.2.3.0', 'reference' => null, 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \false), 'versions' => array('amphp/amp' => array('pretty_version' => 'v3.0.2', 'version' => '3.0.2.0', 'reference' => '138801fb68cfc9c329da8a7b39d01ce7291ee4b0', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/amp', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/byte-stream' => array('pretty_version' => 'v2.1.1', 'version' => '2.1.1.0', 'reference' => 'daa00f2efdbd71565bf64ffefa89e37542addf93', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/byte-stream', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/cache' => array('pretty_version' => 'v2.0.1', 'version' => '2.0.1.0', 'reference' => '46912e387e6aa94933b61ea1ead9cf7540b7797c', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/cache', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/dns' => array('pretty_version' => 'v2.2.0', 'version' => '2.2.0.0', 'reference' => '758266b0ea7470e2e42cd098493bc6d6c7100cf7', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/dns', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/file' => array('pretty_version' => 'v3.1.1', 'version' => '3.1.1.0', 'reference' => '58c8efefb8808d25456ef3ef4a628645442578a2', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/file', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/hpack' => array('pretty_version' => 'v3.2.1', 'version' => '3.2.1.0', 'reference' => '4f293064b15682a2b178b1367ddf0b8b5feb0239', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/hpack', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/http' => array('pretty_version' => 'v2.1.1', 'version' => '2.1.1.0', 'reference' => 'fe6b4dd50c1e70caf823092398074b5082e1d6da', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/http', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/http-client' => array('pretty_version' => 'v5.1.0', 'version' => '5.1.0.0', 'reference' => '483df9a856625fe4406c7fb6a64d6787105bd184', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/http-client', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/parallel' => array('pretty_version' => 'v2.3.0', 'version' => '2.3.0.0', 'reference' => '9777db1460d1535bc2a843840684fb1205225b87', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/parallel', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/parser' => array('pretty_version' => 'v1.1.1', 'version' => '1.1.1.0', 'reference' => '3cf1f8b32a0171d4b1bed93d25617637a77cded7', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/parser', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/pipeline' => array('pretty_version' => 'v1.2.1', 'version' => '1.2.1.0', 'reference' => '66c095673aa5b6e689e63b52d19e577459129ab3', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/pipeline', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/process' => array('pretty_version' => 'v2.0.3', 'version' => '2.0.3.0', 'reference' => '52e08c09dec7511d5fbc1fb00d3e4e79fc77d58d', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/process', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/serialization' => array('pretty_version' => 'v1.0.0', 'version' => '1.0.0.0', 'reference' => '693e77b2fb0b266c3c7d622317f881de44ae94a1', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/serialization', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/socket' => array('pretty_version' => 'v2.3.1', 'version' => '2.3.1.0', 'reference' => '58e0422221825b79681b72c50c47a930be7bf1e1', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/socket', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/sync' => array('pretty_version' => 'v2.3.0', 'version' => '2.3.0.0', 'reference' => '217097b785130d77cfcc58ff583cf26cd1770bf1', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/sync', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/windows-registry' => array('pretty_version' => 'v1.0.1', 'version' => '1.0.1.0', 'reference' => '0d569e8f256cca974e3842b6e78b4e434bf98306', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/windows-registry', 'aliases' => array(), 'dev_requirement' => \false), 'brick/math' => array('pretty_version' => '0.12.1', 'version' => '0.12.1.0', 'reference' => 'f510c0a40911935b77b86859eb5223d58d660df1', 'type' => 'library', 'install_path' => __DIR__ . '/../brick/math', 'aliases' => array(), 'dev_requirement' => \false), 'daverandom/libdns' => array('pretty_version' => 'v2.1.0', 'version' => '2.1.0.0', 'reference' => 'b84c94e8fe6b7ee4aecfe121bfe3b6177d303c8a', 'type' => 'library', 'install_path' => __DIR__ . '/../daverandom/libdns', 'aliases' => array(), 'dev_requirement' => \false), 'gdata/vaas' => array('pretty_version' => '9.0.5', 'version' => '9.0.5.0', 'reference' => 'b7c0fe55a78afaf890934af005781bba02ddbab8', 'type' => 'library', 'install_path' => __DIR__ . '/../gdata/vaas', 'aliases' => array(), 'dev_requirement' => \false), 'gdatacyberdefenseag/gdata-antivirus' => array('pretty_version' => '1.2.3', 'version' => '1.2.3.0', 'reference' => null, 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'illuminate/container' => array('pretty_version' => 'v11.34.2', 'version' => '11.34.2.0', 'reference' => 'b057b0bbb38d7c7524df1ca5c38e7318f4c64d26', 'type' => 'library', 'install_path' => __DIR__ . '/../illuminate/container', 'aliases' => array(), 'dev_requirement' => \false), 'illuminate/contracts' => array('pretty_version' => 'v11.34.2', 'version' => '11.34.2.0', 'reference' => '184317f701ba20ca265e36808ed54b75b115972d', 'type' => 'library', 'install_path' => __DIR__ . '/../illuminate/contracts', 'aliases' => array(), 'dev_requirement' => \false), 'kelunik/certificate' => array('pretty_version' => 'v1.1.3', 'version' => '1.1.3.0', 'reference' => '7e00d498c264d5eb4f78c69f41c8bd6719c0199e', 'type' => 'library', 'install_path' => __DIR__ . '/../kelunik/certificate', 'aliases' => array(), 'dev_requirement' => \false), 'league/uri' => array('pretty_version' => '7.4.1', 'version' => '7.4.1.0', 'reference' => 'bedb6e55eff0c933668addaa7efa1e1f2c417cc4', 'type' => 'library', 'install_path' => __DIR__ . '/../league/uri', 'aliases' => array(), 'dev_requirement' => \false), 'league/uri-components' => array('pretty_version' => '7.4.1', 'version' => '7.4.1.0', 'reference' => 'b94fe4097885f1b51c4c3fcb78025fbbabbb5d9d', 'type' => 'library', 'install_path' => __DIR__ . '/../league/uri-components', 'aliases' => array(), 'dev_requirement' => \false), 'league/uri-interfaces' => array('pretty_version' => '7.4.1', 'version' => '7.4.1.0', 'reference' => '8d43ef5c841032c87e2de015972c06f3865ef718', 'type' => 'library', 'install_path' => __DIR__ . '/../league/uri-interfaces', 'aliases' => array(), 'dev_requirement' => \false), 'netresearch/jsonmapper' => array('pretty_version' => 'v5.0.0', 'version' => '5.0.0.0', 'reference' => '8c64d8d444a5d764c641ebe97e0e3bc72b25bf6c', 'type' => 'library', 'install_path' => __DIR__ . '/../netresearch/jsonmapper', 'aliases' => array(), 'dev_requirement' => \false), 'phrity/net-uri' => array('pretty_version' => '1.3.0', 'version' => '1.3.0.0', 'reference' => '3f458e0c4d1ddc0e218d7a5b9420127c63925f43', 'type' => 'library', 'install_path' => __DIR__ . '/../phrity/net-uri', 'aliases' => array(), 'dev_requirement' => \false), 'phrity/util-errorhandler' => array('pretty_version' => '1.1.1', 'version' => '1.1.1.0', 'reference' => '483228156e06673963902b1cc1e6bd9541ab4d5e', 'type' => 'library', 'install_path' => __DIR__ . '/../phrity/util-errorhandler', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container' => array('pretty_version' => '2.0.2', 'version' => '2.0.2.0', 'reference' => 'c71ecc56dfe541dbd90c5360474fbc405f8d5963', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.1|2.0')), 'psr/http-factory' => array('pretty_version' => '1.1.0', 'version' => '1.1.0.0', 'reference' => '2b4765fddfe3b508ac62f829e852b1501d3f6e8a', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-factory', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-message' => array('pretty_version' => '1.1', 'version' => '1.1.0.0', 'reference' => 'cb6ce4845ce34a8ad9e68117c10ee90a29919eba', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'dev_requirement' => \false), 'psr/log' => array('pretty_version' => '3.0.2', 'version' => '3.0.2.0', 'reference' => 'f16e1d5863e37f8d8c2a01719f5b34baa2b714d3', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'dev_requirement' => \false), 'psr/simple-cache' => array('pretty_version' => '3.0.0', 'version' => '3.0.0.0', 'reference' => '764e0b3939f5ca87cb904f570ef9be2d78a07865', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/simple-cache', 'aliases' => array(), 'dev_requirement' => \false), 'ramsey/collection' => array('pretty_version' => '2.0.0', 'version' => '2.0.0.0', 'reference' => 'a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5', 'type' => 'library', 'install_path' => __DIR__ . '/../ramsey/collection', 'aliases' => array(), 'dev_requirement' => \false), 'ramsey/uuid' => array('pretty_version' => '4.7.6', 'version' => '4.7.6.0', 'reference' => '91039bc1faa45ba123c4328958e620d382ec7088', 'type' => 'library', 'install_path' => __DIR__ . '/../ramsey/uuid', 'aliases' => array(), 'dev_requirement' => \false), 'revolt/event-loop' => array('pretty_version' => 'v1.0.6', 'version' => '1.0.6.0', 'reference' => '25de49af7223ba039f64da4ae9a28ec2d10d0254', 'type' => 'library', 'install_path' => __DIR__ . '/../revolt/event-loop', 'aliases' => array(), 'dev_requirement' => \false), 'rhumsaa/uuid' => array('dev_requirement' => \false, 'replaced' => array(0 => '4.7.6')), 'textalk/websocket' => array('pretty_version' => '1.6.3', 'version' => '1.6.3.0', 'reference' => '67de79745b1a357caf812bfc44e0abf481cee012', 'type' => 'library', 'install_path' => __DIR__ . '/../textalk/websocket', 'aliases' => array(), 'dev_requirement' => \false))); -
gdata-antivirus/tags/2.1.2/vendor/illuminate/container/Container.php
r3196271 r3200729 551 551 protected function rebound($abstract) 552 552 { 553 if (!$callbacks = $this->getReboundCallbacks($abstract)) { 554 return; 555 } 553 556 $instance = $this->make($abstract); 554 foreach ($ this->getReboundCallbacks($abstract)as $callback) {557 foreach ($callbacks as $callback) { 555 558 $callback($this, $instance); 556 559 } -
gdata-antivirus/tags/2.1.2/vendor/illuminate/contracts/Database/ModelIdentifier.php
r3169198 r3200729 8 8 * The class name of the model. 9 9 * 10 * @var string10 * @var class-string<\Illuminate\Database\Eloquent\Model> 11 11 */ 12 12 public $class; … … 34 34 * The class name of the model collection. 35 35 * 36 * @var string|null36 * @var class-string<\Illuminate\Database\Eloquent\Collection>|null 37 37 */ 38 38 public $collectionClass; … … 40 40 * Create a new model identifier. 41 41 * 42 * @param string$class42 * @param class-string<\Illuminate\Database\Eloquent\Model> $class 43 43 * @param mixed $id 44 44 * @param array $relations … … 56 56 * Specify the collection class that should be used when serializing / restoring collections. 57 57 * 58 * @param string|null$collectionClass58 * @param class-string<\Illuminate\Database\Eloquent\Collection> $collectionClass 59 59 * @return $this 60 60 */ -
gdata-antivirus/trunk/Readme.txt
r3196271 r3200729 5 5 Tested up to: 6.6 6 6 Requires PHP: 8.1 7 Stable tag: 2.1. 17 Stable tag: 2.1.2 8 8 License: GNU General Public License v3.0 9 9 License URI: https://github.com/GDATASoftwareAG/vaas/blob/main/LICENSE … … 57 57 == Changelog == 58 58 59 = 2.1.2 = 60 * update illuminate/container from 11.33.2 to 11.34.2 61 * update phpunit/phpunit from 11.4.3 to 11.4.4 62 * update symfony/finder from 7.1.6 to 7.2.0 63 59 64 = 2.1.1 = 60 65 * updates: update illuminate/container to 11.33.2 -
gdata-antivirus/trunk/composer.json
r3196271 r3200729 1 1 { 2 2 "name": "gdatacyberdefenseag\/gdata-antivirus", 3 "version": "2.1. 1",3 "version": "2.1.2", 4 4 "autoload": { 5 5 "psr-4": { -
gdata-antivirus/trunk/composer.lock
r3196271 r3200729 1337 1337 { 1338 1338 "name": "illuminate/container", 1339 "version": "v11.3 3.2",1339 "version": "v11.34.2", 1340 1340 "source": { 1341 1341 "type": "git", 1342 1342 "url": "https://github.com/illuminate/container.git", 1343 "reference": " 6e31eb49e9c9e68356a55cd8f18fb8830b8158cd"1344 }, 1345 "dist": { 1346 "type": "zip", 1347 "url": "https://api.github.com/repos/illuminate/container/zipball/ 6e31eb49e9c9e68356a55cd8f18fb8830b8158cd",1348 "reference": " 6e31eb49e9c9e68356a55cd8f18fb8830b8158cd",1343 "reference": "b057b0bbb38d7c7524df1ca5c38e7318f4c64d26" 1344 }, 1345 "dist": { 1346 "type": "zip", 1347 "url": "https://api.github.com/repos/illuminate/container/zipball/b057b0bbb38d7c7524df1ca5c38e7318f4c64d26", 1348 "reference": "b057b0bbb38d7c7524df1ca5c38e7318f4c64d26", 1349 1349 "shasum": "" 1350 1350 }, … … 1384 1384 "source": "https://github.com/laravel/framework" 1385 1385 }, 1386 "time": "2024-11- 14T15:31:35+00:00"1386 "time": "2024-11-21T20:07:31+00:00" 1387 1387 }, 1388 1388 { 1389 1389 "name": "illuminate/contracts", 1390 "version": "v11.3 3.2",1390 "version": "v11.34.2", 1391 1391 "source": { 1392 1392 "type": "git", 1393 1393 "url": "https://github.com/illuminate/contracts.git", 1394 "reference": " 44c15aec6ea0d997e0885aa5b04876fe8a141433"1395 }, 1396 "dist": { 1397 "type": "zip", 1398 "url": "https://api.github.com/repos/illuminate/contracts/zipball/ 44c15aec6ea0d997e0885aa5b04876fe8a141433",1399 "reference": " 44c15aec6ea0d997e0885aa5b04876fe8a141433",1394 "reference": "184317f701ba20ca265e36808ed54b75b115972d" 1395 }, 1396 "dist": { 1397 "type": "zip", 1398 "url": "https://api.github.com/repos/illuminate/contracts/zipball/184317f701ba20ca265e36808ed54b75b115972d", 1399 "reference": "184317f701ba20ca265e36808ed54b75b115972d", 1400 1400 "shasum": "" 1401 1401 }, … … 1432 1432 "source": "https://github.com/laravel/framework" 1433 1433 }, 1434 "time": "2024-11- 15T15:40:33+00:00"1434 "time": "2024-11-25T15:33:38+00:00" 1435 1435 }, 1436 1436 { … … 2701 2701 { 2702 2702 "name": "myclabs/deep-copy", 2703 "version": "1.12. 0",2703 "version": "1.12.1", 2704 2704 "source": { 2705 2705 "type": "git", 2706 2706 "url": "https://github.com/myclabs/DeepCopy.git", 2707 "reference": " 3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c"2708 }, 2709 "dist": { 2710 "type": "zip", 2711 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/ 3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",2712 "reference": " 3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",2707 "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845" 2708 }, 2709 "dist": { 2710 "type": "zip", 2711 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/123267b2c49fbf30d78a7b2d333f6be754b94845", 2712 "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845", 2713 2713 "shasum": "" 2714 2714 }, … … 2749 2749 "support": { 2750 2750 "issues": "https://github.com/myclabs/DeepCopy/issues", 2751 "source": "https://github.com/myclabs/DeepCopy/tree/1.12. 0"2751 "source": "https://github.com/myclabs/DeepCopy/tree/1.12.1" 2752 2752 }, 2753 2753 "funding": [ … … 2757 2757 } 2758 2758 ], 2759 "time": "2024- 06-12T14:39:25+00:00"2759 "time": "2024-11-08T17:47:46+00:00" 2760 2760 }, 2761 2761 { … … 3426 3426 { 3427 3427 "name": "phpunit/phpunit", 3428 "version": "11.4. 3",3428 "version": "11.4.4", 3429 3429 "source": { 3430 3430 "type": "git", 3431 3431 "url": "https://github.com/sebastianbergmann/phpunit.git", 3432 "reference": " e8e8ed1854de5d36c088ec1833beae40d2dedd76"3433 }, 3434 "dist": { 3435 "type": "zip", 3436 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ e8e8ed1854de5d36c088ec1833beae40d2dedd76",3437 "reference": " e8e8ed1854de5d36c088ec1833beae40d2dedd76",3432 "reference": "f9ba7bd3c9f3ff54ec379d7a1c2e3f13fe0bbde4" 3433 }, 3434 "dist": { 3435 "type": "zip", 3436 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f9ba7bd3c9f3ff54ec379d7a1c2e3f13fe0bbde4", 3437 "reference": "f9ba7bd3c9f3ff54ec379d7a1c2e3f13fe0bbde4", 3438 3438 "shasum": "" 3439 3439 }, … … 3445 3445 "ext-xml": "*", 3446 3446 "ext-xmlwriter": "*", 3447 "myclabs/deep-copy": "^1.12. 0",3447 "myclabs/deep-copy": "^1.12.1", 3448 3448 "phar-io/manifest": "^2.0.4", 3449 3449 "phar-io/version": "^3.2.1", … … 3456 3456 "sebastian/cli-parser": "^3.0.2", 3457 3457 "sebastian/code-unit": "^3.0.1", 3458 "sebastian/comparator": "^6. 1.1",3458 "sebastian/comparator": "^6.2.1", 3459 3459 "sebastian/diff": "^6.0.2", 3460 3460 "sebastian/environment": "^7.2.0", … … 3506 3506 "issues": "https://github.com/sebastianbergmann/phpunit/issues", 3507 3507 "security": "https://github.com/sebastianbergmann/phpunit/security/policy", 3508 "source": "https://github.com/sebastianbergmann/phpunit/tree/11.4. 3"3508 "source": "https://github.com/sebastianbergmann/phpunit/tree/11.4.4" 3509 3509 }, 3510 3510 "funding": [ … … 3522 3522 } 3523 3523 ], 3524 "time": "2024-1 0-28T13:07:50+00:00"3524 "time": "2024-11-27T10:44:52+00:00" 3525 3525 }, 3526 3526 { … … 4529 4529 { 4530 4530 "name": "symfony/finder", 4531 "version": "v7. 1.6",4531 "version": "v7.2.0", 4532 4532 "source": { 4533 4533 "type": "git", 4534 4534 "url": "https://github.com/symfony/finder.git", 4535 "reference": " 2cb89664897be33f78c65d3d2845954c8d7a43b8"4536 }, 4537 "dist": { 4538 "type": "zip", 4539 "url": "https://api.github.com/repos/symfony/finder/zipball/ 2cb89664897be33f78c65d3d2845954c8d7a43b8",4540 "reference": " 2cb89664897be33f78c65d3d2845954c8d7a43b8",4535 "reference": "6de263e5868b9a137602dd1e33e4d48bfae99c49" 4536 }, 4537 "dist": { 4538 "type": "zip", 4539 "url": "https://api.github.com/repos/symfony/finder/zipball/6de263e5868b9a137602dd1e33e4d48bfae99c49", 4540 "reference": "6de263e5868b9a137602dd1e33e4d48bfae99c49", 4541 4541 "shasum": "" 4542 4542 }, … … 4573 4573 "homepage": "https://symfony.com", 4574 4574 "support": { 4575 "source": "https://github.com/symfony/finder/tree/v7. 1.6"4575 "source": "https://github.com/symfony/finder/tree/v7.2.0" 4576 4576 }, 4577 4577 "funding": [ … … 4589 4589 } 4590 4590 ], 4591 "time": "2024-10- 01T08:31:23+00:00"4591 "time": "2024-10-23T06:56:12+00:00" 4592 4592 }, 4593 4593 { -
gdata-antivirus/trunk/gdata-antivirus.php
r3196271 r3200729 12 12 * @wordpress-plugin 13 13 * Plugin Name: G DATA Antivirus 14 * Version: 2.1. 114 * Version: 2.1.2 15 15 * Requires at least: 6.2 16 16 * Tested up to: 6.6 -
gdata-antivirus/trunk/vendor/composer/installed.json
r3196271 r3200729 1388 1388 { 1389 1389 "name": "illuminate\/container", 1390 "version": "v11.3 3.2",1391 "version_normalized": "11.3 3.2.0",1390 "version": "v11.34.2", 1391 "version_normalized": "11.34.2.0", 1392 1392 "source": { 1393 1393 "type": "git", 1394 1394 "url": "https:\/\/github.com\/illuminate\/container.git", 1395 "reference": " 6e31eb49e9c9e68356a55cd8f18fb8830b8158cd"1396 }, 1397 "dist": { 1398 "type": "zip", 1399 "url": "https:\/\/api.github.com\/repos\/illuminate\/container\/zipball\/ 6e31eb49e9c9e68356a55cd8f18fb8830b8158cd",1400 "reference": " 6e31eb49e9c9e68356a55cd8f18fb8830b8158cd",1395 "reference": "b057b0bbb38d7c7524df1ca5c38e7318f4c64d26" 1396 }, 1397 "dist": { 1398 "type": "zip", 1399 "url": "https:\/\/api.github.com\/repos\/illuminate\/container\/zipball\/b057b0bbb38d7c7524df1ca5c38e7318f4c64d26", 1400 "reference": "b057b0bbb38d7c7524df1ca5c38e7318f4c64d26", 1401 1401 "shasum": "" 1402 1402 }, … … 1409 1409 "psr\/container-implementation": "1.1|2.0" 1410 1410 }, 1411 "time": "2024-11- 14T15:31:35+00:00",1411 "time": "2024-11-21T20:07:31+00:00", 1412 1412 "type": "library", 1413 1413 "extra": { … … 1442 1442 { 1443 1443 "name": "illuminate\/contracts", 1444 "version": "v11.3 3.2",1445 "version_normalized": "11.3 3.2.0",1444 "version": "v11.34.2", 1445 "version_normalized": "11.34.2.0", 1446 1446 "source": { 1447 1447 "type": "git", 1448 1448 "url": "https:\/\/github.com\/illuminate\/contracts.git", 1449 "reference": " 44c15aec6ea0d997e0885aa5b04876fe8a141433"1450 }, 1451 "dist": { 1452 "type": "zip", 1453 "url": "https:\/\/api.github.com\/repos\/illuminate\/contracts\/zipball\/ 44c15aec6ea0d997e0885aa5b04876fe8a141433",1454 "reference": " 44c15aec6ea0d997e0885aa5b04876fe8a141433",1449 "reference": "184317f701ba20ca265e36808ed54b75b115972d" 1450 }, 1451 "dist": { 1452 "type": "zip", 1453 "url": "https:\/\/api.github.com\/repos\/illuminate\/contracts\/zipball\/184317f701ba20ca265e36808ed54b75b115972d", 1454 "reference": "184317f701ba20ca265e36808ed54b75b115972d", 1455 1455 "shasum": "" 1456 1456 }, … … 1460 1460 "psr\/simple-cache": "^1.0|^2.0|^3.0" 1461 1461 }, 1462 "time": "2024-11- 15T15:40:33+00:00",1462 "time": "2024-11-25T15:33:38+00:00", 1463 1463 "type": "library", 1464 1464 "extra": { -
gdata-antivirus/trunk/vendor/composer/installed.php
r3196271 r3200729 3 3 namespace GDAVSCOPE; 4 4 5 return array('root' => array('name' => 'gdatacyberdefenseag/gdata-antivirus', 'pretty_version' => '1.2.3', 'version' => '1.2.3.0', 'reference' => null, 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \false), 'versions' => array('amphp/amp' => array('pretty_version' => 'v3.0.2', 'version' => '3.0.2.0', 'reference' => '138801fb68cfc9c329da8a7b39d01ce7291ee4b0', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/amp', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/byte-stream' => array('pretty_version' => 'v2.1.1', 'version' => '2.1.1.0', 'reference' => 'daa00f2efdbd71565bf64ffefa89e37542addf93', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/byte-stream', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/cache' => array('pretty_version' => 'v2.0.1', 'version' => '2.0.1.0', 'reference' => '46912e387e6aa94933b61ea1ead9cf7540b7797c', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/cache', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/dns' => array('pretty_version' => 'v2.2.0', 'version' => '2.2.0.0', 'reference' => '758266b0ea7470e2e42cd098493bc6d6c7100cf7', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/dns', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/file' => array('pretty_version' => 'v3.1.1', 'version' => '3.1.1.0', 'reference' => '58c8efefb8808d25456ef3ef4a628645442578a2', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/file', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/hpack' => array('pretty_version' => 'v3.2.1', 'version' => '3.2.1.0', 'reference' => '4f293064b15682a2b178b1367ddf0b8b5feb0239', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/hpack', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/http' => array('pretty_version' => 'v2.1.1', 'version' => '2.1.1.0', 'reference' => 'fe6b4dd50c1e70caf823092398074b5082e1d6da', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/http', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/http-client' => array('pretty_version' => 'v5.1.0', 'version' => '5.1.0.0', 'reference' => '483df9a856625fe4406c7fb6a64d6787105bd184', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/http-client', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/parallel' => array('pretty_version' => 'v2.3.0', 'version' => '2.3.0.0', 'reference' => '9777db1460d1535bc2a843840684fb1205225b87', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/parallel', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/parser' => array('pretty_version' => 'v1.1.1', 'version' => '1.1.1.0', 'reference' => '3cf1f8b32a0171d4b1bed93d25617637a77cded7', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/parser', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/pipeline' => array('pretty_version' => 'v1.2.1', 'version' => '1.2.1.0', 'reference' => '66c095673aa5b6e689e63b52d19e577459129ab3', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/pipeline', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/process' => array('pretty_version' => 'v2.0.3', 'version' => '2.0.3.0', 'reference' => '52e08c09dec7511d5fbc1fb00d3e4e79fc77d58d', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/process', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/serialization' => array('pretty_version' => 'v1.0.0', 'version' => '1.0.0.0', 'reference' => '693e77b2fb0b266c3c7d622317f881de44ae94a1', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/serialization', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/socket' => array('pretty_version' => 'v2.3.1', 'version' => '2.3.1.0', 'reference' => '58e0422221825b79681b72c50c47a930be7bf1e1', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/socket', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/sync' => array('pretty_version' => 'v2.3.0', 'version' => '2.3.0.0', 'reference' => '217097b785130d77cfcc58ff583cf26cd1770bf1', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/sync', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/windows-registry' => array('pretty_version' => 'v1.0.1', 'version' => '1.0.1.0', 'reference' => '0d569e8f256cca974e3842b6e78b4e434bf98306', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/windows-registry', 'aliases' => array(), 'dev_requirement' => \false), 'brick/math' => array('pretty_version' => '0.12.1', 'version' => '0.12.1.0', 'reference' => 'f510c0a40911935b77b86859eb5223d58d660df1', 'type' => 'library', 'install_path' => __DIR__ . '/../brick/math', 'aliases' => array(), 'dev_requirement' => \false), 'daverandom/libdns' => array('pretty_version' => 'v2.1.0', 'version' => '2.1.0.0', 'reference' => 'b84c94e8fe6b7ee4aecfe121bfe3b6177d303c8a', 'type' => 'library', 'install_path' => __DIR__ . '/../daverandom/libdns', 'aliases' => array(), 'dev_requirement' => \false), 'gdata/vaas' => array('pretty_version' => '9.0.5', 'version' => '9.0.5.0', 'reference' => 'b7c0fe55a78afaf890934af005781bba02ddbab8', 'type' => 'library', 'install_path' => __DIR__ . '/../gdata/vaas', 'aliases' => array(), 'dev_requirement' => \false), 'gdatacyberdefenseag/gdata-antivirus' => array('pretty_version' => '1.2.3', 'version' => '1.2.3.0', 'reference' => null, 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'illuminate/container' => array('pretty_version' => 'v11.3 3.2', 'version' => '11.33.2.0', 'reference' => '6e31eb49e9c9e68356a55cd8f18fb8830b8158cd', 'type' => 'library', 'install_path' => __DIR__ . '/../illuminate/container', 'aliases' => array(), 'dev_requirement' => \false), 'illuminate/contracts' => array('pretty_version' => 'v11.33.2', 'version' => '11.33.2.0', 'reference' => '44c15aec6ea0d997e0885aa5b04876fe8a141433', 'type' => 'library', 'install_path' => __DIR__ . '/../illuminate/contracts', 'aliases' => array(), 'dev_requirement' => \false), 'kelunik/certificate' => array('pretty_version' => 'v1.1.3', 'version' => '1.1.3.0', 'reference' => '7e00d498c264d5eb4f78c69f41c8bd6719c0199e', 'type' => 'library', 'install_path' => __DIR__ . '/../kelunik/certificate', 'aliases' => array(), 'dev_requirement' => \false), 'league/uri' => array('pretty_version' => '7.4.1', 'version' => '7.4.1.0', 'reference' => 'bedb6e55eff0c933668addaa7efa1e1f2c417cc4', 'type' => 'library', 'install_path' => __DIR__ . '/../league/uri', 'aliases' => array(), 'dev_requirement' => \false), 'league/uri-components' => array('pretty_version' => '7.4.1', 'version' => '7.4.1.0', 'reference' => 'b94fe4097885f1b51c4c3fcb78025fbbabbb5d9d', 'type' => 'library', 'install_path' => __DIR__ . '/../league/uri-components', 'aliases' => array(), 'dev_requirement' => \false), 'league/uri-interfaces' => array('pretty_version' => '7.4.1', 'version' => '7.4.1.0', 'reference' => '8d43ef5c841032c87e2de015972c06f3865ef718', 'type' => 'library', 'install_path' => __DIR__ . '/../league/uri-interfaces', 'aliases' => array(), 'dev_requirement' => \false), 'netresearch/jsonmapper' => array('pretty_version' => 'v5.0.0', 'version' => '5.0.0.0', 'reference' => '8c64d8d444a5d764c641ebe97e0e3bc72b25bf6c', 'type' => 'library', 'install_path' => __DIR__ . '/../netresearch/jsonmapper', 'aliases' => array(), 'dev_requirement' => \false), 'phrity/net-uri' => array('pretty_version' => '1.3.0', 'version' => '1.3.0.0', 'reference' => '3f458e0c4d1ddc0e218d7a5b9420127c63925f43', 'type' => 'library', 'install_path' => __DIR__ . '/../phrity/net-uri', 'aliases' => array(), 'dev_requirement' => \false), 'phrity/util-errorhandler' => array('pretty_version' => '1.1.1', 'version' => '1.1.1.0', 'reference' => '483228156e06673963902b1cc1e6bd9541ab4d5e', 'type' => 'library', 'install_path' => __DIR__ . '/../phrity/util-errorhandler', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container' => array('pretty_version' => '2.0.2', 'version' => '2.0.2.0', 'reference' => 'c71ecc56dfe541dbd90c5360474fbc405f8d5963', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.1|2.0')), 'psr/http-factory' => array('pretty_version' => '1.1.0', 'version' => '1.1.0.0', 'reference' => '2b4765fddfe3b508ac62f829e852b1501d3f6e8a', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-factory', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-message' => array('pretty_version' => '1.1', 'version' => '1.1.0.0', 'reference' => 'cb6ce4845ce34a8ad9e68117c10ee90a29919eba', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'dev_requirement' => \false), 'psr/log' => array('pretty_version' => '3.0.2', 'version' => '3.0.2.0', 'reference' => 'f16e1d5863e37f8d8c2a01719f5b34baa2b714d3', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'dev_requirement' => \false), 'psr/simple-cache' => array('pretty_version' => '3.0.0', 'version' => '3.0.0.0', 'reference' => '764e0b3939f5ca87cb904f570ef9be2d78a07865', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/simple-cache', 'aliases' => array(), 'dev_requirement' => \false), 'ramsey/collection' => array('pretty_version' => '2.0.0', 'version' => '2.0.0.0', 'reference' => 'a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5', 'type' => 'library', 'install_path' => __DIR__ . '/../ramsey/collection', 'aliases' => array(), 'dev_requirement' => \false), 'ramsey/uuid' => array('pretty_version' => '4.7.6', 'version' => '4.7.6.0', 'reference' => '91039bc1faa45ba123c4328958e620d382ec7088', 'type' => 'library', 'install_path' => __DIR__ . '/../ramsey/uuid', 'aliases' => array(), 'dev_requirement' => \false), 'revolt/event-loop' => array('pretty_version' => 'v1.0.6', 'version' => '1.0.6.0', 'reference' => '25de49af7223ba039f64da4ae9a28ec2d10d0254', 'type' => 'library', 'install_path' => __DIR__ . '/../revolt/event-loop', 'aliases' => array(), 'dev_requirement' => \false), 'rhumsaa/uuid' => array('dev_requirement' => \false, 'replaced' => array(0 => '4.7.6')), 'textalk/websocket' => array('pretty_version' => '1.6.3', 'version' => '1.6.3.0', 'reference' => '67de79745b1a357caf812bfc44e0abf481cee012', 'type' => 'library', 'install_path' => __DIR__ . '/../textalk/websocket', 'aliases' => array(), 'dev_requirement' => \false)));5 return array('root' => array('name' => 'gdatacyberdefenseag/gdata-antivirus', 'pretty_version' => '1.2.3', 'version' => '1.2.3.0', 'reference' => null, 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \false), 'versions' => array('amphp/amp' => array('pretty_version' => 'v3.0.2', 'version' => '3.0.2.0', 'reference' => '138801fb68cfc9c329da8a7b39d01ce7291ee4b0', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/amp', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/byte-stream' => array('pretty_version' => 'v2.1.1', 'version' => '2.1.1.0', 'reference' => 'daa00f2efdbd71565bf64ffefa89e37542addf93', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/byte-stream', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/cache' => array('pretty_version' => 'v2.0.1', 'version' => '2.0.1.0', 'reference' => '46912e387e6aa94933b61ea1ead9cf7540b7797c', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/cache', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/dns' => array('pretty_version' => 'v2.2.0', 'version' => '2.2.0.0', 'reference' => '758266b0ea7470e2e42cd098493bc6d6c7100cf7', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/dns', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/file' => array('pretty_version' => 'v3.1.1', 'version' => '3.1.1.0', 'reference' => '58c8efefb8808d25456ef3ef4a628645442578a2', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/file', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/hpack' => array('pretty_version' => 'v3.2.1', 'version' => '3.2.1.0', 'reference' => '4f293064b15682a2b178b1367ddf0b8b5feb0239', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/hpack', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/http' => array('pretty_version' => 'v2.1.1', 'version' => '2.1.1.0', 'reference' => 'fe6b4dd50c1e70caf823092398074b5082e1d6da', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/http', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/http-client' => array('pretty_version' => 'v5.1.0', 'version' => '5.1.0.0', 'reference' => '483df9a856625fe4406c7fb6a64d6787105bd184', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/http-client', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/parallel' => array('pretty_version' => 'v2.3.0', 'version' => '2.3.0.0', 'reference' => '9777db1460d1535bc2a843840684fb1205225b87', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/parallel', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/parser' => array('pretty_version' => 'v1.1.1', 'version' => '1.1.1.0', 'reference' => '3cf1f8b32a0171d4b1bed93d25617637a77cded7', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/parser', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/pipeline' => array('pretty_version' => 'v1.2.1', 'version' => '1.2.1.0', 'reference' => '66c095673aa5b6e689e63b52d19e577459129ab3', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/pipeline', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/process' => array('pretty_version' => 'v2.0.3', 'version' => '2.0.3.0', 'reference' => '52e08c09dec7511d5fbc1fb00d3e4e79fc77d58d', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/process', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/serialization' => array('pretty_version' => 'v1.0.0', 'version' => '1.0.0.0', 'reference' => '693e77b2fb0b266c3c7d622317f881de44ae94a1', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/serialization', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/socket' => array('pretty_version' => 'v2.3.1', 'version' => '2.3.1.0', 'reference' => '58e0422221825b79681b72c50c47a930be7bf1e1', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/socket', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/sync' => array('pretty_version' => 'v2.3.0', 'version' => '2.3.0.0', 'reference' => '217097b785130d77cfcc58ff583cf26cd1770bf1', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/sync', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/windows-registry' => array('pretty_version' => 'v1.0.1', 'version' => '1.0.1.0', 'reference' => '0d569e8f256cca974e3842b6e78b4e434bf98306', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/windows-registry', 'aliases' => array(), 'dev_requirement' => \false), 'brick/math' => array('pretty_version' => '0.12.1', 'version' => '0.12.1.0', 'reference' => 'f510c0a40911935b77b86859eb5223d58d660df1', 'type' => 'library', 'install_path' => __DIR__ . '/../brick/math', 'aliases' => array(), 'dev_requirement' => \false), 'daverandom/libdns' => array('pretty_version' => 'v2.1.0', 'version' => '2.1.0.0', 'reference' => 'b84c94e8fe6b7ee4aecfe121bfe3b6177d303c8a', 'type' => 'library', 'install_path' => __DIR__ . '/../daverandom/libdns', 'aliases' => array(), 'dev_requirement' => \false), 'gdata/vaas' => array('pretty_version' => '9.0.5', 'version' => '9.0.5.0', 'reference' => 'b7c0fe55a78afaf890934af005781bba02ddbab8', 'type' => 'library', 'install_path' => __DIR__ . '/../gdata/vaas', 'aliases' => array(), 'dev_requirement' => \false), 'gdatacyberdefenseag/gdata-antivirus' => array('pretty_version' => '1.2.3', 'version' => '1.2.3.0', 'reference' => null, 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'illuminate/container' => array('pretty_version' => 'v11.34.2', 'version' => '11.34.2.0', 'reference' => 'b057b0bbb38d7c7524df1ca5c38e7318f4c64d26', 'type' => 'library', 'install_path' => __DIR__ . '/../illuminate/container', 'aliases' => array(), 'dev_requirement' => \false), 'illuminate/contracts' => array('pretty_version' => 'v11.34.2', 'version' => '11.34.2.0', 'reference' => '184317f701ba20ca265e36808ed54b75b115972d', 'type' => 'library', 'install_path' => __DIR__ . '/../illuminate/contracts', 'aliases' => array(), 'dev_requirement' => \false), 'kelunik/certificate' => array('pretty_version' => 'v1.1.3', 'version' => '1.1.3.0', 'reference' => '7e00d498c264d5eb4f78c69f41c8bd6719c0199e', 'type' => 'library', 'install_path' => __DIR__ . '/../kelunik/certificate', 'aliases' => array(), 'dev_requirement' => \false), 'league/uri' => array('pretty_version' => '7.4.1', 'version' => '7.4.1.0', 'reference' => 'bedb6e55eff0c933668addaa7efa1e1f2c417cc4', 'type' => 'library', 'install_path' => __DIR__ . '/../league/uri', 'aliases' => array(), 'dev_requirement' => \false), 'league/uri-components' => array('pretty_version' => '7.4.1', 'version' => '7.4.1.0', 'reference' => 'b94fe4097885f1b51c4c3fcb78025fbbabbb5d9d', 'type' => 'library', 'install_path' => __DIR__ . '/../league/uri-components', 'aliases' => array(), 'dev_requirement' => \false), 'league/uri-interfaces' => array('pretty_version' => '7.4.1', 'version' => '7.4.1.0', 'reference' => '8d43ef5c841032c87e2de015972c06f3865ef718', 'type' => 'library', 'install_path' => __DIR__ . '/../league/uri-interfaces', 'aliases' => array(), 'dev_requirement' => \false), 'netresearch/jsonmapper' => array('pretty_version' => 'v5.0.0', 'version' => '5.0.0.0', 'reference' => '8c64d8d444a5d764c641ebe97e0e3bc72b25bf6c', 'type' => 'library', 'install_path' => __DIR__ . '/../netresearch/jsonmapper', 'aliases' => array(), 'dev_requirement' => \false), 'phrity/net-uri' => array('pretty_version' => '1.3.0', 'version' => '1.3.0.0', 'reference' => '3f458e0c4d1ddc0e218d7a5b9420127c63925f43', 'type' => 'library', 'install_path' => __DIR__ . '/../phrity/net-uri', 'aliases' => array(), 'dev_requirement' => \false), 'phrity/util-errorhandler' => array('pretty_version' => '1.1.1', 'version' => '1.1.1.0', 'reference' => '483228156e06673963902b1cc1e6bd9541ab4d5e', 'type' => 'library', 'install_path' => __DIR__ . '/../phrity/util-errorhandler', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container' => array('pretty_version' => '2.0.2', 'version' => '2.0.2.0', 'reference' => 'c71ecc56dfe541dbd90c5360474fbc405f8d5963', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.1|2.0')), 'psr/http-factory' => array('pretty_version' => '1.1.0', 'version' => '1.1.0.0', 'reference' => '2b4765fddfe3b508ac62f829e852b1501d3f6e8a', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-factory', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-message' => array('pretty_version' => '1.1', 'version' => '1.1.0.0', 'reference' => 'cb6ce4845ce34a8ad9e68117c10ee90a29919eba', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'dev_requirement' => \false), 'psr/log' => array('pretty_version' => '3.0.2', 'version' => '3.0.2.0', 'reference' => 'f16e1d5863e37f8d8c2a01719f5b34baa2b714d3', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'dev_requirement' => \false), 'psr/simple-cache' => array('pretty_version' => '3.0.0', 'version' => '3.0.0.0', 'reference' => '764e0b3939f5ca87cb904f570ef9be2d78a07865', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/simple-cache', 'aliases' => array(), 'dev_requirement' => \false), 'ramsey/collection' => array('pretty_version' => '2.0.0', 'version' => '2.0.0.0', 'reference' => 'a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5', 'type' => 'library', 'install_path' => __DIR__ . '/../ramsey/collection', 'aliases' => array(), 'dev_requirement' => \false), 'ramsey/uuid' => array('pretty_version' => '4.7.6', 'version' => '4.7.6.0', 'reference' => '91039bc1faa45ba123c4328958e620d382ec7088', 'type' => 'library', 'install_path' => __DIR__ . '/../ramsey/uuid', 'aliases' => array(), 'dev_requirement' => \false), 'revolt/event-loop' => array('pretty_version' => 'v1.0.6', 'version' => '1.0.6.0', 'reference' => '25de49af7223ba039f64da4ae9a28ec2d10d0254', 'type' => 'library', 'install_path' => __DIR__ . '/../revolt/event-loop', 'aliases' => array(), 'dev_requirement' => \false), 'rhumsaa/uuid' => array('dev_requirement' => \false, 'replaced' => array(0 => '4.7.6')), 'textalk/websocket' => array('pretty_version' => '1.6.3', 'version' => '1.6.3.0', 'reference' => '67de79745b1a357caf812bfc44e0abf481cee012', 'type' => 'library', 'install_path' => __DIR__ . '/../textalk/websocket', 'aliases' => array(), 'dev_requirement' => \false))); -
gdata-antivirus/trunk/vendor/illuminate/container/Container.php
r3196271 r3200729 551 551 protected function rebound($abstract) 552 552 { 553 if (!$callbacks = $this->getReboundCallbacks($abstract)) { 554 return; 555 } 553 556 $instance = $this->make($abstract); 554 foreach ($ this->getReboundCallbacks($abstract)as $callback) {557 foreach ($callbacks as $callback) { 555 558 $callback($this, $instance); 556 559 } -
gdata-antivirus/trunk/vendor/illuminate/contracts/Database/ModelIdentifier.php
r3169198 r3200729 8 8 * The class name of the model. 9 9 * 10 * @var string10 * @var class-string<\Illuminate\Database\Eloquent\Model> 11 11 */ 12 12 public $class; … … 34 34 * The class name of the model collection. 35 35 * 36 * @var string|null36 * @var class-string<\Illuminate\Database\Eloquent\Collection>|null 37 37 */ 38 38 public $collectionClass; … … 40 40 * Create a new model identifier. 41 41 * 42 * @param string$class42 * @param class-string<\Illuminate\Database\Eloquent\Model> $class 43 43 * @param mixed $id 44 44 * @param array $relations … … 56 56 * Specify the collection class that should be used when serializing / restoring collections. 57 57 * 58 * @param string|null$collectionClass58 * @param class-string<\Illuminate\Database\Eloquent\Collection> $collectionClass 59 59 * @return $this 60 60 */
Note: See TracChangeset
for help on using the changeset viewer.