diff --git a/composer.json b/composer.json index 0528a93..8066c2e 100755 --- a/composer.json +++ b/composer.json @@ -1,6 +1,5 @@ { "name": "hi-folks/lara-lens", - "description": "Laravel Diagnostic command for configuration, db connection, http request", "keywords": [ "laravel", @@ -25,20 +24,20 @@ "php": "^8.0|^8.1|^8.2", "ext-json": "*", "guzzlehttp/guzzle": "^7.0", - "illuminate/support": "v8.75.0|^9.0|^10.0", - "nunomaduro/termwind": "^1.13" + "illuminate/support": "v8.75.0|^9.0|^10.0|^11.0", + "nunomaduro/termwind": "^1.13|^2.0" }, "require-dev": { "doctrine/dbal": "^3.0", "laravel/pint": "^1.4", "nunomaduro/larastan": "^1.0.0|^2.0", - "orchestra/testbench": "^6.23.2|^7.0|^8.0", - "pestphp/pest": "^1.22", - "pestphp/pest-plugin-laravel": "^1.2", - "phpunit/phpunit": "^9.5.10", + "orchestra/testbench": "^6.23.2|^7.0|^8.0|^9.0", + "pestphp/pest": "^1.22|^2.34", + "pestphp/pest-plugin-laravel": "^1.2|^2.3", + "phpunit/phpunit": "^9.5.10|^10.5", "psalm/plugin-laravel": "^1.6.2", - "rector/rector": "^0.14.6", - "vimeo/psalm": "^4.11" + "rector/rector": "^0.14.6|^1.0", + "vimeo/psalm": "^4.11|^5.22" }, "autoload": { "psr-4": {