This commit is contained in:
2025-11-03 17:34:58 +05:00
parent 3953ee93b9
commit e79d77625f
13 changed files with 72 additions and 510698 deletions

67
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": "b0a0696c3837569345f4ed8ecd9b2338",
"content-hash": "24f3fe1fafb7c9baf0ed1a6b9d3a294e",
"packages": [
{
"name": "abdulmajeed-jamaan/filament-translatable-tabs",
@@ -3145,6 +3145,71 @@
},
"time": "2025-01-28T15:15:29+00:00"
},
{
"name": "lazy-json/lazy-json",
"version": "v1.0.3",
"source": {
"type": "git",
"url": "https://github.com/rubs33/lazy-json.git",
"reference": "6aff427185cd1a288121e8cd5672ed90ddc1377e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rubs33/lazy-json/zipball/6aff427185cd1a288121e8cd5672ed90ddc1377e",
"reference": "6aff427185cd1a288121e8cd5672ed90ddc1377e",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-json": "*",
"ext-spl": "*",
"php": "^8.1"
},
"require-dev": {
"phpstan/phpstan": "^2.1",
"phpstan/phpstan-strict-rules": "^2.0",
"phpunit/phpunit": "^10.5",
"shipmonk/composer-dependency-analyser": "^1.8",
"squizlabs/php_codesniffer": "^3.0.0"
},
"type": "library",
"autoload": {
"psr-4": {
"LazyJson\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Rubens Takiguti Ribeiro",
"email": "rubs33@gmail.com"
}
],
"description": "PHP class to parse large JSON files and provide a lazy-load interface",
"homepage": "https://github.com/rubs33/lazy-json",
"keywords": [
"json",
"json_decode",
"lazy-load",
"memory-efficient",
"parser"
],
"support": {
"docs": "https://github.com/rubs33/lazy-json/blob/main/docs/index.md",
"issues": "https://github.com/rubs33/lazy-json/issues",
"source": "https://github.com/rubs33/lazy-json.git"
},
"funding": [
{
"url": "https://www.patreon.com/rubs33",
"type": "patreon"
}
],
"time": "2025-03-03T22:07:12+00:00"
},
{
"name": "league/commonmark",
"version": "2.7.1",