Fixes for db queries

This commit is contained in:
David Bomba 2023-08-27 09:49:41 +10:00
parent e38fb8110f
commit d3d6e9d396
3 changed files with 133 additions and 127 deletions

View File

@ -656,8 +656,8 @@ class CheckData extends Command
$p = Payment::where('client_id', $client->id)
->where('is_deleted', 0)
->whereIn('status_id', [Payment::STATUS_COMPLETED, Payment::STATUS_PENDING, Payment::STATUS_PARTIALLY_REFUNDED, Payment::STATUS_REFUNDED])
->sum(DB::Raw('amount - applied')->getValue(DB::connection()->getQueryGrammar()));
// ->sum(DB::Raw('amount - applied')->getValue(DB::connection()->getQueryGrammar()));
->selectRaw('SUM(payments.amount - payments.applied) as amount')->first()->amount ?? 0;
$total_invoice_payments += $p;
// 10/02/21

View File

@ -81,7 +81,8 @@ class ClientService
$amount = Payment::query()->where('client_id', $this->client->id)
->where('is_deleted', 0)
->whereIn('status_id', [Payment::STATUS_COMPLETED, Payment::STATUS_PENDING, Payment::STATUS_PARTIALLY_REFUNDED, Payment::STATUS_REFUNDED])
->sum(DB::Raw('amount - applied')->getValue(DB::connection()->getQueryGrammar()));
->selectRaw('SUM(payments.amount - payments.applied) as amount')->first()->amount ?? 0;
// ->sum(DB::Raw('amount - applied')->getValue(DB::connection()->getQueryGrammar()));
DB::connection(config('database.default'))->transaction(function () use ($amount) {
$this->client = Client::withTrashed()->where('id', $this->client->id)->lockForUpdate()->first();

253
composer.lock generated
View File

@ -525,16 +525,16 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.279.2",
"version": "3.279.7",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "ebd5e47c5be0425bb5cf4f80737850ed74767107"
"reference": "223f97f8f12765b42a682569b434ac0210cca93a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/ebd5e47c5be0425bb5cf4f80737850ed74767107",
"reference": "ebd5e47c5be0425bb5cf4f80737850ed74767107",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/223f97f8f12765b42a682569b434ac0210cca93a",
"reference": "223f97f8f12765b42a682569b434ac0210cca93a",
"shasum": ""
},
"require": {
@ -614,9 +614,9 @@
"support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.279.2"
"source": "https://github.com/aws/aws-sdk-php/tree/3.279.7"
},
"time": "2023-08-18T18:13:09+00:00"
"time": "2023-08-25T18:07:43+00:00"
},
{
"name": "bacon/bacon-qr-code",
@ -674,16 +674,16 @@
},
{
"name": "beganovich/snappdf",
"version": "v4.0.0",
"version": "v4.0.1",
"source": {
"type": "git",
"url": "https://github.com/beganovich/snappdf.git",
"reference": "e3ba325281fa35faa139add57b6183e22ed71cc1"
"reference": "37b782fa14034f91657f2490bcd1380bb5532d69"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/beganovich/snappdf/zipball/e3ba325281fa35faa139add57b6183e22ed71cc1",
"reference": "e3ba325281fa35faa139add57b6183e22ed71cc1",
"url": "https://api.github.com/repos/beganovich/snappdf/zipball/37b782fa14034f91657f2490bcd1380bb5532d69",
"reference": "37b782fa14034f91657f2490bcd1380bb5532d69",
"shasum": ""
},
"require": {
@ -720,9 +720,9 @@
"description": "Convert webpages or HTML into the PDF file using Chromium or Google Chrome.",
"support": {
"issues": "https://github.com/beganovich/snappdf/issues",
"source": "https://github.com/beganovich/snappdf/tree/v4.0.0"
"source": "https://github.com/beganovich/snappdf/tree/v4.0.1"
},
"time": "2023-04-22T07:49:46+00:00"
"time": "2023-08-24T12:47:07+00:00"
},
{
"name": "braintree/braintree_php",
@ -1099,16 +1099,16 @@
},
{
"name": "dasprid/enum",
"version": "1.0.4",
"version": "1.0.5",
"source": {
"type": "git",
"url": "https://github.com/DASPRiD/Enum.git",
"reference": "8e6b6ea76eabbf19ea2bf5b67b98e1860474012f"
"reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/DASPRiD/Enum/zipball/8e6b6ea76eabbf19ea2bf5b67b98e1860474012f",
"reference": "8e6b6ea76eabbf19ea2bf5b67b98e1860474012f",
"url": "https://api.github.com/repos/DASPRiD/Enum/zipball/6faf451159fb8ba4126b925ed2d78acfce0dc016",
"reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016",
"shasum": ""
},
"require": {
@ -1143,9 +1143,9 @@
],
"support": {
"issues": "https://github.com/DASPRiD/Enum/issues",
"source": "https://github.com/DASPRiD/Enum/tree/1.0.4"
"source": "https://github.com/DASPRiD/Enum/tree/1.0.5"
},
"time": "2023-03-01T18:44:03+00:00"
"time": "2023-08-25T16:18:39+00:00"
},
{
"name": "dflydev/apache-mime-types",
@ -2630,16 +2630,16 @@
},
{
"name": "google/auth",
"version": "v1.28.0",
"version": "v1.29.1",
"source": {
"type": "git",
"url": "https://github.com/googleapis/google-auth-library-php.git",
"reference": "07f7f6305f1b7df32b2acf6e101c1225c839c7ac"
"reference": "f199ed635b945e5adfd3c1a203543d8d86aff239"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/07f7f6305f1b7df32b2acf6e101c1225c839c7ac",
"reference": "07f7f6305f1b7df32b2acf6e101c1225c839c7ac",
"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/f199ed635b945e5adfd3c1a203543d8d86aff239",
"reference": "f199ed635b945e5adfd3c1a203543d8d86aff239",
"shasum": ""
},
"require": {
@ -2651,8 +2651,8 @@
"psr/http-message": "^1.1||^2.0"
},
"require-dev": {
"guzzlehttp/promises": "^1.3",
"kelvinmo/simplejwt": "0.7.0",
"guzzlehttp/promises": "^2.0",
"kelvinmo/simplejwt": "0.7.1",
"phpseclib/phpseclib": "^3.0",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.0.0",
@ -2682,9 +2682,9 @@
"support": {
"docs": "https://googleapis.github.io/google-auth-library-php/main/",
"issues": "https://github.com/googleapis/google-auth-library-php/issues",
"source": "https://github.com/googleapis/google-auth-library-php/tree/v1.28.0"
"source": "https://github.com/googleapis/google-auth-library-php/tree/v1.29.1"
},
"time": "2023-05-11T21:58:18+00:00"
"time": "2023-08-23T08:49:35+00:00"
},
{
"name": "graham-campbell/result-type",
@ -4335,16 +4335,16 @@
},
{
"name": "laravel/framework",
"version": "v10.19.0",
"version": "v10.20.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "b8557e4a708a1bd2bc8229bd53feecfa2ac1c6fb"
"reference": "a655dca3fbe83897e22adff652b1878ba352d041"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/b8557e4a708a1bd2bc8229bd53feecfa2ac1c6fb",
"reference": "b8557e4a708a1bd2bc8229bd53feecfa2ac1c6fb",
"url": "https://api.github.com/repos/laravel/framework/zipball/a655dca3fbe83897e22adff652b1878ba352d041",
"reference": "a655dca3fbe83897e22adff652b1878ba352d041",
"shasum": ""
},
"require": {
@ -4531,20 +4531,20 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2023-08-15T13:42:57+00:00"
"time": "2023-08-22T13:37:09+00:00"
},
{
"name": "laravel/prompts",
"version": "v0.1.5",
"version": "v0.1.6",
"source": {
"type": "git",
"url": "https://github.com/laravel/prompts.git",
"reference": "d880a909df144a4bf5760ebd09aba114f79d9adc"
"reference": "b514c5620e1b3b61221b0024dc88def26d9654f4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/prompts/zipball/d880a909df144a4bf5760ebd09aba114f79d9adc",
"reference": "d880a909df144a4bf5760ebd09aba114f79d9adc",
"url": "https://api.github.com/repos/laravel/prompts/zipball/b514c5620e1b3b61221b0024dc88def26d9654f4",
"reference": "b514c5620e1b3b61221b0024dc88def26d9654f4",
"shasum": ""
},
"require": {
@ -4577,9 +4577,9 @@
],
"support": {
"issues": "https://github.com/laravel/prompts/issues",
"source": "https://github.com/laravel/prompts/tree/v0.1.5"
"source": "https://github.com/laravel/prompts/tree/v0.1.6"
},
"time": "2023-08-15T14:29:44+00:00"
"time": "2023-08-18T13:32:23+00:00"
},
{
"name": "laravel/serializable-closure",
@ -4704,16 +4704,16 @@
},
{
"name": "laravel/socialite",
"version": "v5.8.0",
"version": "v5.8.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/socialite.git",
"reference": "50148edf24b6cd3e428aa9bc06a5d915b24376bb"
"reference": "9989b4530331597fae811bca240bf4e8f15e804b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/socialite/zipball/50148edf24b6cd3e428aa9bc06a5d915b24376bb",
"reference": "50148edf24b6cd3e428aa9bc06a5d915b24376bb",
"url": "https://api.github.com/repos/laravel/socialite/zipball/9989b4530331597fae811bca240bf4e8f15e804b",
"reference": "9989b4530331597fae811bca240bf4e8f15e804b",
"shasum": ""
},
"require": {
@ -4770,7 +4770,7 @@
"issues": "https://github.com/laravel/socialite/issues",
"source": "https://github.com/laravel/socialite"
},
"time": "2023-07-14T14:22:58+00:00"
"time": "2023-08-21T13:06:52+00:00"
},
{
"name": "laravel/tinker",
@ -5870,16 +5870,16 @@
},
{
"name": "microsoft/microsoft-graph",
"version": "1.104.0",
"version": "1.105.0",
"source": {
"type": "git",
"url": "https://github.com/microsoftgraph/msgraph-sdk-php.git",
"reference": "fc2a3549e8efc9501dbf5d55d350882d8d641295"
"reference": "d137bb44a1f4ec949c814471ee94265db002fc2c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/microsoftgraph/msgraph-sdk-php/zipball/fc2a3549e8efc9501dbf5d55d350882d8d641295",
"reference": "fc2a3549e8efc9501dbf5d55d350882d8d641295",
"url": "https://api.github.com/repos/microsoftgraph/msgraph-sdk-php/zipball/d137bb44a1f4ec949c814471ee94265db002fc2c",
"reference": "d137bb44a1f4ec949c814471ee94265db002fc2c",
"shasum": ""
},
"require": {
@ -5916,9 +5916,9 @@
"homepage": "https://developer.microsoft.com/en-us/graph",
"support": {
"issues": "https://github.com/microsoftgraph/msgraph-sdk-php/issues",
"source": "https://github.com/microsoftgraph/msgraph-sdk-php/tree/1.104.0"
"source": "https://github.com/microsoftgraph/msgraph-sdk-php/tree/1.105.0"
},
"time": "2023-08-11T07:41:39+00:00"
"time": "2023-08-22T13:28:28+00:00"
},
{
"name": "mollie/mollie-api-php",
@ -6204,25 +6204,25 @@
},
{
"name": "mtdowling/jmespath.php",
"version": "2.6.1",
"version": "2.7.0",
"source": {
"type": "git",
"url": "https://github.com/jmespath/jmespath.php.git",
"reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb"
"reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
"reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
"url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/bbb69a935c2cbb0c03d7f481a238027430f6440b",
"reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b",
"shasum": ""
},
"require": {
"php": "^5.4 || ^7.0 || ^8.0",
"php": "^7.2.5 || ^8.0",
"symfony/polyfill-mbstring": "^1.17"
},
"require-dev": {
"composer/xdebug-handler": "^1.4 || ^2.0",
"phpunit/phpunit": "^4.8.36 || ^7.5.15"
"composer/xdebug-handler": "^3.0.3",
"phpunit/phpunit": "^8.5.33"
},
"bin": [
"bin/jp.php"
@ -6230,7 +6230,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.6-dev"
"dev-master": "2.7-dev"
}
},
"autoload": {
@ -6246,6 +6246,11 @@
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
@ -6259,9 +6264,9 @@
],
"support": {
"issues": "https://github.com/jmespath/jmespath.php/issues",
"source": "https://github.com/jmespath/jmespath.php/tree/2.6.1"
"source": "https://github.com/jmespath/jmespath.php/tree/2.7.0"
},
"time": "2021-06-14T00:11:39+00:00"
"time": "2023-08-25T10:54:48+00:00"
},
{
"name": "myclabs/php-enum",
@ -10183,16 +10188,16 @@
},
{
"name": "spatie/laravel-package-tools",
"version": "1.16.0",
"version": "1.16.1",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-package-tools.git",
"reference": "38fe533e93f86a1b2fb1000bf7df09c4748e6458"
"reference": "cc7c991555a37f9fa6b814aa03af73f88026a83d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/38fe533e93f86a1b2fb1000bf7df09c4748e6458",
"reference": "38fe533e93f86a1b2fb1000bf7df09c4748e6458",
"url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/cc7c991555a37f9fa6b814aa03af73f88026a83d",
"reference": "cc7c991555a37f9fa6b814aa03af73f88026a83d",
"shasum": ""
},
"require": {
@ -10231,7 +10236,7 @@
],
"support": {
"issues": "https://github.com/spatie/laravel-package-tools/issues",
"source": "https://github.com/spatie/laravel-package-tools/tree/1.16.0"
"source": "https://github.com/spatie/laravel-package-tools/tree/1.16.1"
},
"funding": [
{
@ -10239,7 +10244,7 @@
"type": "github"
}
],
"time": "2023-08-09T14:08:04+00:00"
"time": "2023-08-23T09:04:39+00:00"
},
{
"name": "sprain/swiss-qr-bill",
@ -10419,16 +10424,16 @@
},
{
"name": "symfony/console",
"version": "v6.3.2",
"version": "v6.3.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "aa5d64ad3f63f2e48964fc81ee45cb318a723898"
"reference": "eca495f2ee845130855ddf1cf18460c38966c8b6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/aa5d64ad3f63f2e48964fc81ee45cb318a723898",
"reference": "aa5d64ad3f63f2e48964fc81ee45cb318a723898",
"url": "https://api.github.com/repos/symfony/console/zipball/eca495f2ee845130855ddf1cf18460c38966c8b6",
"reference": "eca495f2ee845130855ddf1cf18460c38966c8b6",
"shasum": ""
},
"require": {
@ -10489,7 +10494,7 @@
"terminal"
],
"support": {
"source": "https://github.com/symfony/console/tree/v6.3.2"
"source": "https://github.com/symfony/console/tree/v6.3.4"
},
"funding": [
{
@ -10505,7 +10510,7 @@
"type": "tidelift"
}
],
"time": "2023-07-19T20:17:28+00:00"
"time": "2023-08-16T10:10:12+00:00"
},
{
"name": "symfony/css-selector",
@ -11168,16 +11173,16 @@
},
{
"name": "symfony/http-foundation",
"version": "v6.3.2",
"version": "v6.3.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "43ed99d30f5f466ffa00bdac3f5f7aa9cd7617c3"
"reference": "cac1556fdfdf6719668181974104e6fcfa60e844"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/43ed99d30f5f466ffa00bdac3f5f7aa9cd7617c3",
"reference": "43ed99d30f5f466ffa00bdac3f5f7aa9cd7617c3",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/cac1556fdfdf6719668181974104e6fcfa60e844",
"reference": "cac1556fdfdf6719668181974104e6fcfa60e844",
"shasum": ""
},
"require": {
@ -11225,7 +11230,7 @@
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-foundation/tree/v6.3.2"
"source": "https://github.com/symfony/http-foundation/tree/v6.3.4"
},
"funding": [
{
@ -11241,20 +11246,20 @@
"type": "tidelift"
}
],
"time": "2023-07-23T21:58:39+00:00"
"time": "2023-08-22T08:20:46+00:00"
},
{
"name": "symfony/http-kernel",
"version": "v6.3.3",
"version": "v6.3.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "d3b567f0addf695e10b0c6d57564a9bea2e058ee"
"reference": "36abb425b4af863ae1fe54d8a8b8b4c76a2bccdb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/d3b567f0addf695e10b0c6d57564a9bea2e058ee",
"reference": "d3b567f0addf695e10b0c6d57564a9bea2e058ee",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/36abb425b4af863ae1fe54d8a8b8b4c76a2bccdb",
"reference": "36abb425b4af863ae1fe54d8a8b8b4c76a2bccdb",
"shasum": ""
},
"require": {
@ -11263,7 +11268,7 @@
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/error-handler": "^6.3",
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/http-foundation": "^6.2.7",
"symfony/http-foundation": "^6.3.4",
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
@ -11271,7 +11276,7 @@
"symfony/cache": "<5.4",
"symfony/config": "<6.1",
"symfony/console": "<5.4",
"symfony/dependency-injection": "<6.3",
"symfony/dependency-injection": "<6.3.4",
"symfony/doctrine-bridge": "<5.4",
"symfony/form": "<5.4",
"symfony/http-client": "<5.4",
@ -11295,7 +11300,7 @@
"symfony/config": "^6.1",
"symfony/console": "^5.4|^6.0",
"symfony/css-selector": "^5.4|^6.0",
"symfony/dependency-injection": "^6.3",
"symfony/dependency-injection": "^6.3.4",
"symfony/dom-crawler": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
"symfony/finder": "^5.4|^6.0",
@ -11338,7 +11343,7 @@
"description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-kernel/tree/v6.3.3"
"source": "https://github.com/symfony/http-kernel/tree/v6.3.4"
},
"funding": [
{
@ -11354,7 +11359,7 @@
"type": "tidelift"
}
],
"time": "2023-07-31T10:33:00+00:00"
"time": "2023-08-26T13:54:49+00:00"
},
{
"name": "symfony/intl",
@ -12713,16 +12718,16 @@
},
{
"name": "symfony/process",
"version": "v6.3.2",
"version": "v6.3.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "c5ce962db0d9b6e80247ca5eb9af6472bd4d7b5d"
"reference": "0b5c29118f2e980d455d2e34a5659f4579847c54"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/c5ce962db0d9b6e80247ca5eb9af6472bd4d7b5d",
"reference": "c5ce962db0d9b6e80247ca5eb9af6472bd4d7b5d",
"url": "https://api.github.com/repos/symfony/process/zipball/0b5c29118f2e980d455d2e34a5659f4579847c54",
"reference": "0b5c29118f2e980d455d2e34a5659f4579847c54",
"shasum": ""
},
"require": {
@ -12754,7 +12759,7 @@
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/process/tree/v6.3.2"
"source": "https://github.com/symfony/process/tree/v6.3.4"
},
"funding": [
{
@ -12770,7 +12775,7 @@
"type": "tidelift"
}
],
"time": "2023-07-12T16:00:22+00:00"
"time": "2023-08-07T10:39:22+00:00"
},
{
"name": "symfony/property-access",
@ -13525,16 +13530,16 @@
},
{
"name": "symfony/validator",
"version": "v6.3.2",
"version": "v6.3.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/validator.git",
"reference": "b0c4ecf17d39eee1edfecc92299a03b9f5d5220b"
"reference": "0c8435154920b9bbe93bece675234c244cadf73b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/validator/zipball/b0c4ecf17d39eee1edfecc92299a03b9f5d5220b",
"reference": "b0c4ecf17d39eee1edfecc92299a03b9f5d5220b",
"url": "https://api.github.com/repos/symfony/validator/zipball/0c8435154920b9bbe93bece675234c244cadf73b",
"reference": "0c8435154920b9bbe93bece675234c244cadf73b",
"shasum": ""
},
"require": {
@ -13601,7 +13606,7 @@
"description": "Provides tools to validate values",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/validator/tree/v6.3.2"
"source": "https://github.com/symfony/validator/tree/v6.3.4"
},
"funding": [
{
@ -13617,20 +13622,20 @@
"type": "tidelift"
}
],
"time": "2023-07-26T17:39:03+00:00"
"time": "2023-08-17T15:49:05+00:00"
},
{
"name": "symfony/var-dumper",
"version": "v6.3.3",
"version": "v6.3.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "77fb4f2927f6991a9843633925d111147449ee7a"
"reference": "2027be14f8ae8eae999ceadebcda5b4909b81d45"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/77fb4f2927f6991a9843633925d111147449ee7a",
"reference": "77fb4f2927f6991a9843633925d111147449ee7a",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/2027be14f8ae8eae999ceadebcda5b4909b81d45",
"reference": "2027be14f8ae8eae999ceadebcda5b4909b81d45",
"shasum": ""
},
"require": {
@ -13685,7 +13690,7 @@
"dump"
],
"support": {
"source": "https://github.com/symfony/var-dumper/tree/v6.3.3"
"source": "https://github.com/symfony/var-dumper/tree/v6.3.4"
},
"funding": [
{
@ -13701,7 +13706,7 @@
"type": "tidelift"
}
],
"time": "2023-07-31T07:08:24+00:00"
"time": "2023-08-24T14:51:05+00:00"
},
{
"name": "symfony/yaml",
@ -14277,16 +14282,16 @@
"packages-dev": [
{
"name": "barryvdh/laravel-debugbar",
"version": "v3.8.2",
"version": "v3.9.2",
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-debugbar.git",
"reference": "56a2dc1da9d3219164074713983eef68996386cf"
"reference": "bfd0131c146973cab164e50f5cdd8a67cc60cab1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/56a2dc1da9d3219164074713983eef68996386cf",
"reference": "56a2dc1da9d3219164074713983eef68996386cf",
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/bfd0131c146973cab164e50f5cdd8a67cc60cab1",
"reference": "bfd0131c146973cab164e50f5cdd8a67cc60cab1",
"shasum": ""
},
"require": {
@ -14345,7 +14350,7 @@
],
"support": {
"issues": "https://github.com/barryvdh/laravel-debugbar/issues",
"source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.8.2"
"source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.9.2"
},
"funding": [
{
@ -14357,7 +14362,7 @@
"type": "github"
}
],
"time": "2023-07-26T04:57:49+00:00"
"time": "2023-08-25T18:43:57+00:00"
},
{
"name": "barryvdh/laravel-ide-helper",
@ -15829,16 +15834,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.10.29",
"version": "1.10.32",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "ee5d8f2d3977fb09e55603eee6fb53bdd76ee9c1"
"reference": "c47e47d3ab03137c0e121e77c4d2cb58672f6d44"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/ee5d8f2d3977fb09e55603eee6fb53bdd76ee9c1",
"reference": "ee5d8f2d3977fb09e55603eee6fb53bdd76ee9c1",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/c47e47d3ab03137c0e121e77c4d2cb58672f6d44",
"reference": "c47e47d3ab03137c0e121e77c4d2cb58672f6d44",
"shasum": ""
},
"require": {
@ -15887,7 +15892,7 @@
"type": "tidelift"
}
],
"time": "2023-08-14T13:24:11+00:00"
"time": "2023-08-24T21:54:50+00:00"
},
{
"name": "phpunit/php-code-coverage",
@ -17356,16 +17361,16 @@
},
{
"name": "spatie/ignition",
"version": "1.9.0",
"version": "1.10.1",
"source": {
"type": "git",
"url": "https://github.com/spatie/ignition.git",
"reference": "de24ff1e01814d5043bd6eb4ab36a5a852a04973"
"reference": "d92b9a081e99261179b63a858c7a4b01541e7dd1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/ignition/zipball/de24ff1e01814d5043bd6eb4ab36a5a852a04973",
"reference": "de24ff1e01814d5043bd6eb4ab36a5a852a04973",
"url": "https://api.github.com/repos/spatie/ignition/zipball/d92b9a081e99261179b63a858c7a4b01541e7dd1",
"reference": "d92b9a081e99261179b63a858c7a4b01541e7dd1",
"shasum": ""
},
"require": {
@ -17435,20 +17440,20 @@
"type": "github"
}
],
"time": "2023-06-28T13:24:59+00:00"
"time": "2023-08-21T15:06:37+00:00"
},
{
"name": "spatie/laravel-ignition",
"version": "2.2.0",
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-ignition.git",
"reference": "dd15fbe82ef5392798941efae93c49395a87d943"
"reference": "4ed813d16edb5a1ab0d7f4b1d116c37ee8cdf3c0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/dd15fbe82ef5392798941efae93c49395a87d943",
"reference": "dd15fbe82ef5392798941efae93c49395a87d943",
"url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/4ed813d16edb5a1ab0d7f4b1d116c37ee8cdf3c0",
"reference": "4ed813d16edb5a1ab0d7f4b1d116c37ee8cdf3c0",
"shasum": ""
},
"require": {
@ -17527,7 +17532,7 @@
"type": "github"
}
],
"time": "2023-06-28T13:51:52+00:00"
"time": "2023-08-23T06:24:34+00:00"
},
{
"name": "spaze/phpstan-stripe",