From f6e646ef1dcbe31acef8980a2eba4496a2d1bfc0 Mon Sep 17 00:00:00 2001 From: Khoubza Younes Date: Sun, 6 Dec 2020 21:40:28 +0100 Subject: [PATCH] fix github workflow --- composer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/composer.json b/composer.json index a18d78d7..e41c930a 100644 --- a/composer.json +++ b/composer.json @@ -32,6 +32,10 @@ "php-flasher/flasher-laravel": "dev-main", "php-flasher/flasher-notyf": "dev-main" }, + "require-dev": { + "phpunit/phpunit": "^4.8|^5.0|^6.0|^7.0|^8.0|^9.0", + "orchestra/testbench": "^2.0|^3.0|^4.0|^5.0|^6.0" + }, "autoload": { "psr-4": { "Flasher\\Notyf\\Laravel\\": ""