diff --git a/composer.json b/composer.json index 1992486..33122f0 100644 --- a/composer.json +++ b/composer.json @@ -18,18 +18,18 @@ "require": { "php": "^8.1", "doctrine/dbal": "^3.4", - "illuminate/contracts": "^9.0", - "illuminate/database": "^9.34", - "illuminate/support": "^9.34", - "illuminate/console":"^9.34", - "illuminate/filesystem":"^9.34", + "illuminate/contracts": "^10.0", + "illuminate/database": "^10.0", + "illuminate/support": "^10.0", + "illuminate/console":"^10.0", + "illuminate/filesystem":"^10.0", "spatie/laravel-package-tools": "^1.13.0" }, "require-dev": { "laravel/pint": "^1.0", "nunomaduro/collision": "^6.0", "nunomaduro/larastan": "^2.0.1", - "orchestra/testbench": "^7.0", + "orchestra/testbench": "^8.0", "pestphp/pest": "^1.21", "pestphp/pest-plugin-laravel": "^1.1", "phpstan/extension-installer": "^1.1",