diff --git a/composer.json b/composer.json index 5caea12..b6f7e5b 100644 --- a/composer.json +++ b/composer.json @@ -33,22 +33,16 @@ "nunomaduro/collision": "^6.2", "orchestra/canvas": "^7.11.1", "orchestra/testbench-core": "^7.48", - "spatie/laravel-ray": "^1.32.4", "symfony/polyfill-php83": "^1.31", "symfony/yaml": "^6.0.9" }, "require-dev": { "laravel/pint": "^1.4", "mockery/mockery": "^1.5.1", - "phpstan/phpstan": "^1.11", + "phpstan/phpstan": "^2.0", "phpunit/phpunit": "^9.6", "symfony/process": "^6.0.9" }, - "extra": { - "branch-alias": { - "dev-master": "0.5.x-dev" - } - }, "suggest": { "ext-pcntl": "Required to use all features of the console signal trapping." },