updated laravel dependencies

This commit is contained in:
Denis Duliçi 2021-02-17 00:50:56 +03:00
parent 57a99d3821
commit 240e12cab6
2 changed files with 109 additions and 110 deletions

View File

@ -29,16 +29,16 @@
"dingo/api": "3.0.*", "dingo/api": "3.0.*",
"doctrine/dbal": "2.11.*", "doctrine/dbal": "2.11.*",
"fideloper/proxy": "^4.4", "fideloper/proxy": "^4.4",
"fruitcake/laravel-cors": "^1.0", "fruitcake/laravel-cors": "^2.0",
"genealabs/laravel-model-caching": "0.11.*", "genealabs/laravel-model-caching": "0.11.*",
"graham-campbell/markdown": "13.1.*", "graham-campbell/markdown": "13.1.*",
"guzzlehttp/guzzle": "^7.0", "guzzlehttp/guzzle": "^7.0.1",
"intervention/image": "2.5.*", "intervention/image": "2.5.*",
"intervention/imagecache": "^2.5", "intervention/imagecache": "^2.5",
"kyslik/column-sortable": "^6.0", "kyslik/column-sortable": "^6.0",
"laracasts/flash": "3.2.*", "laracasts/flash": "3.2.*",
"laravel/framework": "^8.0", "laravel/framework": "^8.12",
"laravel/tinker": "^2.0", "laravel/tinker": "^2.5",
"laravel/ui": "^3.0", "laravel/ui": "^3.0",
"laravelcollective/html": "6.2.*", "laravelcollective/html": "6.2.*",
"league/oauth2-client": "2.6.*", "league/oauth2-client": "2.6.*",
@ -57,9 +57,9 @@
"require-dev": { "require-dev": {
"beyondcode/laravel-dump-server": "^1.5", "beyondcode/laravel-dump-server": "^1.5",
"brianium/paratest": "^6.1", "brianium/paratest": "^6.1",
"facade/ignition": "^2.3", "facade/ignition": "^2.5",
"fakerphp/faker": "^1.9.1", "fakerphp/faker": "^1.9.1",
"mockery/mockery": "^1.3.1", "mockery/mockery": "^1.4.2",
"nunomaduro/collision": "^5.0", "nunomaduro/collision": "^5.0",
"phpunit/phpunit": "^9.3", "phpunit/phpunit": "^9.3",
"wnx/laravel-stats": "^2.5" "wnx/laravel-stats": "^2.5"

207
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "36796d7907ccd912874a2657d4162b71", "content-hash": "79c12898250f9e11176ed2a82226d3fa",
"packages": [ "packages": [
{ {
"name": "akaunting/firewall", "name": "akaunting/firewall",
@ -209,16 +209,16 @@
}, },
{ {
"name": "akaunting/module", "name": "akaunting/module",
"version": "2.0.2", "version": "2.0.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/akaunting/module.git", "url": "https://github.com/akaunting/module.git",
"reference": "34f23221f674d96192846a78ac8934f634d72cb7" "reference": "5443dc1667f3bcabc46e06b5eb679572ae2ac462"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/akaunting/module/zipball/34f23221f674d96192846a78ac8934f634d72cb7", "url": "https://api.github.com/repos/akaunting/module/zipball/5443dc1667f3bcabc46e06b5eb679572ae2ac462",
"reference": "34f23221f674d96192846a78ac8934f634d72cb7", "reference": "5443dc1667f3bcabc46e06b5eb679572ae2ac462",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -273,9 +273,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/akaunting/module/issues", "issues": "https://github.com/akaunting/module/issues",
"source": "https://github.com/akaunting/module/tree/2.0.2" "source": "https://github.com/akaunting/module/tree/2.0.3"
}, },
"time": "2020-12-25T12:49:18+00:00" "time": "2021-02-16T19:56:17+00:00"
}, },
{ {
"name": "akaunting/money", "name": "akaunting/money",
@ -471,36 +471,36 @@
}, },
{ {
"name": "asm89/stack-cors", "name": "asm89/stack-cors",
"version": "1.3.0", "version": "v2.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/asm89/stack-cors.git", "url": "https://github.com/asm89/stack-cors.git",
"reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08" "reference": "8d8f88b3b3830916be94292c1fbce84433efb1aa"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/asm89/stack-cors/zipball/b9c31def6a83f84b4d4a40d35996d375755f0e08", "url": "https://api.github.com/repos/asm89/stack-cors/zipball/8d8f88b3b3830916be94292c1fbce84433efb1aa",
"reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08", "reference": "8d8f88b3b3830916be94292c1fbce84433efb1aa",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.5.9", "php": "^7.0|^8.0",
"symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0", "symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0",
"symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0" "symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^5.0 || ^4.8.10", "phpunit/phpunit": "^6|^7|^8|^9",
"squizlabs/php_codesniffer": "^2.3" "squizlabs/php_codesniffer": "^3.5"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.2-dev" "dev-master": "2.0-dev"
} }
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Asm89\\Stack\\": "src/Asm89/Stack/" "Asm89\\Stack\\": "src/"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -521,9 +521,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/asm89/stack-cors/issues", "issues": "https://github.com/asm89/stack-cors/issues",
"source": "https://github.com/asm89/stack-cors/tree/1.3.0" "source": "https://github.com/asm89/stack-cors/tree/v2.0.2"
}, },
"time": "2019-12-24T22:41:47+00:00" "time": "2020-10-29T16:03:21+00:00"
}, },
{ {
"name": "balping/json-raw-encoder", "name": "balping/json-raw-encoder",
@ -2615,37 +2615,36 @@
}, },
{ {
"name": "fruitcake/laravel-cors", "name": "fruitcake/laravel-cors",
"version": "v1.0.6", "version": "v2.0.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/fruitcake/laravel-cors.git", "url": "https://github.com/fruitcake/laravel-cors.git",
"reference": "1d127dbec313e2e227d65e0c483765d8d7559bf6" "reference": "01de0fe5f71c70d1930ee9a80385f9cc28e0f63a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/1d127dbec313e2e227d65e0c483765d8d7559bf6", "url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/01de0fe5f71c70d1930ee9a80385f9cc28e0f63a",
"reference": "1d127dbec313e2e227d65e0c483765d8d7559bf6", "reference": "01de0fe5f71c70d1930ee9a80385f9cc28e0f63a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"asm89/stack-cors": "^1.3", "asm89/stack-cors": "^2.0.1",
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0", "illuminate/contracts": "^6|^7|^8|^9",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0", "illuminate/support": "^6|^7|^8|^9",
"php": ">=7", "php": ">=7.2",
"symfony/http-foundation": "^3.3|^4.0|^5.0", "symfony/http-foundation": "^4|^5",
"symfony/http-kernel": "^3.3|^4.0|^5.0" "symfony/http-kernel": "^4.3.4|^5"
}, },
"require-dev": { "require-dev": {
"laravel/framework": "^5.5|^6.0|^7.0|^8.0", "laravel/framework": "^6|^7|^8",
"orchestra/testbench": "^3.5|^4.0|^5.0|^6.0", "orchestra/testbench-dusk": "^4|^5|^6",
"phpro/grumphp": "^0.16|^0.17", "phpunit/phpunit": "^6|^7|^8",
"phpunit/phpunit": "^6.0|^7.0|^8.0",
"squizlabs/php_codesniffer": "^3.5" "squizlabs/php_codesniffer": "^3.5"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.0-dev" "dev-master": "2.0-dev"
}, },
"laravel": { "laravel": {
"providers": [ "providers": [
@ -2681,7 +2680,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/fruitcake/laravel-cors/issues", "issues": "https://github.com/fruitcake/laravel-cors/issues",
"source": "https://github.com/fruitcake/laravel-cors/tree/1.0" "source": "https://github.com/fruitcake/laravel-cors/tree/v2.0.3"
}, },
"funding": [ "funding": [
{ {
@ -2689,7 +2688,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2020-04-28T08:47:37+00:00" "time": "2020-10-22T13:57:20+00:00"
}, },
{ {
"name": "genealabs/laravel-model-caching", "name": "genealabs/laravel-model-caching",
@ -4528,16 +4527,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v8.27.0", "version": "v8.28.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "a6680d98f9dadaa363aa7d5218517a08706cee64" "reference": "73dd43d92fcde6c6abc00658ae33391397ca119d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/a6680d98f9dadaa363aa7d5218517a08706cee64", "url": "https://api.github.com/repos/laravel/framework/zipball/73dd43d92fcde6c6abc00658ae33391397ca119d",
"reference": "a6680d98f9dadaa363aa7d5218517a08706cee64", "reference": "73dd43d92fcde6c6abc00658ae33391397ca119d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4692,7 +4691,7 @@
"issues": "https://github.com/laravel/framework/issues", "issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework" "source": "https://github.com/laravel/framework"
}, },
"time": "2021-02-09T15:14:54+00:00" "time": "2021-02-16T18:07:44+00:00"
}, },
{ {
"name": "laravel/tinker", "name": "laravel/tinker",
@ -5341,16 +5340,16 @@
}, },
{ {
"name": "livewire/livewire", "name": "livewire/livewire",
"version": "v2.3.17", "version": "v2.3.18",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/livewire/livewire.git", "url": "https://github.com/livewire/livewire.git",
"reference": "1a1d43ff365301ae99ed7f0ccf02c553d4eeba03" "reference": "c0c78f430e4151fb6902bbb88c75e782d2549e1a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/livewire/livewire/zipball/1a1d43ff365301ae99ed7f0ccf02c553d4eeba03", "url": "https://api.github.com/repos/livewire/livewire/zipball/c0c78f430e4151fb6902bbb88c75e782d2549e1a",
"reference": "1a1d43ff365301ae99ed7f0ccf02c553d4eeba03", "reference": "c0c78f430e4151fb6902bbb88c75e782d2549e1a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5401,7 +5400,7 @@
"description": "A front-end framework for Laravel.", "description": "A front-end framework for Laravel.",
"support": { "support": {
"issues": "https://github.com/livewire/livewire/issues", "issues": "https://github.com/livewire/livewire/issues",
"source": "https://github.com/livewire/livewire/tree/v2.3.17" "source": "https://github.com/livewire/livewire/tree/v2.3.18"
}, },
"funding": [ "funding": [
{ {
@ -5409,7 +5408,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2021-02-09T15:15:49+00:00" "time": "2021-02-16T20:34:52+00:00"
}, },
{ {
"name": "lorisleiva/laravel-search-string", "name": "lorisleiva/laravel-search-string",
@ -6155,26 +6154,26 @@
}, },
{ {
"name": "myclabs/php-enum", "name": "myclabs/php-enum",
"version": "1.7.7", "version": "1.8.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/myclabs/php-enum.git", "url": "https://github.com/myclabs/php-enum.git",
"reference": "d178027d1e679832db9f38248fcc7200647dc2b7" "reference": "46cf3d8498b095bd33727b13fd5707263af99421"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/myclabs/php-enum/zipball/d178027d1e679832db9f38248fcc7200647dc2b7", "url": "https://api.github.com/repos/myclabs/php-enum/zipball/46cf3d8498b095bd33727b13fd5707263af99421",
"reference": "d178027d1e679832db9f38248fcc7200647dc2b7", "reference": "46cf3d8498b095bd33727b13fd5707263af99421",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"php": ">=7.1" "php": "^7.3 || ^8.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^7", "phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "1.*", "squizlabs/php_codesniffer": "1.*",
"vimeo/psalm": "^3.8" "vimeo/psalm": "^4.5.1"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -6199,7 +6198,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/myclabs/php-enum/issues", "issues": "https://github.com/myclabs/php-enum/issues",
"source": "https://github.com/myclabs/php-enum/tree/1.7.7" "source": "https://github.com/myclabs/php-enum/tree/1.8.0"
}, },
"funding": [ "funding": [
{ {
@ -6211,7 +6210,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-11-14T18:14:52+00:00" "time": "2021-02-15T16:11:48+00:00"
}, },
{ {
"name": "nesbot/carbon", "name": "nesbot/carbon",
@ -9737,7 +9736,7 @@
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
"version": "v1.22.0", "version": "v1.22.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git", "url": "https://github.com/symfony/polyfill-ctype.git",
@ -9796,7 +9795,7 @@
"portable" "portable"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.0" "source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.1"
}, },
"funding": [ "funding": [
{ {
@ -9816,16 +9815,16 @@
}, },
{ {
"name": "symfony/polyfill-iconv", "name": "symfony/polyfill-iconv",
"version": "v1.22.0", "version": "v1.22.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git", "url": "https://github.com/symfony/polyfill-iconv.git",
"reference": "b34bfb8c4c22650ac080d2662ae3502e5f2f4ae6" "reference": "06fb361659649bcfd6a208a0f1fcaf4e827ad342"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/b34bfb8c4c22650ac080d2662ae3502e5f2f4ae6", "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/06fb361659649bcfd6a208a0f1fcaf4e827ad342",
"reference": "b34bfb8c4c22650ac080d2662ae3502e5f2f4ae6", "reference": "06fb361659649bcfd6a208a0f1fcaf4e827ad342",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9876,7 +9875,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-iconv/tree/v1.22.0" "source": "https://github.com/symfony/polyfill-iconv/tree/v1.22.1"
}, },
"funding": [ "funding": [
{ {
@ -9892,20 +9891,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-01-07T16:49:33+00:00" "time": "2021-01-22T09:19:47+00:00"
}, },
{ {
"name": "symfony/polyfill-intl-grapheme", "name": "symfony/polyfill-intl-grapheme",
"version": "v1.22.0", "version": "v1.22.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
"reference": "267a9adeb8ecb8071040a740930e077cdfb987af" "reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/267a9adeb8ecb8071040a740930e077cdfb987af", "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/5601e09b69f26c1828b13b6bb87cb07cddba3170",
"reference": "267a9adeb8ecb8071040a740930e077cdfb987af", "reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9957,7 +9956,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.22.0" "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.22.1"
}, },
"funding": [ "funding": [
{ {
@ -9973,20 +9972,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-01-07T16:49:33+00:00" "time": "2021-01-22T09:19:47+00:00"
}, },
{ {
"name": "symfony/polyfill-intl-idn", "name": "symfony/polyfill-intl-idn",
"version": "v1.22.0", "version": "v1.22.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git", "url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "0eb8293dbbcd6ef6bf81404c9ce7d95bcdf34f44" "reference": "2d63434d922daf7da8dd863e7907e67ee3031483"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/0eb8293dbbcd6ef6bf81404c9ce7d95bcdf34f44", "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/2d63434d922daf7da8dd863e7907e67ee3031483",
"reference": "0eb8293dbbcd6ef6bf81404c9ce7d95bcdf34f44", "reference": "2d63434d922daf7da8dd863e7907e67ee3031483",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10044,7 +10043,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.22.0" "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.22.1"
}, },
"funding": [ "funding": [
{ {
@ -10060,20 +10059,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-01-07T16:49:33+00:00" "time": "2021-01-22T09:19:47+00:00"
}, },
{ {
"name": "symfony/polyfill-intl-normalizer", "name": "symfony/polyfill-intl-normalizer",
"version": "v1.22.0", "version": "v1.22.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"reference": "6e971c891537eb617a00bb07a43d182a6915faba" "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/6e971c891537eb617a00bb07a43d182a6915faba", "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/43a0283138253ed1d48d352ab6d0bdb3f809f248",
"reference": "6e971c891537eb617a00bb07a43d182a6915faba", "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10128,7 +10127,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.22.0" "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.22.1"
}, },
"funding": [ "funding": [
{ {
@ -10144,20 +10143,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-01-07T17:09:11+00:00" "time": "2021-01-22T09:19:47+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
"version": "v1.22.0", "version": "v1.22.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13" "reference": "5232de97ee3b75b0360528dae24e73db49566ab1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f377a3dd1fde44d37b9831d68dc8dea3ffd28e13", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1",
"reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13", "reference": "5232de97ee3b75b0360528dae24e73db49566ab1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10208,7 +10207,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.0" "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.1"
}, },
"funding": [ "funding": [
{ {
@ -10224,11 +10223,11 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-01-07T16:49:33+00:00" "time": "2021-01-22T09:19:47+00:00"
}, },
{ {
"name": "symfony/polyfill-php72", "name": "symfony/polyfill-php72",
"version": "v1.22.0", "version": "v1.22.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-php72.git", "url": "https://github.com/symfony/polyfill-php72.git",
@ -10284,7 +10283,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-php72/tree/v1.22.0" "source": "https://github.com/symfony/polyfill-php72/tree/v1.22.1"
}, },
"funding": [ "funding": [
{ {
@ -10304,7 +10303,7 @@
}, },
{ {
"name": "symfony/polyfill-php73", "name": "symfony/polyfill-php73",
"version": "v1.22.0", "version": "v1.22.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-php73.git", "url": "https://github.com/symfony/polyfill-php73.git",
@ -10363,7 +10362,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-php73/tree/v1.22.0" "source": "https://github.com/symfony/polyfill-php73/tree/v1.22.1"
}, },
"funding": [ "funding": [
{ {
@ -10383,7 +10382,7 @@
}, },
{ {
"name": "symfony/polyfill-php80", "name": "symfony/polyfill-php80",
"version": "v1.22.0", "version": "v1.22.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-php80.git", "url": "https://github.com/symfony/polyfill-php80.git",
@ -10446,7 +10445,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.22.0" "source": "https://github.com/symfony/polyfill-php80/tree/v1.22.1"
}, },
"funding": [ "funding": [
{ {
@ -11515,16 +11514,16 @@
}, },
{ {
"name": "facade/flare-client-php", "name": "facade/flare-client-php",
"version": "1.3.7", "version": "1.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/facade/flare-client-php.git", "url": "https://github.com/facade/flare-client-php.git",
"reference": "fd688d3c06658f2b3b5f7bb19f051ee4ddf02492" "reference": "ef0f5bce23b30b32d98fd9bb49c6fa37b40eb546"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/facade/flare-client-php/zipball/fd688d3c06658f2b3b5f7bb19f051ee4ddf02492", "url": "https://api.github.com/repos/facade/flare-client-php/zipball/ef0f5bce23b30b32d98fd9bb49c6fa37b40eb546",
"reference": "fd688d3c06658f2b3b5f7bb19f051ee4ddf02492", "reference": "ef0f5bce23b30b32d98fd9bb49c6fa37b40eb546",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -11568,7 +11567,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/facade/flare-client-php/issues", "issues": "https://github.com/facade/flare-client-php/issues",
"source": "https://github.com/facade/flare-client-php/tree/1.3.7" "source": "https://github.com/facade/flare-client-php/tree/1.4.0"
}, },
"funding": [ "funding": [
{ {
@ -11576,20 +11575,20 @@
"type": "github" "type": "github"
} }
], ],
"time": "2020-10-21T16:02:39+00:00" "time": "2021-02-16T12:42:06+00:00"
}, },
{ {
"name": "facade/ignition", "name": "facade/ignition",
"version": "2.5.12", "version": "2.5.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/facade/ignition.git", "url": "https://github.com/facade/ignition.git",
"reference": "be73521836f978106b3c3cf57de7eaeb261af520" "reference": "5e9ef386aaad9985cee2ac23281a27568d083b7e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/facade/ignition/zipball/be73521836f978106b3c3cf57de7eaeb261af520", "url": "https://api.github.com/repos/facade/ignition/zipball/5e9ef386aaad9985cee2ac23281a27568d083b7e",
"reference": "be73521836f978106b3c3cf57de7eaeb261af520", "reference": "5e9ef386aaad9985cee2ac23281a27568d083b7e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -11653,7 +11652,7 @@
"issues": "https://github.com/facade/ignition/issues", "issues": "https://github.com/facade/ignition/issues",
"source": "https://github.com/facade/ignition" "source": "https://github.com/facade/ignition"
}, },
"time": "2021-02-15T07:55:43+00:00" "time": "2021-02-16T12:46:19+00:00"
}, },
{ {
"name": "facade/ignition-contracts", "name": "facade/ignition-contracts",