Update packages.

This commit is contained in:
James Cole
2025-01-03 08:30:04 +01:00
parent 2ef3a33fbf
commit 21165eb3e0
2 changed files with 319 additions and 386 deletions

View File

@@ -81,7 +81,7 @@
"ext-tokenizer": "*", "ext-tokenizer": "*",
"ext-xml": "*", "ext-xml": "*",
"ext-xmlwriter": "*", "ext-xmlwriter": "*",
"bacon/bacon-qr-code": "2.*", "bacon/bacon-qr-code": "^2",
"diglactic/laravel-breadcrumbs": "^9", "diglactic/laravel-breadcrumbs": "^9",
"gdbots/query-parser": "^3.0", "gdbots/query-parser": "^3.0",
"guzzlehttp/guzzle": "^7.8", "guzzlehttp/guzzle": "^7.8",
@@ -93,7 +93,7 @@
"laravel/sanctum": "^4", "laravel/sanctum": "^4",
"laravel/slack-notification-channel": "^3.3", "laravel/slack-notification-channel": "^3.3",
"laravel/ui": "^4.2", "laravel/ui": "^4.2",
"league/commonmark": "2.*", "league/commonmark": "^2",
"league/csv": "^9.10", "league/csv": "^9.10",
"league/fractal": "0.*", "league/fractal": "0.*",
"mailersend/laravel-driver": "^2.7", "mailersend/laravel-driver": "^2.7",
@@ -113,19 +113,17 @@
}, },
"require-dev": { "require-dev": {
"barryvdh/laravel-debugbar": "^3.9", "barryvdh/laravel-debugbar": "^3.9",
"barryvdh/laravel-ide-helper": "3.*", "barryvdh/laravel-ide-helper": "^3",
"ergebnis/phpstan-rules": "^2.1",
"fakerphp/faker": "1.*", "fakerphp/faker": "1.*",
"filp/whoops": "2.*", "filp/whoops": "2.*",
"larastan/larastan": "^2", "larastan/larastan": "^3",
"laravel-json-api/testing": "^3.0", "laravel-json-api/testing": "^3.0",
"mockery/mockery": "1.*", "mockery/mockery": "1.*",
"phpstan/extension-installer": "^1.4", "phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^1.10", "phpstan/phpstan": "^2",
"phpstan/phpstan-deprecation-rules": "^1.1", "phpstan/phpstan-deprecation-rules": "^2",
"phpstan/phpstan-strict-rules": "^1.6", "phpstan/phpstan-strict-rules": "^2",
"phpunit/phpunit": "^10", "phpunit/phpunit": "^11"
"thecodingmachine/phpstan-strict-rules": "^1.0"
}, },
"suggest": {}, "suggest": {},
"autoload": { "autoload": {

687
composer.lock generated

File diff suppressed because it is too large Load Diff