Changeset b375b43 for composer.lock
- Timestamp:
- 10/24/21 00:13:55 (3 years ago)
- Branches:
- develop, master
- Children:
- 195c3cf
- Parents:
- 7fa13fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
composer.lock
r7fa13fa rb375b43 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": " ad81200ef5dc73a474fc579fe47523bc",7 "content-hash": "f6e7b78ce5a04d7a1db4e54261d9c6d1", 8 8 "packages": [ 9 9 { … … 200 200 { 201 201 "name": "doctrine/inflector", 202 "version": "2.0. 3",202 "version": "2.0.4", 203 203 "source": { 204 204 "type": "git", 205 205 "url": "https://github.com/doctrine/inflector.git", 206 "reference": " 9cf661f4eb38f7c881cac67c75ea9b00bf97b210"207 }, 208 "dist": { 209 "type": "zip", 210 "url": "https://api.github.com/repos/doctrine/inflector/zipball/ 9cf661f4eb38f7c881cac67c75ea9b00bf97b210",211 "reference": " 9cf661f4eb38f7c881cac67c75ea9b00bf97b210",206 "reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89" 207 }, 208 "dist": { 209 "type": "zip", 210 "url": "https://api.github.com/repos/doctrine/inflector/zipball/8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89", 211 "reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89", 212 212 "shasum": "" 213 213 }, … … 216 216 }, 217 217 "require-dev": { 218 "doctrine/coding-standard": "^7.0", 219 "phpstan/phpstan": "^0.11", 220 "phpstan/phpstan-phpunit": "^0.11", 221 "phpstan/phpstan-strict-rules": "^0.11", 222 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" 223 }, 224 "type": "library", 225 "extra": { 226 "branch-alias": { 227 "dev-master": "2.0.x-dev" 228 } 229 }, 218 "doctrine/coding-standard": "^8.2", 219 "phpstan/phpstan": "^0.12", 220 "phpstan/phpstan-phpunit": "^0.12", 221 "phpstan/phpstan-strict-rules": "^0.12", 222 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", 223 "vimeo/psalm": "^4.10" 224 }, 225 "type": "library", 230 226 "autoload": { 231 227 "psr-4": { … … 275 271 "support": { 276 272 "issues": "https://github.com/doctrine/inflector/issues", 277 "source": "https://github.com/doctrine/inflector/tree/2.0. x"273 "source": "https://github.com/doctrine/inflector/tree/2.0.4" 278 274 }, 279 275 "funding": [ … … 291 287 } 292 288 ], 293 "time": "202 0-05-29T15:13:26+00:00"289 "time": "2021-10-22T20:16:43+00:00" 294 290 }, 295 291 { … … 555 551 }, 556 552 "time": "2020-06-29T00:56:53+00:00" 553 }, 554 { 555 "name": "fakerphp/faker", 556 "version": "v1.16.0", 557 "source": { 558 "type": "git", 559 "url": "https://github.com/FakerPHP/Faker.git", 560 "reference": "271d384d216e5e5c468a6b28feedf95d49f83b35" 561 }, 562 "dist": { 563 "type": "zip", 564 "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/271d384d216e5e5c468a6b28feedf95d49f83b35", 565 "reference": "271d384d216e5e5c468a6b28feedf95d49f83b35", 566 "shasum": "" 567 }, 568 "require": { 569 "php": "^7.1 || ^8.0", 570 "psr/container": "^1.0 || ^2.0", 571 "symfony/deprecation-contracts": "^2.2" 572 }, 573 "conflict": { 574 "fzaninotto/faker": "*" 575 }, 576 "require-dev": { 577 "bamarni/composer-bin-plugin": "^1.4.1", 578 "ext-intl": "*", 579 "symfony/phpunit-bridge": "^4.4 || ^5.2" 580 }, 581 "suggest": { 582 "ext-curl": "Required by Faker\\Provider\\Image to download images.", 583 "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.", 584 "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.", 585 "ext-mbstring": "Required for multibyte Unicode string functionality." 586 }, 587 "type": "library", 588 "extra": { 589 "branch-alias": { 590 "dev-main": "v1.16-dev" 591 } 592 }, 593 "autoload": { 594 "psr-4": { 595 "Faker\\": "src/Faker/" 596 } 597 }, 598 "notification-url": "https://packagist.org/downloads/", 599 "license": [ 600 "MIT" 601 ], 602 "authors": [ 603 { 604 "name": "François Zaninotto" 605 } 606 ], 607 "description": "Faker is a PHP library that generates fake data for you.", 608 "keywords": [ 609 "data", 610 "faker", 611 "fixtures" 612 ], 613 "support": { 614 "issues": "https://github.com/FakerPHP/Faker/issues", 615 "source": "https://github.com/FakerPHP/Faker/tree/v1.16.0" 616 }, 617 "time": "2021-09-06T14:53:37+00:00" 557 618 }, 558 619 { … … 820 881 { 821 882 "name": "guzzlehttp/promises", 822 "version": "1.5. 0",883 "version": "1.5.1", 823 884 "source": { 824 885 "type": "git", 825 886 "url": "https://github.com/guzzle/promises.git", 826 "reference": " 136a635e2b4a49b9d79e9c8fee267ffb257fdba0"827 }, 828 "dist": { 829 "type": "zip", 830 "url": "https://api.github.com/repos/guzzle/promises/zipball/ 136a635e2b4a49b9d79e9c8fee267ffb257fdba0",831 "reference": " 136a635e2b4a49b9d79e9c8fee267ffb257fdba0",887 "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da" 888 }, 889 "dist": { 890 "type": "zip", 891 "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da", 892 "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da", 832 893 "shasum": "" 833 894 }, … … 884 945 "support": { 885 946 "issues": "https://github.com/guzzle/promises/issues", 886 "source": "https://github.com/guzzle/promises/tree/1.5. 0"947 "source": "https://github.com/guzzle/promises/tree/1.5.1" 887 948 }, 888 949 "funding": [ … … 900 961 } 901 962 ], 902 "time": "2021-10- 07T13:05:22+00:00"963 "time": "2021-10-22T20:56:57+00:00" 903 964 }, 904 965 { … … 1019 1080 { 1020 1081 "name": "laravel/framework", 1021 "version": "v8.6 5.0",1082 "version": "v8.67.0", 1022 1083 "source": { 1023 1084 "type": "git", 1024 1085 "url": "https://github.com/laravel/framework.git", 1025 "reference": " 6db59afadca28dfdb2f719e7d79f93885ede17e4"1026 }, 1027 "dist": { 1028 "type": "zip", 1029 "url": "https://api.github.com/repos/laravel/framework/zipball/ 6db59afadca28dfdb2f719e7d79f93885ede17e4",1030 "reference": " 6db59afadca28dfdb2f719e7d79f93885ede17e4",1086 "reference": "fc52acafd069aedc079bf8f17d1a4af4ef489b1e" 1087 }, 1088 "dist": { 1089 "type": "zip", 1090 "url": "https://api.github.com/repos/laravel/framework/zipball/fc52acafd069aedc079bf8f17d1a4af4ef489b1e", 1091 "reference": "fc52acafd069aedc079bf8f17d1a4af4ef489b1e", 1031 1092 "shasum": "" 1032 1093 }, … … 1042 1103 "league/flysystem": "^1.1", 1043 1104 "monolog/monolog": "^2.0", 1044 "nesbot/carbon": "^2. 31",1105 "nesbot/carbon": "^2.53.1", 1045 1106 "opis/closure": "^3.6", 1046 1107 "php": "^7.3|^8.0", … … 1049 1110 "psr/simple-cache": "^1.0", 1050 1111 "ramsey/uuid": "^4.2.2", 1051 "swiftmailer/swiftmailer": "^6. 0",1112 "swiftmailer/swiftmailer": "^6.3", 1052 1113 "symfony/console": "^5.1.4", 1053 1114 "symfony/error-handler": "^5.1.4", … … 1104 1165 }, 1105 1166 "require-dev": { 1106 "aws/aws-sdk-php": "^3.1 89.0",1167 "aws/aws-sdk-php": "^3.198.1", 1107 1168 "doctrine/dbal": "^2.13.3|^3.1.2", 1108 "filp/whoops": "^2. 8",1169 "filp/whoops": "^2.14.3", 1109 1170 "guzzlehttp/guzzle": "^6.5.5|^7.0.1", 1110 1171 "league/flysystem-cached-adapter": "^1.0", … … 1113 1174 "pda/pheanstalk": "^4.0", 1114 1175 "phpunit/phpunit": "^8.5.19|^9.5.8", 1115 "predis/predis": "^1.1. 2",1176 "predis/predis": "^1.1.9", 1116 1177 "symfony/cache": "^5.1.4" 1117 1178 }, 1118 1179 "suggest": { 1119 "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.1 89.0).",1180 "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.198.1).", 1120 1181 "brianium/paratest": "Required to run tests in parallel (^6.0).", 1121 1182 "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.2).", … … 1127 1188 "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).", 1128 1189 "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).", 1129 "filp/whoops": "Required for friendly error pages in development (^2. 8).",1190 "filp/whoops": "Required for friendly error pages in development (^2.14.3).", 1130 1191 "guzzlehttp/guzzle": "Required to use the HTTP Client, Mailgun mail driver and the ping methods on schedules (^6.5.5|^7.0.1).", 1131 1192 "laravel/tinker": "Required to use the tinker console command (^2.0).", … … 1137 1198 "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).", 1138 1199 "phpunit/phpunit": "Required to use assertions and run tests (^8.5.19|^9.5.8).", 1139 "predis/predis": "Required to use the predis connector (^1.1. 2).",1200 "predis/predis": "Required to use the predis connector (^1.1.9).", 1140 1201 "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).", 1141 1202 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0|^5.0|^6.0).", … … 1186 1247 "source": "https://github.com/laravel/framework" 1187 1248 }, 1188 "time": "2021-10- 19T13:59:41+00:00"1249 "time": "2021-10-22T13:27:12+00:00" 1189 1250 }, 1190 1251 { … … 6249 6310 }, 6250 6311 { 6251 "name": "fakerphp/faker",6252 "version": "v1.16.0",6253 "source": {6254 "type": "git",6255 "url": "https://github.com/FakerPHP/Faker.git",6256 "reference": "271d384d216e5e5c468a6b28feedf95d49f83b35"6257 },6258 "dist": {6259 "type": "zip",6260 "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/271d384d216e5e5c468a6b28feedf95d49f83b35",6261 "reference": "271d384d216e5e5c468a6b28feedf95d49f83b35",6262 "shasum": ""6263 },6264 "require": {6265 "php": "^7.1 || ^8.0",6266 "psr/container": "^1.0 || ^2.0",6267 "symfony/deprecation-contracts": "^2.2"6268 },6269 "conflict": {6270 "fzaninotto/faker": "*"6271 },6272 "require-dev": {6273 "bamarni/composer-bin-plugin": "^1.4.1",6274 "ext-intl": "*",6275 "symfony/phpunit-bridge": "^4.4 || ^5.2"6276 },6277 "suggest": {6278 "ext-curl": "Required by Faker\\Provider\\Image to download images.",6279 "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",6280 "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",6281 "ext-mbstring": "Required for multibyte Unicode string functionality."6282 },6283 "type": "library",6284 "extra": {6285 "branch-alias": {6286 "dev-main": "v1.16-dev"6287 }6288 },6289 "autoload": {6290 "psr-4": {6291 "Faker\\": "src/Faker/"6292 }6293 },6294 "notification-url": "https://packagist.org/downloads/",6295 "license": [6296 "MIT"6297 ],6298 "authors": [6299 {6300 "name": "François Zaninotto"6301 }6302 ],6303 "description": "Faker is a PHP library that generates fake data for you.",6304 "keywords": [6305 "data",6306 "faker",6307 "fixtures"6308 ],6309 "support": {6310 "issues": "https://github.com/FakerPHP/Faker/issues",6311 "source": "https://github.com/FakerPHP/Faker/tree/v1.16.0"6312 },6313 "time": "2021-09-06T14:53:37+00:00"6314 },6315 {6316 6312 "name": "filp/whoops", 6317 6313 "version": "2.14.4", … … 6878 6874 { 6879 6875 "name": "phpdocumentor/reflection-docblock", 6880 "version": "5. 2.2",6876 "version": "5.3.0", 6881 6877 "source": { 6882 6878 "type": "git", 6883 6879 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", 6884 "reference": " 069a785b2141f5bcf49f3e353548dc1cce6df556"6885 }, 6886 "dist": { 6887 "type": "zip", 6888 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/ 069a785b2141f5bcf49f3e353548dc1cce6df556",6889 "reference": " 069a785b2141f5bcf49f3e353548dc1cce6df556",6880 "reference": "622548b623e81ca6d78b721c5e029f4ce664f170" 6881 }, 6882 "dist": { 6883 "type": "zip", 6884 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170", 6885 "reference": "622548b623e81ca6d78b721c5e029f4ce664f170", 6890 6886 "shasum": "" 6891 6887 }, … … 6898 6894 }, 6899 6895 "require-dev": { 6900 "mockery/mockery": "~1.3.2" 6896 "mockery/mockery": "~1.3.2", 6897 "psalm/phar": "^4.8" 6901 6898 }, 6902 6899 "type": "library", … … 6928 6925 "support": { 6929 6926 "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", 6930 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/ master"6931 }, 6932 "time": "202 0-09-03T19:13:55+00:00"6927 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0" 6928 }, 6929 "time": "2021-10-19T17:43:47+00:00" 6933 6930 }, 6934 6931 { … … 8323 8320 } 8324 8321 ], 8325 "abandoned": true,8326 8322 "time": "2020-09-28T06:45:17+00:00" 8327 8323 },
Note:
See TracChangeset
for help on using the changeset viewer.