From abc951aec9fdbe041c00fbd35c6d7f6c9e2bd875 Mon Sep 17 00:00:00 2001 From: Achyut Neupane Date: Tue, 10 Sep 2024 11:43:40 +0545 Subject: [PATCH] Verrsion updated for all packages --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 0233ee1..496da43 100644 --- a/composer.json +++ b/composer.json @@ -33,15 +33,15 @@ } ], "require": { - "php": ">7.2", + "php": "^7.4 || ^8.0 || ^8.1 || ^8.2", "dipesh79/laravel-user-logs": "^1.6.1", "rap2hpoutre/laravel-log-viewer": "^2.3.0", - "spatie/laravel-medialibrary": ">=8.0", - "cviebrock/eloquent-sluggable": "^10.0|^11.0" + "spatie/laravel-medialibrary": "^8.0 || ^9.0", + "cviebrock/eloquent-sluggable": "^8.0 || ^9.0" }, "require-dev": { - "phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0", - "orchestra/testbench": "^8.19" + "phpunit/phpunit": "^8.0 || ^9.0 || ^10.0", + "orchestra/testbench": "^6.0 || ^7.0 || ^8.0" }, "extra": { "laravel": {