debug the accident module

This commit is contained in:
2025-08-30 14:07:37 +03:30
parent ab24f8502c
commit bb8262b896
7 changed files with 199 additions and 12 deletions

153
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "379d6ba4ded00ca7079f26aa5b12e04e",
"content-hash": "67bcaf1ce932d76ea3acb0bd4e2abf10",
"packages": [
{
"name": "beberlei/assert",
@@ -2685,6 +2685,97 @@
],
"time": "2022-12-11T20:36:23+00:00"
},
{
"name": "league/csv",
"version": "9.24.1",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/csv.git",
"reference": "e0221a3f16aa2a823047d59fab5809d552e29bc8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/csv/zipball/e0221a3f16aa2a823047d59fab5809d552e29bc8",
"reference": "e0221a3f16aa2a823047d59fab5809d552e29bc8",
"shasum": ""
},
"require": {
"ext-filter": "*",
"php": "^8.1.2"
},
"require-dev": {
"ext-dom": "*",
"ext-xdebug": "*",
"friendsofphp/php-cs-fixer": "^3.75.0",
"phpbench/phpbench": "^1.4.1",
"phpstan/phpstan": "^1.12.27",
"phpstan/phpstan-deprecation-rules": "^1.2.1",
"phpstan/phpstan-phpunit": "^1.4.2",
"phpstan/phpstan-strict-rules": "^1.6.2",
"phpunit/phpunit": "^10.5.16 || ^11.5.22",
"symfony/var-dumper": "^6.4.8 || ^7.3.0"
},
"suggest": {
"ext-dom": "Required to use the XMLConverter and the HTMLConverter classes",
"ext-iconv": "Needed to ease transcoding CSV using iconv stream filters",
"ext-mbstring": "Needed to ease transcoding CSV using mb stream filters",
"ext-mysqli": "Requiered to use the package with the MySQLi extension",
"ext-pdo": "Required to use the package with the PDO extension",
"ext-pgsql": "Requiered to use the package with the PgSQL extension",
"ext-sqlite3": "Required to use the package with the SQLite3 extension"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "9.x-dev"
}
},
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"League\\Csv\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://github.com/nyamsprod/",
"role": "Developer"
}
],
"description": "CSV data manipulation made easy in PHP",
"homepage": "https://csv.thephpleague.com",
"keywords": [
"convert",
"csv",
"export",
"filter",
"import",
"read",
"transform",
"write"
],
"support": {
"docs": "https://csv.thephpleague.com",
"issues": "https://github.com/thephpleague/csv/issues",
"rss": "https://github.com/thephpleague/csv/releases.atom",
"source": "https://github.com/thephpleague/csv"
},
"funding": [
{
"url": "https://github.com/sponsors/nyamsprod",
"type": "github"
}
],
"time": "2025-06-25T14:53:51+00:00"
},
{
"name": "league/flysystem",
"version": "3.23.1",
@@ -7138,6 +7229,66 @@
},
"time": "2023-12-08T13:03:43+00:00"
},
{
"name": "usmanhalalit/laracsv",
"version": "2.1.0",
"source": {
"type": "git",
"url": "https://github.com/usmanhalalit/laracsv.git",
"reference": "98016abe4c55e7ed3c97a3e0b930cbac58374f57"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/usmanhalalit/laracsv/zipball/98016abe4c55e7ed3c97a3e0b930cbac58374f57",
"reference": "98016abe4c55e7ed3c97a3e0b930cbac58374f57",
"shasum": ""
},
"require": {
"illuminate/database": ">=5.2",
"league/csv": "^9.0",
"php": ">=7.1"
},
"require-dev": {
"fzaninotto/faker": "^1.8",
"phpunit/phpunit": "^7.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Laracsv\\": "src/Laracsv/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Muhammad Usman",
"email": "hi@usman.it",
"role": "Developer"
}
],
"description": "A Laravel package to easily generate CSV files from Eloquent model.",
"homepage": "https://github.com/usmanhalalit/laracsv",
"keywords": [
"csv",
"eloquent",
"export",
"laravel"
],
"support": {
"issues": "https://github.com/usmanhalalit/laracsv/issues",
"source": "https://github.com/usmanhalalit/laracsv/tree/master"
},
"funding": [
{
"url": "https://github.com/usmanhalalit",
"type": "github"
}
],
"time": "2020-06-19T09:31:32+00:00"
},
{
"name": "vlucas/phpdotenv",
"version": "v5.6.0",