diff --git a/.idea/laravel-json-response.iml b/.idea/laravel-json-response.iml index a7d2353..701533b 100644 --- a/.idea/laravel-json-response.iml +++ b/.idea/laravel-json-response.iml @@ -2,9 +2,7 @@ - - diff --git a/composer.json b/composer.json index ecb7e39..0e1ba2b 100644 --- a/composer.json +++ b/composer.json @@ -19,12 +19,12 @@ "minimum-stability": "stable", "require": { "php": "^8.0", - "illuminate/support": "^11.0", - "illuminate/contracts": "^11.0", - "illuminate/database": "^11.0", - "illuminate/http": "^11.0", - "illuminate/validation": "^11.0", - "symfony/http-kernel": "^7.0" + "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0", + "illuminate/contracts": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0", + "illuminate/database": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0", + "illuminate/http": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0", + "illuminate/validation": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0", + "symfony/http-kernel": "^5.0 || ^6.0 || ^7.0" }, "require-dev": { } diff --git a/composer.lock b/composer.lock index 9dce5b5..1f2de28 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "84f45a2b6fa1b545ca89aa61316650cf", + "content-hash": "2f8dff9d605d6c1543f45287ceddcdcc", "packages": [ { "name": "brick/math",