From f65eeb17f8b270eed37b36c5fb24a4f03831461c Mon Sep 17 00:00:00 2001 From: Hasnain Ali <61244281+hasnainali9@users.noreply.github.com> Date: Sun, 18 Apr 2021 06:12:05 +0500 Subject: [PATCH] Update Composer.json --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 929a812..02aa579 100644 --- a/composer.json +++ b/composer.json @@ -14,13 +14,13 @@ "Laravel", "LaravelSurveyJs", "surveyjs", "survey manager", "laravel survey", "survey editor", "surveyjs builder", "aidynmakhataev" ], "require": { - "illuminate/support": "~5", - "cviebrock/eloquent-sluggable": "^4.0" - }, - "require-dev": { - "phpunit/phpunit": "~6.0", - "orchestra/testbench": "~3.0" - }, + "illuminate/support": "^8", + "cviebrock/eloquent-sluggable": "^8.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3.3", + "orchestra/testbench": "^3.0" + }, "autoload": { "psr-4": { "AidynMakhataev\\LaravelSurveyJs\\": "src/" @@ -41,4 +41,4 @@ } } } -} \ No newline at end of file +}