From 79e04e0316d775b9e39c11814a01e9876576e493 Mon Sep 17 00:00:00 2001 From: Krissh Victor <48975027+lovekrissh143@users.noreply.github.com> Date: Sun, 9 Apr 2023 16:28:25 +0530 Subject: [PATCH] Bump Laravel Version --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index fc02cd1..46e4738 100644 --- a/composer.json +++ b/composer.json @@ -29,9 +29,9 @@ "mobiledetect/mobiledetectlib": "^2.8" }, "require-dev": { - "phpunit/phpunit": "^6.3", - "phpspec/prophecy-phpunit": "^1.1", - "philo/laravel-blade": "^3.1", - "laravel/laravel": "5.5.*" + "phpunit/phpunit": "^6.3|^9.5", + "phpspec/prophecy-phpunit": "^1.1|^2.0", + "philo/laravel-blade": "^3.1|^4.1", + "laravel/laravel": "5.5.*|^9.0|^10.0" } }