Changeset 194a359 for composer.lock
- Timestamp:
- 09/30/21 00:32:27 (3 years ago)
- Branches:
- develop, master
- Children:
- 24a616f
- Parents:
- 582789f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
composer.lock
r582789f r194a359 880 880 { 881 881 "name": "laravel/framework", 882 "version": "v8.6 1.0",882 "version": "v8.62.0", 883 883 "source": { 884 884 "type": "git", 885 885 "url": "https://github.com/laravel/framework.git", 886 "reference": " 3d528d3d3c8ecb444b50a266c212a52973a6669b"887 }, 888 "dist": { 889 "type": "zip", 890 "url": "https://api.github.com/repos/laravel/framework/zipball/ 3d528d3d3c8ecb444b50a266c212a52973a6669b",891 "reference": " 3d528d3d3c8ecb444b50a266c212a52973a6669b",886 "reference": "60a7e00488167ce2babf3a2aeb3677e48aaf39be" 887 }, 888 "dist": { 889 "type": "zip", 890 "url": "https://api.github.com/repos/laravel/framework/zipball/60a7e00488167ce2babf3a2aeb3677e48aaf39be", 891 "reference": "60a7e00488167ce2babf3a2aeb3677e48aaf39be", 892 892 "shasum": "" 893 893 }, … … 899 899 "ext-mbstring": "*", 900 900 "ext-openssl": "*", 901 "league/commonmark": "^1.3|^2.0", 901 "laravel/serializable-closure": "^1.0", 902 "league/commonmark": "^1.3|^2.0.2", 902 903 "league/flysystem": "^1.1", 903 904 "monolog/monolog": "^2.0", … … 906 907 "php": "^7.3|^8.0", 907 908 "psr/container": "^1.0", 909 "psr/log": "^1.0 || ^2.0", 908 910 "psr/simple-cache": "^1.0", 909 "ramsey/uuid": "^4. 0",911 "ramsey/uuid": "^4.2.2", 910 912 "swiftmailer/swiftmailer": "^6.0", 911 913 "symfony/console": "^5.1.4", … … 964 966 "require-dev": { 965 967 "aws/aws-sdk-php": "^3.189.0", 966 "doctrine/dbal": "^2. 6|^3.0",968 "doctrine/dbal": "^2.13.3|^3.1.2", 967 969 "filp/whoops": "^2.8", 968 970 "guzzlehttp/guzzle": "^6.5.5|^7.0.1", 969 971 "league/flysystem-cached-adapter": "^1.0", 970 "mockery/mockery": "^1.4. 2",972 "mockery/mockery": "^1.4.4", 971 973 "orchestra/testbench-core": "^6.23", 972 974 "pda/pheanstalk": "^4.0", 973 "phpunit/phpunit": "^8.5. 8|^9.3.3",975 "phpunit/phpunit": "^8.5.19|^9.5.8", 974 976 "predis/predis": "^1.1.2", 975 977 "symfony/cache": "^5.1.4" … … 978 980 "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.189.0).", 979 981 "brianium/paratest": "Required to run tests in parallel (^6.0).", 980 "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2. 6|^3.0).",982 "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.2).", 981 983 "ext-ftp": "Required to use the Flysystem FTP driver.", 982 984 "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().", … … 992 994 "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).", 993 995 "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).", 994 "mockery/mockery": "Required to use mocking (^1.4. 2).",996 "mockery/mockery": "Required to use mocking (^1.4.4).", 995 997 "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).", 996 998 "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).", 997 "phpunit/phpunit": "Required to use assertions and run tests (^8.5. 8|^9.3.3).",999 "phpunit/phpunit": "Required to use assertions and run tests (^8.5.19|^9.5.8).", 998 1000 "predis/predis": "Required to use the predis connector (^1.1.2).", 999 1001 "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).", … … 1045 1047 "source": "https://github.com/laravel/framework" 1046 1048 }, 1047 "time": "2021-09- 14T13:31:32+00:00"1049 "time": "2021-09-28T13:30:25+00:00" 1048 1050 }, 1049 1051 { … … 1112 1114 }, 1113 1115 { 1116 "name": "laravel/serializable-closure", 1117 "version": "v1.0.2", 1118 "source": { 1119 "type": "git", 1120 "url": "https://github.com/laravel/serializable-closure.git", 1121 "reference": "679e24d36ff8b9be0e36f5222244ec8602e18867" 1122 }, 1123 "dist": { 1124 "type": "zip", 1125 "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/679e24d36ff8b9be0e36f5222244ec8602e18867", 1126 "reference": "679e24d36ff8b9be0e36f5222244ec8602e18867", 1127 "shasum": "" 1128 }, 1129 "require": { 1130 "php": "^7.3|^8.0" 1131 }, 1132 "require-dev": { 1133 "pestphp/pest": "^1.18", 1134 "phpstan/phpstan": "^0.12.98", 1135 "symfony/var-dumper": "^5.3" 1136 }, 1137 "type": "library", 1138 "extra": { 1139 "branch-alias": { 1140 "dev-master": "1.x-dev" 1141 } 1142 }, 1143 "autoload": { 1144 "psr-4": { 1145 "Laravel\\SerializableClosure\\": "src/" 1146 } 1147 }, 1148 "notification-url": "https://packagist.org/downloads/", 1149 "license": [ 1150 "MIT" 1151 ], 1152 "authors": [ 1153 { 1154 "name": "Taylor Otwell", 1155 "email": "taylor@laravel.com" 1156 }, 1157 { 1158 "name": "Nuno Maduro", 1159 "email": "nuno@laravel.com" 1160 } 1161 ], 1162 "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.", 1163 "keywords": [ 1164 "closure", 1165 "laravel", 1166 "serializable" 1167 ], 1168 "support": { 1169 "issues": "https://github.com/laravel/serializable-closure/issues", 1170 "source": "https://github.com/laravel/serializable-closure" 1171 }, 1172 "time": "2021-09-29T13:25:52+00:00" 1173 }, 1174 { 1114 1175 "name": "laravel/tinker", 1115 "version": "v2.6. 1",1176 "version": "v2.6.2", 1116 1177 "source": { 1117 1178 "type": "git", 1118 1179 "url": "https://github.com/laravel/tinker.git", 1119 "reference": " 04ad32c1a3328081097a181875733fa51f402083"1120 }, 1121 "dist": { 1122 "type": "zip", 1123 "url": "https://api.github.com/repos/laravel/tinker/zipball/ 04ad32c1a3328081097a181875733fa51f402083",1124 "reference": " 04ad32c1a3328081097a181875733fa51f402083",1180 "reference": "c808a7227f97ecfd9219fbf913bad842ea854ddc" 1181 }, 1182 "dist": { 1183 "type": "zip", 1184 "url": "https://api.github.com/repos/laravel/tinker/zipball/c808a7227f97ecfd9219fbf913bad842ea854ddc", 1185 "reference": "c808a7227f97ecfd9219fbf913bad842ea854ddc", 1125 1186 "shasum": "" 1126 1187 }, … … 1175 1236 "support": { 1176 1237 "issues": "https://github.com/laravel/tinker/issues", 1177 "source": "https://github.com/laravel/tinker/tree/v2.6. 1"1178 }, 1179 "time": "2021-0 3-02T16:53:12+00:00"1238 "source": "https://github.com/laravel/tinker/tree/v2.6.2" 1239 }, 1240 "time": "2021-09-28T15:47:34+00:00" 1180 1241 }, 1181 1242 { … … 3461 3522 { 3462 3523 "name": "symfony/http-kernel", 3463 "version": "v5.3. 7",3524 "version": "v5.3.9", 3464 3525 "source": { 3465 3526 "type": "git", 3466 3527 "url": "https://github.com/symfony/http-kernel.git", 3467 "reference": " a3a78e37935a527b50376c22ac1cec35b57fe787"3468 }, 3469 "dist": { 3470 "type": "zip", 3471 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/ a3a78e37935a527b50376c22ac1cec35b57fe787",3472 "reference": " a3a78e37935a527b50376c22ac1cec35b57fe787",3528 "reference": "ceaf46a992f60e90645e7279825a830f733a17c5" 3529 }, 3530 "dist": { 3531 "type": "zip", 3532 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/ceaf46a992f60e90645e7279825a830f733a17c5", 3533 "reference": "ceaf46a992f60e90645e7279825a830f733a17c5", 3473 3534 "shasum": "" 3474 3535 }, … … 3553 3614 "homepage": "https://symfony.com", 3554 3615 "support": { 3555 "source": "https://github.com/symfony/http-kernel/tree/v5.3. 7"3616 "source": "https://github.com/symfony/http-kernel/tree/v5.3.9" 3556 3617 }, 3557 3618 "funding": [ … … 3569 3630 } 3570 3631 ], 3571 "time": "2021-0 8-30T12:37:19+00:00"3632 "time": "2021-09-28T10:25:11+00:00" 3572 3633 }, 3573 3634 { 3574 3635 "name": "symfony/mime", 3575 "version": "v5.3. 7",3636 "version": "v5.3.8", 3576 3637 "source": { 3577 3638 "type": "git", 3578 3639 "url": "https://github.com/symfony/mime.git", 3579 "reference": "a e887cb3b044658676129f5e97aeb7e9eb69c2d8"3580 }, 3581 "dist": { 3582 "type": "zip", 3583 "url": "https://api.github.com/repos/symfony/mime/zipball/a e887cb3b044658676129f5e97aeb7e9eb69c2d8",3584 "reference": "a e887cb3b044658676129f5e97aeb7e9eb69c2d8",3640 "reference": "a756033d0a7e53db389618653ae991eba5a19a11" 3641 }, 3642 "dist": { 3643 "type": "zip", 3644 "url": "https://api.github.com/repos/symfony/mime/zipball/a756033d0a7e53db389618653ae991eba5a19a11", 3645 "reference": "a756033d0a7e53db389618653ae991eba5a19a11", 3585 3646 "shasum": "" 3586 3647 }, … … 3636 3697 ], 3637 3698 "support": { 3638 "source": "https://github.com/symfony/mime/tree/v5.3. 7"3699 "source": "https://github.com/symfony/mime/tree/v5.3.8" 3639 3700 }, 3640 3701 "funding": [ … … 3652 3713 } 3653 3714 ], 3654 "time": "2021-0 8-20T11:40:01+00:00"3715 "time": "2021-09-10T12:30:38+00:00" 3655 3716 }, 3656 3717 { … … 4778 4839 { 4779 4840 "name": "symfony/translation", 4780 "version": "v5.3. 7",4841 "version": "v5.3.9", 4781 4842 "source": { 4782 4843 "type": "git", 4783 4844 "url": "https://github.com/symfony/translation.git", 4784 "reference": " 4d595a6d15fd3a2c67f6f31d14d15d3b7356d7a6"4785 }, 4786 "dist": { 4787 "type": "zip", 4788 "url": "https://api.github.com/repos/symfony/translation/zipball/ 4d595a6d15fd3a2c67f6f31d14d15d3b7356d7a6",4789 "reference": " 4d595a6d15fd3a2c67f6f31d14d15d3b7356d7a6",4845 "reference": "6e69f3551c1a3356cf6ea8d019bf039a0f8b6886" 4846 }, 4847 "dist": { 4848 "type": "zip", 4849 "url": "https://api.github.com/repos/symfony/translation/zipball/6e69f3551c1a3356cf6ea8d019bf039a0f8b6886", 4850 "reference": "6e69f3551c1a3356cf6ea8d019bf039a0f8b6886", 4790 4851 "shasum": "" 4791 4852 }, … … 4853 4914 "homepage": "https://symfony.com", 4854 4915 "support": { 4855 "source": "https://github.com/symfony/translation/tree/v5.3. 7"4916 "source": "https://github.com/symfony/translation/tree/v5.3.9" 4856 4917 }, 4857 4918 "funding": [ … … 4951 5012 { 4952 5013 "name": "symfony/var-dumper", 4953 "version": "v5.3. 7",5014 "version": "v5.3.8", 4954 5015 "source": { 4955 5016 "type": "git", 4956 5017 "url": "https://github.com/symfony/var-dumper.git", 4957 "reference": " 3ad5af4aed07d0a0201bbcfc42658fe6c5b2fb8f"4958 }, 4959 "dist": { 4960 "type": "zip", 4961 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ 3ad5af4aed07d0a0201bbcfc42658fe6c5b2fb8f",4962 "reference": " 3ad5af4aed07d0a0201bbcfc42658fe6c5b2fb8f",5018 "reference": "eaaea4098be1c90c8285543e1356a09c8aa5c8da" 5019 }, 5020 "dist": { 5021 "type": "zip", 5022 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/eaaea4098be1c90c8285543e1356a09c8aa5c8da", 5023 "reference": "eaaea4098be1c90c8285543e1356a09c8aa5c8da", 4963 5024 "shasum": "" 4964 5025 }, … … 5019 5080 ], 5020 5081 "support": { 5021 "source": "https://github.com/symfony/var-dumper/tree/v5.3. 7"5082 "source": "https://github.com/symfony/var-dumper/tree/v5.3.8" 5022 5083 }, 5023 5084 "funding": [ … … 5035 5096 } 5036 5097 ], 5037 "time": "2021-0 8-04T23:19:25+00:00"5098 "time": "2021-09-24T15:59:58+00:00" 5038 5099 }, 5039 5100 { … … 5756 5817 { 5757 5818 "name": "laravel/sail", 5758 "version": "v1.10. 1",5819 "version": "v1.10.2", 5759 5820 "source": { 5760 5821 "type": "git", 5761 5822 "url": "https://github.com/laravel/sail.git", 5762 "reference": " 267fafeaf0e0311952316ae0f3c765abc7516469"5763 }, 5764 "dist": { 5765 "type": "zip", 5766 "url": "https://api.github.com/repos/laravel/sail/zipball/ 267fafeaf0e0311952316ae0f3c765abc7516469",5767 "reference": " 267fafeaf0e0311952316ae0f3c765abc7516469",5823 "reference": "0b9ddae87b5867e0ca3a68f3b645079054c7ace3" 5824 }, 5825 "dist": { 5826 "type": "zip", 5827 "url": "https://api.github.com/repos/laravel/sail/zipball/0b9ddae87b5867e0ca3a68f3b645079054c7ace3", 5828 "reference": "0b9ddae87b5867e0ca3a68f3b645079054c7ace3", 5768 5829 "shasum": "" 5769 5830 }, … … 5812 5873 "source": "https://github.com/laravel/sail" 5813 5874 }, 5814 "time": "2021-0 8-23T13:43:27+00:00"5875 "time": "2021-09-28T15:33:02+00:00" 5815 5876 }, 5816 5877 {
Note:
See TracChangeset
for help on using the changeset viewer.