Updated dependencies

This commit is contained in:
Bernd Bestel
2025-03-21 17:42:58 +01:00
parent e786433273
commit d26f24a28b
2 changed files with 166 additions and 178 deletions

326
composer.lock generated
View File

@@ -65,16 +65,16 @@
}, },
{ {
"name": "brick/math", "name": "brick/math",
"version": "0.12.2", "version": "0.12.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/brick/math.git", "url": "https://github.com/brick/math.git",
"reference": "901eddb1e45a8e0f689302e40af871c181ecbe40" "reference": "866551da34e9a618e64a819ee1e01c20d8a588ba"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/brick/math/zipball/901eddb1e45a8e0f689302e40af871c181ecbe40", "url": "https://api.github.com/repos/brick/math/zipball/866551da34e9a618e64a819ee1e01c20d8a588ba",
"reference": "901eddb1e45a8e0f689302e40af871c181ecbe40", "reference": "866551da34e9a618e64a819ee1e01c20d8a588ba",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -113,7 +113,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/brick/math/issues", "issues": "https://github.com/brick/math/issues",
"source": "https://github.com/brick/math/tree/0.12.2" "source": "https://github.com/brick/math/tree/0.12.3"
}, },
"funding": [ "funding": [
{ {
@@ -121,7 +121,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-02-26T10:21:45+00:00" "time": "2025-02-28T13:11:00+00:00"
}, },
{ {
"name": "carbonphp/carbon-doctrine-types", "name": "carbonphp/carbon-doctrine-types",
@@ -597,16 +597,16 @@
}, },
{ {
"name": "gettext/languages", "name": "gettext/languages",
"version": "2.10.0", "version": "2.12.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-gettext/Languages.git", "url": "https://github.com/php-gettext/Languages.git",
"reference": "4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab" "reference": "0b0b0851c55168e1dfb14305735c64019732b5f1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-gettext/Languages/zipball/4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab", "url": "https://api.github.com/repos/php-gettext/Languages/zipball/0b0b0851c55168e1dfb14305735c64019732b5f1",
"reference": "4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab", "reference": "0b0b0851c55168e1dfb14305735c64019732b5f1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -616,7 +616,8 @@
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4" "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4"
}, },
"bin": [ "bin": [
"bin/export-plural-rules" "bin/export-plural-rules",
"bin/import-cldr-data"
], ],
"type": "library", "type": "library",
"autoload": { "autoload": {
@@ -655,7 +656,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/php-gettext/Languages/issues", "issues": "https://github.com/php-gettext/Languages/issues",
"source": "https://github.com/php-gettext/Languages/tree/2.10.0" "source": "https://github.com/php-gettext/Languages/tree/2.12.1"
}, },
"funding": [ "funding": [
{ {
@@ -667,7 +668,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-10-18T15:00:10+00:00" "time": "2025-03-19T11:14:02+00:00"
}, },
{ {
"name": "gumlet/php-image-resize", "name": "gumlet/php-image-resize",
@@ -1055,32 +1056,32 @@
}, },
{ {
"name": "illuminate/bus", "name": "illuminate/bus",
"version": "v11.44.0", "version": "v12.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/bus.git", "url": "https://github.com/illuminate/bus.git",
"reference": "a6945ee3f9f19f45e8ecbfda1884418d13794e1d" "reference": "3aacdeb893bf5869aa4c066cb91050c3f5f7c005"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/bus/zipball/a6945ee3f9f19f45e8ecbfda1884418d13794e1d", "url": "https://api.github.com/repos/illuminate/bus/zipball/3aacdeb893bf5869aa4c066cb91050c3f5f7c005",
"reference": "a6945ee3f9f19f45e8ecbfda1884418d13794e1d", "reference": "3aacdeb893bf5869aa4c066cb91050c3f5f7c005",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/collections": "^11.0", "illuminate/collections": "^12.0",
"illuminate/contracts": "^11.0", "illuminate/contracts": "^12.0",
"illuminate/pipeline": "^11.0", "illuminate/pipeline": "^12.0",
"illuminate/support": "^11.0", "illuminate/support": "^12.0",
"php": "^8.2" "php": "^8.2"
}, },
"suggest": { "suggest": {
"illuminate/queue": "Required to use closures when chaining jobs (^7.0)." "illuminate/queue": "Required to use closures when chaining jobs (^12.0)."
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "11.x-dev" "dev-master": "12.x-dev"
} }
}, },
"autoload": { "autoload": {
@@ -1104,35 +1105,35 @@
"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": "2025-02-12T20:57:17+00:00" "time": "2025-03-12T14:22:47+00:00"
}, },
{ {
"name": "illuminate/collections", "name": "illuminate/collections",
"version": "v11.44.0", "version": "v12.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/collections.git", "url": "https://github.com/illuminate/collections.git",
"reference": "8a650cf80dce7f37f20b8bf33e11922b291bf0e2" "reference": "0094b162fa505126c1391222f27fd98734d24525"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/collections/zipball/8a650cf80dce7f37f20b8bf33e11922b291bf0e2", "url": "https://api.github.com/repos/illuminate/collections/zipball/0094b162fa505126c1391222f27fd98734d24525",
"reference": "8a650cf80dce7f37f20b8bf33e11922b291bf0e2", "reference": "0094b162fa505126c1391222f27fd98734d24525",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/conditionable": "^11.0", "illuminate/conditionable": "^12.0",
"illuminate/contracts": "^11.0", "illuminate/contracts": "^12.0",
"illuminate/macroable": "^11.0", "illuminate/macroable": "^12.0",
"php": "^8.2" "php": "^8.2"
}, },
"suggest": { "suggest": {
"symfony/var-dumper": "Required to use the dump method (^7.0)." "symfony/var-dumper": "Required to use the dump method (^7.2)."
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "11.x-dev" "dev-master": "12.x-dev"
} }
}, },
"autoload": { "autoload": {
@@ -1160,29 +1161,29 @@
"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": "2025-02-19T15:59:05+00:00" "time": "2025-03-16T23:50:18+00:00"
}, },
{ {
"name": "illuminate/conditionable", "name": "illuminate/conditionable",
"version": "v11.44.0", "version": "v12.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/conditionable.git", "url": "https://github.com/illuminate/conditionable.git",
"reference": "911df1bda950a3b799cf80671764e34eede131c6" "reference": "a2b3c66f3ca532e12e694bd5c9254adc303b922d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/conditionable/zipball/911df1bda950a3b799cf80671764e34eede131c6", "url": "https://api.github.com/repos/illuminate/conditionable/zipball/a2b3c66f3ca532e12e694bd5c9254adc303b922d",
"reference": "911df1bda950a3b799cf80671764e34eede131c6", "reference": "a2b3c66f3ca532e12e694bd5c9254adc303b922d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^8.0.2" "php": "^8.2"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "11.x-dev" "dev-master": "12.x-dev"
} }
}, },
"autoload": { "autoload": {
@@ -1206,24 +1207,24 @@
"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": "2024-11-21T16:28:56+00:00" "time": "2025-02-19T19:08:33+00:00"
}, },
{ {
"name": "illuminate/container", "name": "illuminate/container",
"version": "v11.44.0", "version": "v12.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/container.git", "url": "https://github.com/illuminate/container.git",
"reference": "4dcc3fcbab92e734fc0c08d9cfd97f5a1aef18ca" "reference": "57d786330a14a792bd9bb8183a799893d3f15caa"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/container/zipball/4dcc3fcbab92e734fc0c08d9cfd97f5a1aef18ca", "url": "https://api.github.com/repos/illuminate/container/zipball/57d786330a14a792bd9bb8183a799893d3f15caa",
"reference": "4dcc3fcbab92e734fc0c08d9cfd97f5a1aef18ca", "reference": "57d786330a14a792bd9bb8183a799893d3f15caa",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/contracts": "^11.0", "illuminate/contracts": "^12.0",
"php": "^8.2", "php": "^8.2",
"psr/container": "^1.1.1|^2.0.1" "psr/container": "^1.1.1|^2.0.1"
}, },
@@ -1233,7 +1234,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "11.x-dev" "dev-master": "12.x-dev"
} }
}, },
"autoload": { "autoload": {
@@ -1257,20 +1258,20 @@
"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": "2025-02-10T14:20:57+00:00" "time": "2025-03-12T14:22:47+00:00"
}, },
{ {
"name": "illuminate/contracts", "name": "illuminate/contracts",
"version": "v11.44.0", "version": "v12.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/contracts.git", "url": "https://github.com/illuminate/contracts.git",
"reference": "b350a3cd8450846325cb49e1cbc1293598b18898" "reference": "88962e0a73fb837e048ebdbbc67afd2f6b30e8e6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/contracts/zipball/b350a3cd8450846325cb49e1cbc1293598b18898", "url": "https://api.github.com/repos/illuminate/contracts/zipball/88962e0a73fb837e048ebdbbc67afd2f6b30e8e6",
"reference": "b350a3cd8450846325cb49e1cbc1293598b18898", "reference": "88962e0a73fb837e048ebdbbc67afd2f6b30e8e6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1281,7 +1282,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "11.x-dev" "dev-master": "12.x-dev"
} }
}, },
"autoload": { "autoload": {
@@ -1305,35 +1306,35 @@
"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": "2025-02-10T14:20:57+00:00" "time": "2025-03-16T23:56:53+00:00"
}, },
{ {
"name": "illuminate/events", "name": "illuminate/events",
"version": "v11.44.0", "version": "v12.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/events.git", "url": "https://github.com/illuminate/events.git",
"reference": "607e8620fe51462e859859bb57b469e2c61efe1d" "reference": "79ff0a834e48833fb74004957e19ae07c9e031af"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/events/zipball/607e8620fe51462e859859bb57b469e2c61efe1d", "url": "https://api.github.com/repos/illuminate/events/zipball/79ff0a834e48833fb74004957e19ae07c9e031af",
"reference": "607e8620fe51462e859859bb57b469e2c61efe1d", "reference": "79ff0a834e48833fb74004957e19ae07c9e031af",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/bus": "^11.0", "illuminate/bus": "^12.0",
"illuminate/collections": "^11.0", "illuminate/collections": "^12.0",
"illuminate/container": "^11.0", "illuminate/container": "^12.0",
"illuminate/contracts": "^11.0", "illuminate/contracts": "^12.0",
"illuminate/macroable": "^11.0", "illuminate/macroable": "^12.0",
"illuminate/support": "^11.0", "illuminate/support": "^12.0",
"php": "^8.2" "php": "^8.2"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "11.x-dev" "dev-master": "12.x-dev"
} }
}, },
"autoload": { "autoload": {
@@ -1360,47 +1361,47 @@
"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": "2025-01-31T17:44:22+00:00" "time": "2025-03-17T20:11:07+00:00"
}, },
{ {
"name": "illuminate/filesystem", "name": "illuminate/filesystem",
"version": "v11.44.0", "version": "v12.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/filesystem.git", "url": "https://github.com/illuminate/filesystem.git",
"reference": "c79a54ebc61ad4e1665ca7610f276ff8a92f48f7" "reference": "e59cfec3c16d71be2da85cf9385ddd82f0c15857"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/filesystem/zipball/c79a54ebc61ad4e1665ca7610f276ff8a92f48f7", "url": "https://api.github.com/repos/illuminate/filesystem/zipball/e59cfec3c16d71be2da85cf9385ddd82f0c15857",
"reference": "c79a54ebc61ad4e1665ca7610f276ff8a92f48f7", "reference": "e59cfec3c16d71be2da85cf9385ddd82f0c15857",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/collections": "^11.0", "illuminate/collections": "^12.0",
"illuminate/contracts": "^11.0", "illuminate/contracts": "^12.0",
"illuminate/macroable": "^11.0", "illuminate/macroable": "^12.0",
"illuminate/support": "^11.0", "illuminate/support": "^12.0",
"php": "^8.2", "php": "^8.2",
"symfony/finder": "^7.0.3" "symfony/finder": "^7.2.0"
}, },
"suggest": { "suggest": {
"ext-fileinfo": "Required to use the Filesystem class.", "ext-fileinfo": "Required to use the Filesystem class.",
"ext-ftp": "Required to use the Flysystem FTP driver.", "ext-ftp": "Required to use the Flysystem FTP driver.",
"ext-hash": "Required to use the Filesystem class.", "ext-hash": "Required to use the Filesystem class.",
"illuminate/http": "Required for handling uploaded files (^7.0).", "illuminate/http": "Required for handling uploaded files (^12.0).",
"league/flysystem": "Required to use the Flysystem local driver (^3.25.1).", "league/flysystem": "Required to use the Flysystem local driver (^3.25.1).",
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.25.1).", "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.25.1).",
"league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.25.1).", "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.25.1).",
"league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.25.1).", "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.25.1).",
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).", "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
"symfony/filesystem": "Required to enable support for relative symbolic links (^7.0).", "symfony/filesystem": "Required to enable support for relative symbolic links (^7.2).",
"symfony/mime": "Required to enable support for guessing extensions (^7.0)." "symfony/mime": "Required to enable support for guessing extensions (^7.2)."
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "11.x-dev" "dev-master": "12.x-dev"
} }
}, },
"autoload": { "autoload": {
@@ -1427,20 +1428,20 @@
"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": "2025-02-19T20:17:00+00:00" "time": "2025-03-12T14:22:47+00:00"
}, },
{ {
"name": "illuminate/macroable", "name": "illuminate/macroable",
"version": "v11.44.0", "version": "v12.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/macroable.git", "url": "https://github.com/illuminate/macroable.git",
"reference": "e1cb9e51b9ed5d3c9bc1ab431d0a52fe42a990ed" "reference": "e862e5648ee34004fa56046b746f490dfa86c613"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/macroable/zipball/e1cb9e51b9ed5d3c9bc1ab431d0a52fe42a990ed", "url": "https://api.github.com/repos/illuminate/macroable/zipball/e862e5648ee34004fa56046b746f490dfa86c613",
"reference": "e1cb9e51b9ed5d3c9bc1ab431d0a52fe42a990ed", "reference": "e862e5648ee34004fa56046b746f490dfa86c613",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1449,7 +1450,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "11.x-dev" "dev-master": "12.x-dev"
} }
}, },
"autoload": { "autoload": {
@@ -1473,31 +1474,31 @@
"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": "2024-06-28T20:10:30+00:00" "time": "2024-07-23T16:31:01+00:00"
}, },
{ {
"name": "illuminate/pipeline", "name": "illuminate/pipeline",
"version": "v11.44.0", "version": "v12.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/pipeline.git", "url": "https://github.com/illuminate/pipeline.git",
"reference": "713afd1b476f1974f6e0207fc9f65671f16fb64b" "reference": "6a19a86af3373f8dec4a2db71aae5ca0f02d36fa"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/pipeline/zipball/713afd1b476f1974f6e0207fc9f65671f16fb64b", "url": "https://api.github.com/repos/illuminate/pipeline/zipball/6a19a86af3373f8dec4a2db71aae5ca0f02d36fa",
"reference": "713afd1b476f1974f6e0207fc9f65671f16fb64b", "reference": "6a19a86af3373f8dec4a2db71aae5ca0f02d36fa",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/contracts": "^11.0", "illuminate/contracts": "^12.0",
"illuminate/support": "^11.0", "illuminate/support": "^12.0",
"php": "^8.2" "php": "^8.2"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "11.x-dev" "dev-master": "12.x-dev"
} }
}, },
"autoload": { "autoload": {
@@ -1521,20 +1522,20 @@
"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": "2025-02-17T16:02:42+00:00" "time": "2025-03-12T14:22:47+00:00"
}, },
{ {
"name": "illuminate/support", "name": "illuminate/support",
"version": "v11.44.0", "version": "v12.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/support.git", "url": "https://github.com/illuminate/support.git",
"reference": "d86d42ad0c75a020e0e4a7c734e9424ca86811cc" "reference": "bcba98dcdbc758261b3b872a9b9dc789aed1eb57"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/support/zipball/d86d42ad0c75a020e0e4a7c734e9424ca86811cc", "url": "https://api.github.com/repos/illuminate/support/zipball/bcba98dcdbc758261b3b872a9b9dc789aed1eb57",
"reference": "d86d42ad0c75a020e0e4a7c734e9424ca86811cc", "reference": "bcba98dcdbc758261b3b872a9b9dc789aed1eb57",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1542,11 +1543,11 @@
"ext-ctype": "*", "ext-ctype": "*",
"ext-filter": "*", "ext-filter": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"illuminate/collections": "^11.0", "illuminate/collections": "^12.0",
"illuminate/conditionable": "^11.0", "illuminate/conditionable": "^12.0",
"illuminate/contracts": "^11.0", "illuminate/contracts": "^12.0",
"illuminate/macroable": "^11.0", "illuminate/macroable": "^12.0",
"nesbot/carbon": "^2.72.6|^3.8.4", "nesbot/carbon": "^3.8.4",
"php": "^8.2", "php": "^8.2",
"voku/portable-ascii": "^2.0.2" "voku/portable-ascii": "^2.0.2"
}, },
@@ -1557,20 +1558,20 @@
"spatie/once": "*" "spatie/once": "*"
}, },
"suggest": { "suggest": {
"illuminate/filesystem": "Required to use the Composer class (^11.0).", "illuminate/filesystem": "Required to use the Composer class (^12.0).",
"laravel/serializable-closure": "Required to use the once function (^1.3|^2.0).", "laravel/serializable-closure": "Required to use the once function (^1.3|^2.0).",
"league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.6).", "league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.6).",
"league/uri": "Required to use the Uri class (^7.5.1).", "league/uri": "Required to use the Uri class (^7.5.1).",
"ramsey/uuid": "Required to use Str::uuid() (^4.7).", "ramsey/uuid": "Required to use Str::uuid() (^4.7).",
"symfony/process": "Required to use the Composer class (^7.0).", "symfony/process": "Required to use the Composer class (^7.2).",
"symfony/uid": "Required to use Str::ulid() (^7.0).", "symfony/uid": "Required to use Str::ulid() (^7.2).",
"symfony/var-dumper": "Required to use the dd function (^7.0).", "symfony/var-dumper": "Required to use the dd function (^7.2).",
"vlucas/phpdotenv": "Required to use the Env class and env helper (^5.6.1)." "vlucas/phpdotenv": "Required to use the Env class and env helper (^5.6.1)."
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "11.x-dev" "dev-master": "12.x-dev"
} }
}, },
"autoload": { "autoload": {
@@ -1598,37 +1599,37 @@
"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": "2025-02-23T14:20:22+00:00" "time": "2025-03-13T14:51:35+00:00"
}, },
{ {
"name": "illuminate/view", "name": "illuminate/view",
"version": "v11.44.0", "version": "v12.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/view.git", "url": "https://github.com/illuminate/view.git",
"reference": "fb583cecd970d5eb1265320208fb234e1103eaa7" "reference": "60be9d10cb2eb432d7559d021cb0aedac2673b14"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/view/zipball/fb583cecd970d5eb1265320208fb234e1103eaa7", "url": "https://api.github.com/repos/illuminate/view/zipball/60be9d10cb2eb432d7559d021cb0aedac2673b14",
"reference": "fb583cecd970d5eb1265320208fb234e1103eaa7", "reference": "60be9d10cb2eb432d7559d021cb0aedac2673b14",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-tokenizer": "*", "ext-tokenizer": "*",
"illuminate/collections": "^11.0", "illuminate/collections": "^12.0",
"illuminate/container": "^11.0", "illuminate/container": "^12.0",
"illuminate/contracts": "^11.0", "illuminate/contracts": "^12.0",
"illuminate/events": "^11.0", "illuminate/events": "^12.0",
"illuminate/filesystem": "^11.0", "illuminate/filesystem": "^12.0",
"illuminate/macroable": "^11.0", "illuminate/macroable": "^12.0",
"illuminate/support": "^11.0", "illuminate/support": "^12.0",
"php": "^8.2" "php": "^8.2"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "11.x-dev" "dev-master": "12.x-dev"
} }
}, },
"autoload": { "autoload": {
@@ -1652,7 +1653,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": "2025-02-17T16:11:15+00:00" "time": "2025-03-12T14:22:47+00:00"
}, },
{ {
"name": "interficieis/php-barcode", "name": "interficieis/php-barcode",
@@ -2143,16 +2144,16 @@
}, },
{ {
"name": "php-di/php-di", "name": "php-di/php-di",
"version": "7.0.8", "version": "7.0.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PHP-DI/PHP-DI.git", "url": "https://github.com/PHP-DI/PHP-DI.git",
"reference": "98ddc81f8f768a2ad39e4cbe737285eaeabe577a" "reference": "d8480267f5cf239650debba704f3ecd15b638cde"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/98ddc81f8f768a2ad39e4cbe737285eaeabe577a", "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/d8480267f5cf239650debba704f3ecd15b638cde",
"reference": "98ddc81f8f768a2ad39e4cbe737285eaeabe577a", "reference": "d8480267f5cf239650debba704f3ecd15b638cde",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2169,7 +2170,7 @@
"friendsofphp/proxy-manager-lts": "^1", "friendsofphp/proxy-manager-lts": "^1",
"mnapoli/phpunit-easymock": "^1.3", "mnapoli/phpunit-easymock": "^1.3",
"phpunit/phpunit": "^9.6", "phpunit/phpunit": "^9.6",
"vimeo/psalm": "^4.6" "vimeo/psalm": "^5|^6"
}, },
"suggest": { "suggest": {
"friendsofphp/proxy-manager-lts": "Install it if you want to use lazy injection (version ^1)" "friendsofphp/proxy-manager-lts": "Install it if you want to use lazy injection (version ^1)"
@@ -2200,7 +2201,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/PHP-DI/PHP-DI/issues", "issues": "https://github.com/PHP-DI/PHP-DI/issues",
"source": "https://github.com/PHP-DI/PHP-DI/tree/7.0.8" "source": "https://github.com/PHP-DI/PHP-DI/tree/7.0.9"
}, },
"funding": [ "funding": [
{ {
@@ -2212,7 +2213,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-01-28T21:02:46+00:00" "time": "2025-02-28T12:46:35+00:00"
}, },
{ {
"name": "psr/clock", "name": "psr/clock",
@@ -2735,16 +2736,16 @@
}, },
{ {
"name": "ramsey/collection", "name": "ramsey/collection",
"version": "2.0.0", "version": "2.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/ramsey/collection.git", "url": "https://github.com/ramsey/collection.git",
"reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5" "reference": "3c5990b8a5e0b79cd1cf11c2dc1229e58e93f109"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5", "url": "https://api.github.com/repos/ramsey/collection/zipball/3c5990b8a5e0b79cd1cf11c2dc1229e58e93f109",
"reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5", "reference": "3c5990b8a5e0b79cd1cf11c2dc1229e58e93f109",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2752,25 +2753,22 @@
}, },
"require-dev": { "require-dev": {
"captainhook/plugin-composer": "^5.3", "captainhook/plugin-composer": "^5.3",
"ergebnis/composer-normalize": "^2.28.3", "ergebnis/composer-normalize": "^2.45",
"fakerphp/faker": "^1.21", "fakerphp/faker": "^1.24",
"hamcrest/hamcrest-php": "^2.0", "hamcrest/hamcrest-php": "^2.0",
"jangregor/phpstan-prophecy": "^1.0", "jangregor/phpstan-prophecy": "^2.1",
"mockery/mockery": "^1.5", "mockery/mockery": "^1.6",
"php-parallel-lint/php-console-highlighter": "^1.0", "php-parallel-lint/php-console-highlighter": "^1.0",
"php-parallel-lint/php-parallel-lint": "^1.3", "php-parallel-lint/php-parallel-lint": "^1.4",
"phpcsstandards/phpcsutils": "^1.0.0-rc1", "phpspec/prophecy-phpunit": "^2.3",
"phpspec/prophecy-phpunit": "^2.0", "phpstan/extension-installer": "^1.4",
"phpstan/extension-installer": "^1.2", "phpstan/phpstan": "^2.1",
"phpstan/phpstan": "^1.9", "phpstan/phpstan-mockery": "^2.0",
"phpstan/phpstan-mockery": "^1.1", "phpstan/phpstan-phpunit": "^2.0",
"phpstan/phpstan-phpunit": "^1.3", "phpunit/phpunit": "^10.5",
"phpunit/phpunit": "^9.5", "ramsey/coding-standard": "^2.3",
"psalm/plugin-mockery": "^1.1", "ramsey/conventional-commits": "^1.6",
"psalm/plugin-phpunit": "^0.18.4", "roave/security-advisories": "dev-latest"
"ramsey/coding-standard": "^2.0.3",
"ramsey/conventional-commits": "^1.3",
"vimeo/psalm": "^5.4"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@@ -2808,19 +2806,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/ramsey/collection/issues", "issues": "https://github.com/ramsey/collection/issues",
"source": "https://github.com/ramsey/collection/tree/2.0.0" "source": "https://github.com/ramsey/collection/tree/2.1.0"
}, },
"funding": [ "time": "2025-03-02T04:48:29+00:00"
{
"url": "https://github.com/ramsey",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
"type": "tidelift"
}
],
"time": "2022-12-31T21:50:55+00:00"
}, },
{ {
"name": "ramsey/uuid", "name": "ramsey/uuid",
@@ -3880,20 +3868,20 @@
}, },
{ {
"name": "webman/blade", "name": "webman/blade",
"version": "v1.5.5", "version": "v1.5.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/webman-php/blade.git", "url": "https://github.com/webman-php/blade.git",
"reference": "132e2a3d5bf5afdff8ccd1382d4e5fd4ee171736" "reference": "10da43ff070558d820ba3653cc67540457fab629"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/webman-php/blade/zipball/132e2a3d5bf5afdff8ccd1382d4e5fd4ee171736", "url": "https://api.github.com/repos/webman-php/blade/zipball/10da43ff070558d820ba3653cc67540457fab629",
"reference": "132e2a3d5bf5afdff8ccd1382d4e5fd4ee171736", "reference": "10da43ff070558d820ba3653cc67540457fab629",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/view": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "illuminate/view": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
"php": ">=7.0" "php": ">=7.0"
}, },
"require-dev": { "require-dev": {
@@ -3925,7 +3913,7 @@
"view" "view"
], ],
"support": { "support": {
"source": "https://github.com/webman-php/blade/tree/v1.5.5" "source": "https://github.com/webman-php/blade/tree/v1.5.6"
}, },
"funding": [ "funding": [
{ {
@@ -3937,7 +3925,7 @@
"type": "open_collective" "type": "open_collective"
} }
], ],
"time": "2024-05-06T13:13:12+00:00" "time": "2025-03-15T11:23:15+00:00"
} }
], ],
"packages-dev": [], "packages-dev": [],

