From 53f62a327571271954d1ab02ff81a41f0e3fb7b4 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Tue, 2 Apr 2024 00:17:39 +0300 Subject: [PATCH] Fixed dependencies --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 127de0a..e9b8a86 100644 --- a/composer.json +++ b/composer.json @@ -46,13 +46,13 @@ "symfony/http-foundation": "^6.0 || ^7.0" }, "require-dev": { - "orchestra/testbench": "^10.0 || ^11.0", - "phpunit/phpunit": "^11.0" + "orchestra/testbench": "^9.0 || ^10.0", + "phpunit/phpunit": "^10.0" }, "conflict": { "andrey-helldar/laravel-json-response": "*" }, - "minimum-stability": "dev", + "minimum-stability": "stable", "prefer-stable": true, "autoload": { "psr-4": {