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": {