Update composer.json

This commit is contained in:
peaklabs-dev
2024-11-11 20:49:34 +01:00
parent 7e8e652766
commit 22042d564d

View File

@@ -13,7 +13,7 @@
"require": { "require": {
"php": "^8.2", "php": "^8.2",
"danharrin/livewire-rate-limiting": "^1.1", "danharrin/livewire-rate-limiting": "^1.1",
"doctrine/dbal": "^3.6", "doctrine/dbal": "^4.2",
"guzzlehttp/guzzle": "^7.5.0", "guzzlehttp/guzzle": "^7.5.0",
"laravel/fortify": "^1.16.0", "laravel/fortify": "^1.16.0",
"laravel/framework": "^11.0", "laravel/framework": "^11.0",
@@ -40,7 +40,7 @@
"sentry/sentry-laravel": "^4.6", "sentry/sentry-laravel": "^4.6",
"socialiteproviders/microsoft-azure": "^5.1", "socialiteproviders/microsoft-azure": "^5.1",
"spatie/laravel-activitylog": "^4.7.3", "spatie/laravel-activitylog": "^4.7.3",
"spatie/laravel-data": "^3.4.3", "spatie/laravel-data": "^4.11",
"spatie/laravel-schemaless-attributes": "^2.4", "spatie/laravel-schemaless-attributes": "^2.4",
"spatie/url": "^2.2", "spatie/url": "^2.2",
"stripe/stripe-php": "^12.0", "stripe/stripe-php": "^12.0",
@@ -57,7 +57,7 @@
"laravel/telescope": "^5.2", "laravel/telescope": "^5.2",
"mockery/mockery": "^1.5.1", "mockery/mockery": "^1.5.1",
"nunomaduro/collision": "^8.1", "nunomaduro/collision": "^8.1",
"phpstan/phpstan": "^1.10", "phpstan/phpstan": "^1.12.10",
"pestphp/pest": "^3.5", "pestphp/pest": "^3.5",
"phpunit/phpunit": "^11.4", "phpunit/phpunit": "^11.4",
"serversideup/spin": "^2.3", "serversideup/spin": "^2.3",