From 6098dbcb83e360800d7d8b830e33d628d2df86f4 Mon Sep 17 00:00:00 2001 From: Lloric Mayuga Garcia Date: Tue, 22 Sep 2020 04:19:28 +0800 Subject: [PATCH] :white_check_mark: Prepare for laravel 8 support (#730) laravel8 compability. --- composer.json | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 1526c6af..9bd1e185 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,13 @@ { "name": "prettus/l5-repository", - "description": "Laravel 5 - Repositories to the database layer", - "keywords": ["laravel", "repository", "eloquent", "model", "cache"], + "description": "Laravel 5|6|7|8 - Repositories to the database layer", + "keywords": [ + "laravel", + "repository", + "eloquent", + "model", + "cache" + ], "license": "MIT", "authors": [ { @@ -20,15 +26,15 @@ "docs": "http://andersao.github.io/l5-repository" }, "require": { - "illuminate/http": "~5.0|~6.0|~7.0", - "illuminate/config": "~5.0|~6.0|~7.0", - "illuminate/support": "~5.0|~6.0|~7.0", - "illuminate/database": "~5.0|~6.0|~7.0", - "illuminate/pagination": "~5.0|~6.0|~7.0", - "illuminate/console": "~5.0|~6.0|~7.0", - "illuminate/filesystem": "~5.0|~6.0|~7.0", + "illuminate/http": "~5.0|~6.0|~7.0|^8.0", + "illuminate/config": "~5.0|~6.0|~7.0|^8.0", + "illuminate/support": "~5.0|~6.0|~7.0|^8.0", + "illuminate/database": "~5.0|~6.0|~7.0|^8.0", + "illuminate/pagination": "~5.0|~6.0|~7.0|^8.0", + "illuminate/console": "~5.0|~6.0|~7.0|^8.0", + "illuminate/filesystem": "~5.0|~6.0|~7.0|^8.0", "prettus/laravel-validation": "~1.1|~1.2", - "illuminate/validation": "~5.0|~6.0|~7.0" + "illuminate/validation": "~5.0|~6.0|~7.0|^8.0" }, "autoload": { "psr-4": {