diff --git a/composer.json b/composer.json index 086dbde..5001955 100644 --- a/composer.json +++ b/composer.json @@ -31,19 +31,19 @@ "php": "^8.2", "composer-runtime-api": "^2.2", "composer/semver": "^3.0", - "illuminate/console": "^12.0", - "illuminate/database": "^12.0", - "illuminate/filesystem": "^12.0", - "illuminate/support": "^12.0", + "illuminate/console": "^12.0.0", + "illuminate/database": "^12.0.0", + "illuminate/filesystem": "^12.0.0", + "illuminate/support": "^12.0.0", "orchestra/canvas-core": "^10.0", - "orchestra/sidekick": "^1.0", + "orchestra/sidekick": "^1.0.2", "orchestra/testbench-core": "^10.0", "symfony/polyfill-php83": "^1.31", "symfony/yaml": "^7.0.3" }, "require-dev": { - "laravel/framework": "^12.0", - "laravel/pint": "^1.20", + "laravel/framework": "^12.0.0", + "laravel/pint": "^1.21", "mockery/mockery": "^1.6.10", "phpstan/phpstan": "^2.1", "phpunit/phpunit": "^11.5.7",