Update composer.json

This commit is contained in:
peaklabs-dev
2024-11-11 20:46:07 +01:00
parent 644da632e3
commit 7e8e652766

View File

@@ -16,10 +16,10 @@
"doctrine/dbal": "^3.6", "doctrine/dbal": "^3.6",
"guzzlehttp/guzzle": "^7.5.0", "guzzlehttp/guzzle": "^7.5.0",
"laravel/fortify": "^1.16.0", "laravel/fortify": "^1.16.0",
"laravel/framework": "^11", "laravel/framework": "^11.0",
"laravel/horizon": "^5.29.1", "laravel/horizon": "^5.29.1",
"laravel/pail": "^1.1", "laravel/pail": "^1.1",
"laravel/prompts": "^0.1.6", "laravel/prompts": "^0.1.18",
"laravel/sanctum": "^4.0", "laravel/sanctum": "^4.0",
"laravel/socialite": "^5.14.0", "laravel/socialite": "^5.14.0",
"laravel/tinker": "^2.8.1", "laravel/tinker": "^2.8.1",
@@ -27,7 +27,7 @@
"lcobucci/jwt": "^5.0.0", "lcobucci/jwt": "^5.0.0",
"league/flysystem-aws-s3-v3": "^3.0", "league/flysystem-aws-s3-v3": "^3.0",
"league/flysystem-sftp-v3": "^3.0", "league/flysystem-sftp-v3": "^3.0",
"livewire/livewire": "3.4.9", "livewire/livewire": "^3.5",
"log1x/laravel-webfonts": "^1.0", "log1x/laravel-webfonts": "^1.0",
"lorisleiva/laravel-actions": "^2.7", "lorisleiva/laravel-actions": "^2.7",
"nubs/random-name-generator": "^2.2", "nubs/random-name-generator": "^2.2",
@@ -41,7 +41,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": "^3.4.3",
"spatie/laravel-ray": "^1.32.4",
"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",
@@ -58,12 +57,13 @@
"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",
"pestphp/pest": "^2.16",
"phpstan/phpstan": "^1.10", "phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.0.19", "pestphp/pest": "^3.5",
"serversideup/spin": "^1.1.0", "phpunit/phpunit": "^11.4",
"serversideup/spin": "^2.3",
"spatie/laravel-ignition": "^2.1.0", "spatie/laravel-ignition": "^2.1.0",
"symfony/http-client": "^6.2" "spatie/laravel-ray": "^1.37",
"symfony/http-client": "^7.1"
}, },
"minimum-stability": "stable", "minimum-stability": "stable",
"prefer-stable": true, "prefer-stable": true,