Adjustments for logic

This commit is contained in:
David Bomba 2025-04-16 19:52:53 +10:00
parent db2fc06c0e
commit 210fe492a8
4 changed files with 138 additions and 87 deletions

View File

@ -87,6 +87,7 @@ class QueryLogging
} }
LightLogs::create(new DbQuery($request->method(), substr(urldecode($request->url()), 0, 180), $count, $time, $ip, $client_version, $platform)) LightLogs::create(new DbQuery($request->method(), substr(urldecode($request->url()), 0, 180), $count, $time, $ip, $client_version, $platform))
->probe(urldecode($request->path()), $ip, true)
->batch(); ->batch();
} }

View File

@ -54,13 +54,15 @@ class CreateAccountRequest extends Request
'utm_campaign' => 'sometimes|nullable|string', 'utm_campaign' => 'sometimes|nullable|string',
'utm_term' => 'sometimes|nullable|string', 'utm_term' => 'sometimes|nullable|string',
'utm_content' => 'sometimes|nullable|string', 'utm_content' => 'sometimes|nullable|string',
// 'cf-turnstile' => 'required|string', // 'cf-turnstile' => 'required_if:token_name,web_client|string',
]; ];
} }
public function prepareForValidation() public function prepareForValidation()
{ {
nlog(array_merge(['signup' => 'true', 'ipaddy' => request()->ip()], $this->all()));
$input = $this->all(); $input = $this->all();
$input['user_agent'] = request()->server('HTTP_USER_AGENT'); $input['user_agent'] = request()->server('HTTP_USER_AGENT');

View File

@ -78,7 +78,7 @@ class CreateAccount
if (Ninja::isHosted()) { if (Ninja::isHosted()) {
$sp794f3f->hosted_client_count = config('ninja.quotas.free.clients'); $sp794f3f->hosted_client_count = config('ninja.quotas.free.clients');
$sp794f3f->hosted_company_count = config('ninja.quotas.free.max_companies'); $sp794f3f->hosted_company_count = config('ninja.quotas.free.max_companies');
$sp794f3f->account_sms_verified = true; $sp794f3f->account_sms_verified = false;
if (in_array($this->getDomain($this->request['email']), Domains::getDomains())) { if (in_array($this->getDomain($this->request['email']), Domains::getDomains())) {
$sp794f3f->account_sms_verified = false; $sp794f3f->account_sms_verified = false;

218
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": "3469affb27a6e61c80c53267c6ca2889", "content-hash": "393b485823ad662720d7421a65368e6f",
"packages": [ "packages": [
{ {
"name": "adrienrn/php-mimetyper", "name": "adrienrn/php-mimetyper",
@ -634,16 +634,16 @@
}, },
{ {
"name": "babenkoivan/elastic-adapter", "name": "babenkoivan/elastic-adapter",
"version": "v4.1.0", "version": "v4.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/babenkoivan/elastic-adapter.git", "url": "https://github.com/babenkoivan/elastic-adapter.git",
"reference": "4db4cd967b728772c2f9a31d9941e0663a2c6d05" "reference": "8663de00ca00d4403ce61728fd86f3a77965b0c2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/babenkoivan/elastic-adapter/zipball/4db4cd967b728772c2f9a31d9941e0663a2c6d05", "url": "https://api.github.com/repos/babenkoivan/elastic-adapter/zipball/8663de00ca00d4403ce61728fd86f3a77965b0c2",
"reference": "4db4cd967b728772c2f9a31d9941e0663a2c6d05", "reference": "8663de00ca00d4403ce61728fd86f3a77965b0c2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -683,7 +683,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/babenkoivan/elastic-adapter/issues", "issues": "https://github.com/babenkoivan/elastic-adapter/issues",
"source": "https://github.com/babenkoivan/elastic-adapter/tree/v4.1.0" "source": "https://github.com/babenkoivan/elastic-adapter/tree/v4.1.1"
}, },
"funding": [ "funding": [
{ {
@ -695,7 +695,7 @@
"type": "paypal" "type": "paypal"
} }
], ],
"time": "2024-12-19T17:37:18+00:00" "time": "2025-04-07T07:00:35+00:00"
}, },
{ {
"name": "babenkoivan/elastic-client", "name": "babenkoivan/elastic-client",
@ -1771,26 +1771,29 @@
}, },
{ {
"name": "doctrine/deprecations", "name": "doctrine/deprecations",
"version": "1.1.4", "version": "1.1.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/deprecations.git", "url": "https://github.com/doctrine/deprecations.git",
"reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9" "reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/31610dbb31faa98e6b5447b62340826f54fbc4e9", "url": "https://api.github.com/repos/doctrine/deprecations/zipball/459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38",
"reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9", "reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1 || ^8.0" "php": "^7.1 || ^8.0"
}, },
"conflict": {
"phpunit/phpunit": "<=7.5 || >=13"
},
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^9 || ^12", "doctrine/coding-standard": "^9 || ^12 || ^13",
"phpstan/phpstan": "1.4.10 || 2.0.3", "phpstan/phpstan": "1.4.10 || 2.1.11",
"phpstan/phpstan-phpunit": "^1.0 || ^2", "phpstan/phpstan-phpunit": "^1.0 || ^2",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12",
"psr/log": "^1 || ^2 || ^3" "psr/log": "^1 || ^2 || ^3"
}, },
"suggest": { "suggest": {
@ -1810,9 +1813,9 @@
"homepage": "https://www.doctrine-project.org/", "homepage": "https://www.doctrine-project.org/",
"support": { "support": {
"issues": "https://github.com/doctrine/deprecations/issues", "issues": "https://github.com/doctrine/deprecations/issues",
"source": "https://github.com/doctrine/deprecations/tree/1.1.4" "source": "https://github.com/doctrine/deprecations/tree/1.1.5"
}, },
"time": "2024-12-07T21:18:45+00:00" "time": "2025-04-07T20:06:18+00:00"
}, },
{ {
"name": "doctrine/inflector", "name": "doctrine/inflector",
@ -2651,16 +2654,16 @@
}, },
{ {
"name": "firebase/php-jwt", "name": "firebase/php-jwt",
"version": "v6.11.0", "version": "v6.11.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/firebase/php-jwt.git", "url": "https://github.com/firebase/php-jwt.git",
"reference": "8f718f4dfc9c5d5f0c994cdfd103921b43592712" "reference": "d1e91ecf8c598d073d0995afa8cd5c75c6e19e66"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/8f718f4dfc9c5d5f0c994cdfd103921b43592712", "url": "https://api.github.com/repos/firebase/php-jwt/zipball/d1e91ecf8c598d073d0995afa8cd5c75c6e19e66",
"reference": "8f718f4dfc9c5d5f0c994cdfd103921b43592712", "reference": "d1e91ecf8c598d073d0995afa8cd5c75c6e19e66",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2708,9 +2711,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/firebase/php-jwt/issues", "issues": "https://github.com/firebase/php-jwt/issues",
"source": "https://github.com/firebase/php-jwt/tree/v6.11.0" "source": "https://github.com/firebase/php-jwt/tree/v6.11.1"
}, },
"time": "2025-01-23T05:11:06+00:00" "time": "2025-04-09T20:32:01+00:00"
}, },
{ {
"name": "fruitcake/php-cors", "name": "fruitcake/php-cors",
@ -2963,16 +2966,16 @@
}, },
{ {
"name": "google/apiclient", "name": "google/apiclient",
"version": "v2.18.2", "version": "v2.18.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/googleapis/google-api-php-client.git", "url": "https://github.com/googleapis/google-api-php-client.git",
"reference": "d8d201ba8a189a3cd7fb34e4da569f2ed440eee7" "reference": "4eee42d201eff054428a4836ec132944d271f051"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/d8d201ba8a189a3cd7fb34e4da569f2ed440eee7", "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/4eee42d201eff054428a4836ec132944d271f051",
"reference": "d8d201ba8a189a3cd7fb34e4da569f2ed440eee7", "reference": "4eee42d201eff054428a4836ec132944d271f051",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3026,9 +3029,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/googleapis/google-api-php-client/issues", "issues": "https://github.com/googleapis/google-api-php-client/issues",
"source": "https://github.com/googleapis/google-api-php-client/tree/v2.18.2" "source": "https://github.com/googleapis/google-api-php-client/tree/v2.18.3"
}, },
"time": "2024-12-16T22:52:40+00:00" "time": "2025-04-08T21:59:36+00:00"
}, },
{ {
"name": "google/apiclient-services", "name": "google/apiclient-services",
@ -3076,16 +3079,16 @@
}, },
{ {
"name": "google/auth", "name": "google/auth",
"version": "v1.46.0", "version": "v1.47.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/googleapis/google-auth-library-php.git", "url": "https://github.com/googleapis/google-auth-library-php.git",
"reference": "7fafae99a41984cbfb92508174263cf7bf3049b9" "reference": "d6389aae7c009daceaa8da9b7942d8df6969f6d9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/7fafae99a41984cbfb92508174263cf7bf3049b9", "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/d6389aae7c009daceaa8da9b7942d8df6969f6d9",
"reference": "7fafae99a41984cbfb92508174263cf7bf3049b9", "reference": "d6389aae7c009daceaa8da9b7942d8df6969f6d9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3131,9 +3134,9 @@
"support": { "support": {
"docs": "https://cloud.google.com/php/docs/reference/auth/latest", "docs": "https://cloud.google.com/php/docs/reference/auth/latest",
"issues": "https://github.com/googleapis/google-auth-library-php/issues", "issues": "https://github.com/googleapis/google-auth-library-php/issues",
"source": "https://github.com/googleapis/google-auth-library-php/tree/v1.46.0" "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.47.0"
}, },
"time": "2025-02-12T22:21:37+00:00" "time": "2025-04-15T21:47:20+00:00"
}, },
{ {
"name": "graham-campbell/result-type", "name": "graham-campbell/result-type",
@ -5116,20 +5119,20 @@
}, },
{ {
"name": "laracasts/presenter", "name": "laracasts/presenter",
"version": "0.2.7", "version": "0.2.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laracasts/Presenter.git", "url": "https://github.com/laracasts/Presenter.git",
"reference": "fa70a699d58982e660a8f63629dabbb7b066ac7b" "reference": "2f5e6f844a67f2285b59ef96a1a9ce4b2cb1adff"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laracasts/Presenter/zipball/fa70a699d58982e660a8f63629dabbb7b066ac7b", "url": "https://api.github.com/repos/laracasts/Presenter/zipball/2f5e6f844a67f2285b59ef96a1a9ce4b2cb1adff",
"reference": "fa70a699d58982e660a8f63629dabbb7b066ac7b", "reference": "2f5e6f844a67f2285b59ef96a1a9ce4b2cb1adff",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/support": "~5.0|~6.0|~7.0|~8.0|^9.0|^10.0|^11.0", "illuminate/support": "~5.0|~6.0|~7.0|~8.0|^9.0|^10.0|^11.0|^12.0",
"php": ">=5.4.0" "php": ">=5.4.0"
}, },
"require-dev": { "require-dev": {
@ -5160,9 +5163,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/laracasts/Presenter/issues", "issues": "https://github.com/laracasts/Presenter/issues",
"source": "https://github.com/laracasts/Presenter/tree/0.2.7" "source": "https://github.com/laracasts/Presenter/tree/0.2.8"
}, },
"time": "2024-05-10T00:35:07+00:00" "time": "2025-04-07T17:59:15+00:00"
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
@ -5381,16 +5384,16 @@
}, },
{ {
"name": "laravel/octane", "name": "laravel/octane",
"version": "v2.8.3", "version": "v2.9.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/octane.git", "url": "https://github.com/laravel/octane.git",
"reference": "f3eee159192d72319ee8e612abc17eacffb47c97" "reference": "445002b2551c837d60cda4324259063c356dfb56"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/octane/zipball/f3eee159192d72319ee8e612abc17eacffb47c97", "url": "https://api.github.com/repos/laravel/octane/zipball/445002b2551c837d60cda4324259063c356dfb56",
"reference": "f3eee159192d72319ee8e612abc17eacffb47c97", "reference": "445002b2551c837d60cda4324259063c356dfb56",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5467,7 +5470,7 @@
"issues": "https://github.com/laravel/octane/issues", "issues": "https://github.com/laravel/octane/issues",
"source": "https://github.com/laravel/octane" "source": "https://github.com/laravel/octane"
}, },
"time": "2025-04-01T14:17:29+00:00" "time": "2025-04-13T21:10:35+00:00"
}, },
{ {
"name": "laravel/prompts", "name": "laravel/prompts",
@ -6918,16 +6921,16 @@
}, },
{ {
"name": "livewire/livewire", "name": "livewire/livewire",
"version": "v3.6.2", "version": "v3.6.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/livewire/livewire.git", "url": "https://github.com/livewire/livewire.git",
"reference": "8f8914731f5eb43b6bb145d87c8d5a9edfc89313" "reference": "56aa1bb63a46e06181c56fa64717a7287e19115e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/livewire/livewire/zipball/8f8914731f5eb43b6bb145d87c8d5a9edfc89313", "url": "https://api.github.com/repos/livewire/livewire/zipball/56aa1bb63a46e06181c56fa64717a7287e19115e",
"reference": "8f8914731f5eb43b6bb145d87c8d5a9edfc89313", "reference": "56aa1bb63a46e06181c56fa64717a7287e19115e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -6982,7 +6985,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/v3.6.2" "source": "https://github.com/livewire/livewire/tree/v3.6.3"
}, },
"funding": [ "funding": [
{ {
@ -6990,7 +6993,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-03-12T20:24:15+00:00" "time": "2025-04-12T22:26:52+00:00"
}, },
{ {
"name": "maennchen/zipstream-php", "name": "maennchen/zipstream-php",
@ -8292,16 +8295,16 @@
}, },
{ {
"name": "nordigen/nordigen-php", "name": "nordigen/nordigen-php",
"version": "1.1.2", "version": "1.1.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nordigen/nordigen-php.git", "url": "https://github.com/nordigen/nordigen-php.git",
"reference": "573a9935fc7444ba84d0cdd7dba46e033dbf7bd5" "reference": "acbf54570d29c0487ffbe709fb11d3821f9ae7b0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nordigen/nordigen-php/zipball/573a9935fc7444ba84d0cdd7dba46e033dbf7bd5", "url": "https://api.github.com/repos/nordigen/nordigen-php/zipball/acbf54570d29c0487ffbe709fb11d3821f9ae7b0",
"reference": "573a9935fc7444ba84d0cdd7dba46e033dbf7bd5", "reference": "acbf54570d29c0487ffbe709fb11d3821f9ae7b0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8341,9 +8344,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/nordigen/nordigen-php/issues", "issues": "https://github.com/nordigen/nordigen-php/issues",
"source": "https://github.com/nordigen/nordigen-php/tree/1.1.2" "source": "https://github.com/nordigen/nordigen-php/tree/1.1.3"
}, },
"time": "2024-02-13T14:06:32+00:00" "time": "2025-04-07T11:25:02+00:00"
}, },
{ {
"name": "nunomaduro/termwind", "name": "nunomaduro/termwind",
@ -9429,16 +9432,16 @@
}, },
{ {
"name": "phpdocumentor/reflection-docblock", "name": "phpdocumentor/reflection-docblock",
"version": "5.6.1", "version": "5.6.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8" "reference": "92dde6a5919e34835c506ac8c523ef095a95ed62"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8", "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/92dde6a5919e34835c506ac8c523ef095a95ed62",
"reference": "e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8", "reference": "92dde6a5919e34835c506ac8c523ef095a95ed62",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9487,9 +9490,9 @@
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"support": { "support": {
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.1" "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.2"
}, },
"time": "2024-12-07T09:39:29+00:00" "time": "2025-04-13T19:20:35+00:00"
}, },
{ {
"name": "phpdocumentor/type-resolver", "name": "phpdocumentor/type-resolver",
@ -11220,16 +11223,16 @@
}, },
{ {
"name": "sentry/sentry", "name": "sentry/sentry",
"version": "4.10.0", "version": "4.11.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/getsentry/sentry-php.git", "url": "https://github.com/getsentry/sentry-php.git",
"reference": "2af937d47d8aadb8dab0b1d7b9557e495dd12856" "reference": "ebf67deb9902b6da58a4b3383cbd12fed3f4f555"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/getsentry/sentry-php/zipball/2af937d47d8aadb8dab0b1d7b9557e495dd12856", "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/ebf67deb9902b6da58a4b3383cbd12fed3f4f555",
"reference": "2af937d47d8aadb8dab0b1d7b9557e495dd12856", "reference": "ebf67deb9902b6da58a4b3383cbd12fed3f4f555",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -11293,7 +11296,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/getsentry/sentry-php/issues", "issues": "https://github.com/getsentry/sentry-php/issues",
"source": "https://github.com/getsentry/sentry-php/tree/4.10.0" "source": "https://github.com/getsentry/sentry-php/tree/4.11.0"
}, },
"funding": [ "funding": [
{ {
@ -11305,7 +11308,7 @@
"type": "custom" "type": "custom"
} }
], ],
"time": "2024-11-06T07:44:19+00:00" "time": "2025-04-14T09:04:23+00:00"
}, },
{ {
"name": "sentry/sentry-laravel", "name": "sentry/sentry-laravel",
@ -16390,6 +16393,54 @@
}, },
"time": "2024-10-12T06:57:20+00:00" "time": "2024-10-12T06:57:20+00:00"
}, },
{
"name": "turbo124/waffy",
"version": "v0.1.1",
"source": {
"type": "git",
"url": "https://github.com/turbo124/waffy.git",
"reference": "ee008b6ada87002289c52db0f9746b93d53301db"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/turbo124/waffy/zipball/ee008b6ada87002289c52db0f9746b93d53301db",
"reference": "ee008b6ada87002289c52db0f9746b93d53301db",
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/console": "^7.2",
"symfony/process": "^7.2"
},
"require-dev": {
"monolog/monolog": "^3.0@dev",
"phpstan/phpstan": "1.11.x-dev",
"phpunit/phpunit": "^10.1",
"vlucas/phpdotenv": "^5.6@dev"
},
"type": "library",
"autoload": {
"psr-4": {
"Turbo124\\Waffy\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "David Bomba",
"email": "turbo124@gmail.com"
}
],
"description": "Nginx denylist package",
"support": {
"issues": "https://github.com/turbo124/waffy/issues",
"source": "https://github.com/turbo124/waffy/tree/v0.1.1"
},
"time": "2025-04-16T07:27:48+00:00"
},
{ {
"name": "twig/extra-bundle", "name": "twig/extra-bundle",
"version": "v3.20.0", "version": "v3.20.0",
@ -17046,16 +17097,16 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "barryvdh/laravel-debugbar", "name": "barryvdh/laravel-debugbar",
"version": "v3.15.2", "version": "v3.15.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/barryvdh/laravel-debugbar.git", "url": "https://github.com/barryvdh/laravel-debugbar.git",
"reference": "0bc1e1361e7fffc2be156f46ad1fba6927c01729" "reference": "c0667ea91f7185f1e074402c5788195e96bf8106"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/0bc1e1361e7fffc2be156f46ad1fba6927c01729", "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/c0667ea91f7185f1e074402c5788195e96bf8106",
"reference": "0bc1e1361e7fffc2be156f46ad1fba6927c01729", "reference": "c0667ea91f7185f1e074402c5788195e96bf8106",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -17066,9 +17117,6 @@
"php-debugbar/php-debugbar": "~2.1.1", "php-debugbar/php-debugbar": "~2.1.1",
"symfony/finder": "^6|^7" "symfony/finder": "^6|^7"
}, },
"conflict": {
"maximebf/debugbar": "*"
},
"require-dev": { "require-dev": {
"mockery/mockery": "^1.3.3", "mockery/mockery": "^1.3.3",
"orchestra/testbench-dusk": "^7|^8|^9|^10", "orchestra/testbench-dusk": "^7|^8|^9|^10",
@ -17118,7 +17166,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/barryvdh/laravel-debugbar/issues", "issues": "https://github.com/barryvdh/laravel-debugbar/issues",
"source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.15.2" "source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.15.4"
}, },
"funding": [ "funding": [
{ {
@ -17130,7 +17178,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-02-25T15:25:22+00:00" "time": "2025-04-16T06:32:06+00:00"
}, },
{ {
"name": "barryvdh/laravel-ide-helper", "name": "barryvdh/laravel-ide-helper",
@ -18935,16 +18983,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "11.5.15", "version": "11.5.17",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "4b6a4ee654e5e0c5e1f17e2f83c0f4c91dee1f9c" "reference": "fd2e863a2995cdfd864fb514b5e0b28b09895b5c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4b6a4ee654e5e0c5e1f17e2f83c0f4c91dee1f9c", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fd2e863a2995cdfd864fb514b5e0b28b09895b5c",
"reference": "4b6a4ee654e5e0c5e1f17e2f83c0f4c91dee1f9c", "reference": "fd2e863a2995cdfd864fb514b5e0b28b09895b5c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -19016,7 +19064,7 @@
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues", "issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy", "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.15" "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.17"
}, },
"funding": [ "funding": [
{ {
@ -19032,7 +19080,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-03-23T16:02:11+00:00" "time": "2025-04-08T07:59:11+00:00"
}, },
{ {
"name": "react/cache", "name": "react/cache",