update composer.lock file

This commit is contained in:
Cüneyt Şentürk 2020-09-08 11:37:35 +03:00
parent 496b28f971
commit 1de42cc395

107
composer.lock generated
View File

@ -611,21 +611,21 @@
}, },
{ {
"name": "barryvdh/laravel-dompdf", "name": "barryvdh/laravel-dompdf",
"version": "v0.8.6", "version": "v0.8.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/barryvdh/laravel-dompdf.git", "url": "https://github.com/barryvdh/laravel-dompdf.git",
"reference": "d7108f78cf5254a2d8c224542967f133e5a6d4e8" "reference": "30310e0a675462bf2aa9d448c8dcbf57fbcc517d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-dompdf/zipball/d7108f78cf5254a2d8c224542967f133e5a6d4e8", "url": "https://api.github.com/repos/barryvdh/laravel-dompdf/zipball/30310e0a675462bf2aa9d448c8dcbf57fbcc517d",
"reference": "d7108f78cf5254a2d8c224542967f133e5a6d4e8", "reference": "30310e0a675462bf2aa9d448c8dcbf57fbcc517d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"dompdf/dompdf": "^0.8", "dompdf/dompdf": "^0.8",
"illuminate/support": "^5.5|^6|^7", "illuminate/support": "^5.5|^6|^7|^8",
"php": ">=7" "php": ">=7"
}, },
"type": "library", "type": "library",
@ -663,46 +663,53 @@
"laravel", "laravel",
"pdf" "pdf"
], ],
"time": "2020-02-25T20:44:34+00:00" "funding": [
{
"url": "https://github.com/barryvdh",
"type": "github"
}
],
"time": "2020-09-07T11:50:18+00:00"
}, },
{ {
"name": "barryvdh/laravel-ide-helper", "name": "barryvdh/laravel-ide-helper",
"version": "v2.8.0", "version": "v2.8.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/barryvdh/laravel-ide-helper.git", "url": "https://github.com/barryvdh/laravel-ide-helper.git",
"reference": "ba95d18ef55c91295250ae8b7bfa73d8fb866b9b" "reference": "affa55122f83575888d4ebf1728992686e8223de"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/ba95d18ef55c91295250ae8b7bfa73d8fb866b9b", "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/affa55122f83575888d4ebf1728992686e8223de",
"reference": "ba95d18ef55c91295250ae8b7bfa73d8fb866b9b", "reference": "affa55122f83575888d4ebf1728992686e8223de",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"barryvdh/reflection-docblock": "^2.0.6", "barryvdh/reflection-docblock": "^2.0.6",
"composer/composer": "^1.6 || ^2.0@dev", "composer/composer": "^1.6 || ^2.0@dev",
"doctrine/dbal": "~2.3", "doctrine/dbal": "~2.3",
"illuminate/console": "^5.5 || ^6 || ^7", "ext-json": "*",
"illuminate/filesystem": "^5.5 || ^6 || ^7", "illuminate/console": "^6 || ^7 || ^8",
"illuminate/support": "^5.5 || ^6 || ^7", "illuminate/filesystem": "^6 || ^7 || ^8",
"illuminate/support": "^6 || ^7 || ^8",
"php": ">=7.2", "php": ">=7.2",
"phpdocumentor/type-resolver": "^1.1.0" "phpdocumentor/type-resolver": "^1.1.0"
}, },
"require-dev": { "require-dev": {
"illuminate/config": "^5.5 || ^6 || ^7", "friendsofphp/php-cs-fixer": "^2",
"illuminate/view": "^5.5 || ^6 || ^7", "illuminate/config": "^6 || ^7 || ^8",
"illuminate/view": "^6 || ^7 || ^8",
"mockery/mockery": "^1.3", "mockery/mockery": "^1.3",
"orchestra/testbench": "^3.5 || ^4 || ^5", "orchestra/testbench": "^4 || ^5 || ^6",
"phpro/grumphp": "^0.19.0", "phpunit/phpunit": "^8.5 || ^9",
"spatie/phpunit-snapshot-assertions": "^1.4 || ^2.2 || ^3", "spatie/phpunit-snapshot-assertions": "^1.4 || ^2.2 || ^3",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^3.12" "vimeo/psalm": "^3.12"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.7-dev" "dev-master": "2.8-dev"
}, },
"laravel": { "laravel": {
"providers": [ "providers": [
@ -743,7 +750,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2020-08-10T08:22:48+00:00" "time": "2020-09-07T07:36:37+00:00"
}, },
{ {
"name": "barryvdh/reflection-docblock", "name": "barryvdh/reflection-docblock",
@ -2099,33 +2106,35 @@
}, },
{ {
"name": "dompdf/dompdf", "name": "dompdf/dompdf",
"version": "v0.8.5", "version": "v0.8.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/dompdf/dompdf.git", "url": "https://github.com/dompdf/dompdf.git",
"reference": "6782abfc090b132134cd6cea0ec6d76f0fce2c56" "reference": "db91d81866c69a42dad1d2926f61515a1e3f42c5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/dompdf/dompdf/zipball/6782abfc090b132134cd6cea0ec6d76f0fce2c56", "url": "https://api.github.com/repos/dompdf/dompdf/zipball/db91d81866c69a42dad1d2926f61515a1e3f42c5",
"reference": "6782abfc090b132134cd6cea0ec6d76f0fce2c56", "reference": "db91d81866c69a42dad1d2926f61515a1e3f42c5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-dom": "*", "ext-dom": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"phenx/php-font-lib": "^0.5.1", "phenx/php-font-lib": "^0.5.2",
"phenx/php-svg-lib": "^0.3.3", "phenx/php-svg-lib": "^0.3.3",
"php": "^7.1" "php": "^7.1"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "^1.3",
"phpunit/phpunit": "^7.5", "phpunit/phpunit": "^7.5",
"squizlabs/php_codesniffer": "^3.5" "squizlabs/php_codesniffer": "^3.5"
}, },
"suggest": { "suggest": {
"ext-gd": "Needed to process images", "ext-gd": "Needed to process images",
"ext-gmagick": "Improves image processing performance", "ext-gmagick": "Improves image processing performance",
"ext-imagick": "Improves image processing performance" "ext-imagick": "Improves image processing performance",
"ext-zlib": "Needed for pdf stream compression"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -2161,7 +2170,7 @@
], ],
"description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter", "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
"homepage": "https://github.com/dompdf/dompdf", "homepage": "https://github.com/dompdf/dompdf",
"time": "2020-02-20T03:52:51+00:00" "time": "2020-08-30T22:54:22+00:00"
}, },
{ {
"name": "dragonmantank/cron-expression", "name": "dragonmantank/cron-expression",
@ -2219,16 +2228,16 @@
}, },
{ {
"name": "egulias/email-validator", "name": "egulias/email-validator",
"version": "2.1.19", "version": "2.1.20",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/egulias/EmailValidator.git", "url": "https://github.com/egulias/EmailValidator.git",
"reference": "840d5603eb84cc81a6a0382adac3293e57c1c64c" "reference": "f46887bc48db66c7f38f668eb7d6ae54583617ff"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/840d5603eb84cc81a6a0382adac3293e57c1c64c", "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/f46887bc48db66c7f38f668eb7d6ae54583617ff",
"reference": "840d5603eb84cc81a6a0382adac3293e57c1c64c", "reference": "f46887bc48db66c7f38f668eb7d6ae54583617ff",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2273,7 +2282,7 @@
"validation", "validation",
"validator" "validator"
], ],
"time": "2020-08-08T21:28:19+00:00" "time": "2020-09-06T13:44:32+00:00"
}, },
{ {
"name": "fideloper/proxy", "name": "fideloper/proxy",
@ -5485,16 +5494,16 @@
}, },
{ {
"name": "nesbot/carbon", "name": "nesbot/carbon",
"version": "2.39.0", "version": "2.39.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/briannesbitt/Carbon.git", "url": "https://github.com/briannesbitt/Carbon.git",
"reference": "0a41ea7f7fedacf307b7a339800e10356a042918" "reference": "7af467873250583cc967a59ee9df29fabab193c1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/0a41ea7f7fedacf307b7a339800e10356a042918", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7af467873250583cc967a59ee9df29fabab193c1",
"reference": "0a41ea7f7fedacf307b7a339800e10356a042918", "reference": "7af467873250583cc967a59ee9df29fabab193c1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5507,7 +5516,7 @@
"doctrine/orm": "^2.7", "doctrine/orm": "^2.7",
"friendsofphp/php-cs-fixer": "^2.14 || ^3.0", "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
"kylekatarnls/multi-tester": "^2.0", "kylekatarnls/multi-tester": "^2.0",
"phpmd/phpmd": "^2.8", "phpmd/phpmd": "^2.9",
"phpstan/extension-installer": "^1.0", "phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12.35", "phpstan/phpstan": "^0.12.35",
"phpunit/phpunit": "^7.5 || ^8.0", "phpunit/phpunit": "^7.5 || ^8.0",
@ -5570,7 +5579,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-08-24T12:35:58+00:00" "time": "2020-09-04T13:11:37+00:00"
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
@ -5708,16 +5717,16 @@
}, },
{ {
"name": "opis/closure", "name": "opis/closure",
"version": "3.5.6", "version": "3.5.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/opis/closure.git", "url": "https://github.com/opis/closure.git",
"reference": "e8d34df855b0a0549a300cb8cb4db472556e8aa9" "reference": "4531e53afe2fc660403e76fb7644e95998bff7bf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/opis/closure/zipball/e8d34df855b0a0549a300cb8cb4db472556e8aa9", "url": "https://api.github.com/repos/opis/closure/zipball/4531e53afe2fc660403e76fb7644e95998bff7bf",
"reference": "e8d34df855b0a0549a300cb8cb4db472556e8aa9", "reference": "4531e53afe2fc660403e76fb7644e95998bff7bf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5765,7 +5774,7 @@
"serialization", "serialization",
"serialize" "serialize"
], ],
"time": "2020-08-11T08:46:50+00:00" "time": "2020-09-06T17:02:15+00:00"
}, },
{ {
"name": "paragonie/random_compat", "name": "paragonie/random_compat",
@ -10706,16 +10715,16 @@
}, },
{ {
"name": "facade/ignition", "name": "facade/ignition",
"version": "2.3.6", "version": "2.3.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/facade/ignition.git", "url": "https://github.com/facade/ignition.git",
"reference": "d7d05dba5a0bdbf018a2cb7be268f22f5d73eb81" "reference": "b364db8860a63c1fb58b72b9718863c21df08762"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/facade/ignition/zipball/d7d05dba5a0bdbf018a2cb7be268f22f5d73eb81", "url": "https://api.github.com/repos/facade/ignition/zipball/b364db8860a63c1fb58b72b9718863c21df08762",
"reference": "d7d05dba5a0bdbf018a2cb7be268f22f5d73eb81", "reference": "b364db8860a63c1fb58b72b9718863c21df08762",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10734,7 +10743,7 @@
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^2.14", "friendsofphp/php-cs-fixer": "^2.14",
"mockery/mockery": "^1.3", "mockery/mockery": "^1.3",
"orchestra/testbench": "5.0", "orchestra/testbench": "^5.0|^6.0",
"psalm/plugin-laravel": "^1.2" "psalm/plugin-laravel": "^1.2"
}, },
"suggest": { "suggest": {
@ -10774,7 +10783,7 @@
"laravel", "laravel",
"page" "page"
], ],
"time": "2020-08-10T13:50:38+00:00" "time": "2020-09-06T19:26:27+00:00"
}, },
{ {
"name": "facade/ignition-contracts", "name": "facade/ignition-contracts",