From 65a9c21186509cdd8efe5169c86b03820948f4e3 Mon Sep 17 00:00:00 2001 From: Anders Bilfeldt Date: Thu, 10 Feb 2022 12:34:11 +0100 Subject: [PATCH] Change to current version of the dev dependency timacdonald/log-fake --- composer.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 130017d..2adbdd1 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "orchestra/testbench": "^7.0", "phpunit/phpunit": "^9.5.10", "spatie/laravel-ray": "^1.29", - "timacdonald/log-fake": "dev-return-types", + "timacdonald/log-fake": "^1.9", "vimeo/psalm": "^4.20" }, "autoload": { @@ -44,12 +44,6 @@ "Bilfeldt\\LaravelHttpClientLogger\\Tests\\": "tests" } }, - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/bilfeldt/log-fake.git" - } - ], "scripts": { "psalm": "vendor/bin/psalm", "test": "vendor/bin/phpunit --colors=always",