View File

@@ -7,9 +7,9 @@
resolved "https://github.com/berrnd/bootstrap-combobox.git#fcf0110146f4daab94888234c57d198b4ca5f129" resolved "https://github.com/berrnd/bootstrap-combobox.git#fcf0110146f4daab94888234c57d198b4ca5f129"
"@fontsource/roboto@^5.1.1": "@fontsource/roboto@^5.1.1":
version "5.1.1" version "5.2.5"
resolved "https://registry.yarnpkg.com/@fontsource/roboto/-/roboto-5.1.1.tgz#64b3f819baf8d3bcfb48c0437ddc7e4118a6ab14" resolved "https://registry.yarnpkg.com/@fontsource/roboto/-/roboto-5.2.5.tgz#b2d869075277e2cba31694951a2d355a8965d763"
integrity sha512-XwVVXtERDQIM7HPUIbyDe0FP4SRovpjF7zMI8M7pbqFp3ahLJsJTd18h+E6pkar6UbV3btbwkKjYARr5M+SQow== integrity sha512-70r2UZ0raqLn5W+sPeKhqlf8wGvUXFWlofaDlcbt/S3d06+17gXKr3VNqDODB0I1ASme3dGT5OJj9NABt7OTZQ==
"@fortawesome/fontawesome-free@^6.1.1": "@fortawesome/fontawesome-free@^6.1.1":
version "6.7.2" version "6.7.2"
@@ -68,9 +68,9 @@ bootstrap@^4.5.2, bootstrap@^4.6.1:
integrity sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ== integrity sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==
bwip-js@^4.5.1: bwip-js@^4.5.1:
version "4.5.1" version "4.5.3"
resolved "https://registry.yarnpkg.com/bwip-js/-/bwip-js-4.5.1.tgz#005eb0372409e26d0347aca3494ddaf6e0411564" resolved "https://registry.yarnpkg.com/bwip-js/-/bwip-js-4.5.3.tgz#a2d27779ea091805c9d5cd420345cef1e38158a3"
integrity sha512-83yQCKiIftz5YonnsTh6wIkFoHHWl+B/XaGWD1UdRw7aB6XP9JtyYP9n8sRy3m5rzL+Ch/RUPnu28UW0RrPZUA== integrity sha512-RzODtC4xyl7mCyyfModA+EFyE4ZBlaMRAGX9LDGqjeskmIrzUqTyF++WxHr8ccX/9la4Ii5K9LCn60yv1lYwDA==
chart.js@^2.8.0: chart.js@^2.8.0:
version "2.9.4" version "2.9.4"
@@ -282,9 +282,9 @@ summernote@^0.9.1:
integrity sha512-5Hfuey6+N0XIbk8ZpkGEVDmrkRVRHZWKBhw/072i9/TJLaWUKboB+KOyyd6AzDP2CQs1O6or4zRTU8HY30kt4w== integrity sha512-5Hfuey6+N0XIbk8ZpkGEVDmrkRVRHZWKBhw/072i9/TJLaWUKboB+KOyyd6AzDP2CQs1O6or4zRTU8HY30kt4w==
swagger-ui-dist@^5.2.0: swagger-ui-dist@^5.2.0:
version "5.20.0" version "5.20.1"
resolved "https://registry.yarnpkg.com/swagger-ui-dist/-/swagger-ui-dist-5.20.0.tgz#b14d5e2bd0ffab2179de221288ee366a5ec5fcf1" resolved "https://registry.yarnpkg.com/swagger-ui-dist/-/swagger-ui-dist-5.20.1.tgz#9aa6012cd537a9d3feac2d9e814d97bb36459824"
integrity sha512-V5pozVTZxivdoQq/SQWxj3A4cOu5opk9MEbcZANX3Pj8X8xCrD1QCtBT7744Pz9msOvt0nnmy9JvM/9PGonCdg== integrity sha512-qBPCis2w8nP4US7SvUxdJD3OwKcqiWeZmjN2VWhq2v+ESZEXOP/7n4DeiOiiZcGYTKMHAHUUrroHaTsjUWTEGw==
dependencies: dependencies:
"@scarf/scarf" "=1.4.0" "@scarf/scarf" "=1.4.0"