From a5eaf4e76404ae41d387b7cf6b1652c86473001f Mon Sep 17 00:00:00 2001 From: Remco Jansen Date: Mon, 6 May 2024 15:33:20 +0200 Subject: [PATCH 1/2] Update composer.json Laravel 11.x Compatibility --- composer.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 0b90d439..9f04f283 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "prettus/l5-repository", - "description": "Laravel 5|6|7|8|9|10 - Repositories to the database layer", + "description": "Laravel 5|6|7|8|9|10|11 - Repositories to the database layer", "keywords": [ "laravel", "repository", @@ -26,15 +26,15 @@ "docs": "http://andersao.github.io/l5-repository" }, "require": { - "illuminate/http": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0", - "illuminate/config": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0", - "illuminate/support": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0", - "illuminate/database": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0", - "illuminate/pagination": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0", - "illuminate/console": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0", - "illuminate/filesystem": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0", - "prettus/laravel-validation": "~1.1|~1.2|~1.3|~1.4", - "illuminate/validation": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0" + "illuminate/http": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/config": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/database": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/pagination": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/console": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/filesystem": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0|^11.0", + "prettus/laravel-validation": "~1.1|~1.2|~1.3|~1.4|~1.5|~1.6|", + "illuminate/validation": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0|^11.0" }, "autoload": { "psr-4": { From 98c3206fe3cce92f93456170d584e05cbafd9989 Mon Sep 17 00:00:00 2001 From: Remco Jansen Date: Mon, 6 May 2024 15:38:54 +0200 Subject: [PATCH 2/2] Update composer.json remove trailing pipe --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9f04f283..7b0aa687 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "illuminate/pagination": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0|^11.0", "illuminate/console": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0|^11.0", "illuminate/filesystem": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0|^11.0", - "prettus/laravel-validation": "~1.1|~1.2|~1.3|~1.4|~1.5|~1.6|", + "prettus/laravel-validation": "~1.1|~1.2|~1.3|~1.4|~1.5|~1.6", "illuminate/validation": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0|^11.0" }, "autoload": {