Update used packages to their latest versions

This commit is contained in:
DariusIII
2026-03-18 10:59:35 +01:00
parent 063c042d31
commit 734f9870f9
2 changed files with 51 additions and 51 deletions
+1 -1
View File
@@ -75,7 +75,7 @@
"monolog/monolog": "^3.8",
"nesbot/carbon": "^3.8",
"php-ffmpeg/php-ffmpeg": "^1.3",
"pragmarx/google2fa-laravel": "^2.3",
"pragmarx/google2fa-laravel": "^3.0",
"predis/predis": "^v3.0.0",
"propaganistas/laravel-disposable-email": "^2.4",
"riari/laravel-forum": "^7.0",
Generated
+50 -50
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": "ca95edd36c83ffac21d43b5a1330100a",
"content-hash": "8e894d46d3dd39e448e4a09d40c19504",
"packages": [
{
"name": "aharen/omdbapi",
@@ -4073,21 +4073,21 @@
},
{
"name": "livewire/blaze",
"version": "v1.0.9",
"version": "v1.0.10",
"source": {
"type": "git",
"url": "https://github.com/livewire/blaze.git",
"reference": "db6005199972dad477df5cb757b64c2294a26663"
"reference": "4cafa5e52687e0040111f09048252c013a0cf5d5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/livewire/blaze/zipball/db6005199972dad477df5cb757b64c2294a26663",
"reference": "db6005199972dad477df5cb757b64c2294a26663",
"url": "https://api.github.com/repos/livewire/blaze/zipball/4cafa5e52687e0040111f09048252c013a0cf5d5",
"reference": "4cafa5e52687e0040111f09048252c013a0cf5d5",
"shasum": ""
},
"require": {
"illuminate/support": "^10.0|^11.0|^12.0",
"illuminate/view": "^10.0|^11.0|^12.0",
"illuminate/support": "^10.0|^11.0|^12.0|^13.0",
"illuminate/view": "^10.0|^11.0|^12.0|^13.0",
"nikic/php-parser": "^5.0",
"php": "^8.1"
},
@@ -4096,9 +4096,9 @@
},
"require-dev": {
"livewire/flux": "dev-main",
"orchestra/testbench": "^8.0|^9.0|^10.0",
"pestphp/pest": "^2.0|^3.0",
"pestphp/pest-plugin-laravel": "^2.0|^3.0"
"orchestra/testbench": "^8.0|^9.0|^10.0|^11.0",
"pestphp/pest": "^2.0|^3.0|^4.0",
"pestphp/pest-plugin-laravel": "^2.0|^3.0|^4.0"
},
"type": "library",
"extra": {
@@ -4125,9 +4125,9 @@
"description": "A tool for optimizing Blade component performance by folding them into parent templates",
"support": {
"issues": "https://github.com/livewire/blaze/issues",
"source": "https://github.com/livewire/blaze/tree/v1.0.9"
"source": "https://github.com/livewire/blaze/tree/v1.0.10"
},
"time": "2026-03-15T21:48:16+00:00"
"time": "2026-03-17T16:28:47+00:00"
},
{
"name": "livewire/livewire",
@@ -6006,27 +6006,27 @@
},
{
"name": "pragmarx/google2fa-laravel",
"version": "v2.3.0",
"version": "v3.0.1",
"source": {
"type": "git",
"url": "https://github.com/antonioribeiro/google2fa-laravel.git",
"reference": "60f363c16db1e94263e0560efebe9fc2e302b7ef"
"reference": "d885bb5bca8be03b226d040aa80250402760a67c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/antonioribeiro/google2fa-laravel/zipball/60f363c16db1e94263e0560efebe9fc2e302b7ef",
"reference": "60f363c16db1e94263e0560efebe9fc2e302b7ef",
"url": "https://api.github.com/repos/antonioribeiro/google2fa-laravel/zipball/d885bb5bca8be03b226d040aa80250402760a67c",
"reference": "d885bb5bca8be03b226d040aa80250402760a67c",
"shasum": ""
},
"require": {
"laravel/framework": "^5.4.36|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
"laravel/framework": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0",
"php": ">=7.0",
"pragmarx/google2fa-qrcode": "^1.0|^2.0|^3.0"
},
"require-dev": {
"bacon/bacon-qr-code": "^2.0",
"orchestra/testbench": "3.4.*|3.5.*|3.6.*|3.7.*|4.*|5.*|6.*|7.*|8.*|9.*|10.*",
"phpunit/phpunit": "~5|~6|~7|~8|~9|~10|~11"
"orchestra/testbench": "3.4.*|3.5.*|3.6.*|3.7.*|4.*|5.*|6.*|7.*|8.*|9.*|10.*|11.*",
"phpunit/phpunit": "~5|~6|~7|~8|~9|~10|~11|~12"
},
"suggest": {
"bacon/bacon-qr-code": "Required to generate inline QR Codes.",
@@ -6076,9 +6076,9 @@
],
"support": {
"issues": "https://github.com/antonioribeiro/google2fa-laravel/issues",
"source": "https://github.com/antonioribeiro/google2fa-laravel/tree/v2.3.0"
"source": "https://github.com/antonioribeiro/google2fa-laravel/tree/v3.0.1"
},
"time": "2025-02-26T19:39:35+00:00"
"time": "2026-03-17T20:54:53+00:00"
},
{
"name": "pragmarx/google2fa-qrcode",
@@ -6212,26 +6212,26 @@
},
{
"name": "propaganistas/laravel-disposable-email",
"version": "2.4.24",
"version": "2.4.25",
"source": {
"type": "git",
"url": "https://github.com/Propaganistas/Laravel-Disposable-Email.git",
"reference": "16a63c55e7b23267d300abab5ffeb66314975f31"
"reference": "bb8c4ed72f8e920190e484fab86a010df06f2e78"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Propaganistas/Laravel-Disposable-Email/zipball/16a63c55e7b23267d300abab5ffeb66314975f31",
"reference": "16a63c55e7b23267d300abab5ffeb66314975f31",
"url": "https://api.github.com/repos/Propaganistas/Laravel-Disposable-Email/zipball/bb8c4ed72f8e920190e484fab86a010df06f2e78",
"reference": "bb8c4ed72f8e920190e484fab86a010df06f2e78",
"shasum": ""
},
"require": {
"ext-json": "*",
"illuminate/cache": "^10.0|^11.0|^12.0",
"illuminate/config": "^10.0|^11.0|^12.0",
"illuminate/console": "^10.0|^11.0|^12.0",
"illuminate/contracts": "^10.0|^11.0|^12.0",
"illuminate/support": "^10.0|^11.0|^12.0",
"illuminate/validation": "^10.0|^11.0|^12.0",
"illuminate/cache": "^10.0|^11.0|^12.0|^13.0",
"illuminate/config": "^10.0|^11.0|^12.0|^13.0",
"illuminate/console": "^10.0|^11.0|^12.0|^13.0",
"illuminate/contracts": "^10.0|^11.0|^12.0|^13.0",
"illuminate/support": "^10.0|^11.0|^12.0|^13.0",
"illuminate/validation": "^10.0|^11.0|^12.0|^13.0",
"php": "^8.1"
},
"require-dev": {
@@ -6276,7 +6276,7 @@
],
"support": {
"issues": "https://github.com/Propaganistas/Laravel-Disposable-Email/issues",
"source": "https://github.com/Propaganistas/Laravel-Disposable-Email/tree/2.4.24"
"source": "https://github.com/Propaganistas/Laravel-Disposable-Email/tree/2.4.25"
},
"funding": [
{
@@ -6284,7 +6284,7 @@
"type": "github"
}
],
"time": "2026-03-01T01:16:14+00:00"
"time": "2026-03-18T07:06:48+00:00"
},
{
"name": "psr/cache",
@@ -8209,16 +8209,16 @@
},
{
"name": "spatie/laravel-permission",
"version": "7.2.3",
"version": "7.2.4",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-permission.git",
"reference": "062b0cd8e3a1753fa7a53e468b918710004aa06b"
"reference": "0a8ab4b84dc5efe23be9ddcd77951e10030c452d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-permission/zipball/062b0cd8e3a1753fa7a53e468b918710004aa06b",
"reference": "062b0cd8e3a1753fa7a53e468b918710004aa06b",
"url": "https://api.github.com/repos/spatie/laravel-permission/zipball/0a8ab4b84dc5efe23be9ddcd77951e10030c452d",
"reference": "0a8ab4b84dc5efe23be9ddcd77951e10030c452d",
"shasum": ""
},
"require": {
@@ -8284,7 +8284,7 @@
],
"support": {
"issues": "https://github.com/spatie/laravel-permission/issues",
"source": "https://github.com/spatie/laravel-permission/tree/7.2.3"
"source": "https://github.com/spatie/laravel-permission/tree/7.2.4"
},
"funding": [
{
@@ -8292,7 +8292,7 @@
"type": "github"
}
],
"time": "2026-02-23T20:30:07+00:00"
"time": "2026-03-17T22:57:08+00:00"
},
{
"name": "spatie/temporary-directory",
@@ -8406,16 +8406,16 @@
},
{
"name": "stechstudio/laravel-zipstream",
"version": "5.8",
"version": "5.9",
"source": {
"type": "git",
"url": "https://github.com/stechstudio/laravel-zipstream.git",
"reference": "82a5c6fe8cefbe038d737bbf6b9987d250c34529"
"reference": "2d9b6423fe6a8906e7344cf23612c5f1b5ad9ea0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stechstudio/laravel-zipstream/zipball/82a5c6fe8cefbe038d737bbf6b9987d250c34529",
"reference": "82a5c6fe8cefbe038d737bbf6b9987d250c34529",
"url": "https://api.github.com/repos/stechstudio/laravel-zipstream/zipball/2d9b6423fe6a8906e7344cf23612c5f1b5ad9ea0",
"reference": "2d9b6423fe6a8906e7344cf23612c5f1b5ad9ea0",
"shasum": ""
},
"require": {
@@ -8467,9 +8467,9 @@
],
"support": {
"issues": "https://github.com/stechstudio/laravel-zipstream/issues",
"source": "https://github.com/stechstudio/laravel-zipstream/tree/5.8"
"source": "https://github.com/stechstudio/laravel-zipstream/tree/5.9"
},
"time": "2026-02-22T16:35:24+00:00"
"time": "2026-03-18T02:48:08+00:00"
},
{
"name": "symfony/cache",
@@ -14074,16 +14074,16 @@
},
{
"name": "laravel/boost",
"version": "v2.3.3",
"version": "v2.3.4",
"source": {
"type": "git",
"url": "https://github.com/laravel/boost.git",
"reference": "ab0aa26e0c2a134b67867eb8191d022509b1074d"
"reference": "9e3dd5f05b59394e463e78853067dc36c63a0394"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/boost/zipball/ab0aa26e0c2a134b67867eb8191d022509b1074d",
"reference": "ab0aa26e0c2a134b67867eb8191d022509b1074d",
"url": "https://api.github.com/repos/laravel/boost/zipball/9e3dd5f05b59394e463e78853067dc36c63a0394",
"reference": "9e3dd5f05b59394e463e78853067dc36c63a0394",
"shasum": ""
},
"require": {
@@ -14136,7 +14136,7 @@
"issues": "https://github.com/laravel/boost/issues",
"source": "https://github.com/laravel/boost"
},
"time": "2026-03-17T14:55:00+00:00"
"time": "2026-03-17T16:42:14+00:00"
},
{
"name": "laravel/mcp",