From 71287b7742498a1bfe920ac0144481e61363b437 Mon Sep 17 00:00:00 2001 From: Dawid Makowski Date: Wed, 10 Aug 2022 22:52:10 +0800 Subject: [PATCH 1/3] Laravel 9 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2bdf843..c418fe4 100644 --- a/composer.json +++ b/composer.json @@ -22,10 +22,10 @@ "homepage": "https://github.com/awes-io/repository", "keywords": ["Laravel", "Repository", "pattern", "filters", "criteria", "scope", "php"], "require": { - "illuminate/support": "~5|~6|~7|~8" + "illuminate/support": "~5|~6|~7|~8|~9" }, "require-dev": { - "phpunit/phpunit": "~7.0", + "phpunit/phpunit": "~7.0", "mockery/mockery": "^1.1", "orchestra/testbench": "~3.0", "sempro/phpunit-pretty-print": "^1.0" From 860eaeafc4d00b9bc852001659ec60170608653e Mon Sep 17 00:00:00 2001 From: Dawid Makowski Date: Tue, 25 Apr 2023 13:11:53 +0800 Subject: [PATCH 2/3] Laravel 10 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c418fe4..2183dd0 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "homepage": "https://github.com/awes-io/repository", "keywords": ["Laravel", "Repository", "pattern", "filters", "criteria", "scope", "php"], "require": { - "illuminate/support": "~5|~6|~7|~8|~9" + "illuminate/support": "~5|~6|~7|~8|~9|~10" }, "require-dev": { "phpunit/phpunit": "~7.0", From 91297d244f574d6f69c008a5a0ff1a4bd911795e Mon Sep 17 00:00:00 2001 From: Dawid Makowski Date: Tue, 4 Mar 2025 14:15:24 +0700 Subject: [PATCH 3/3] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2183dd0..9ba8941 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "homepage": "https://github.com/awes-io/repository", "keywords": ["Laravel", "Repository", "pattern", "filters", "criteria", "scope", "php"], "require": { - "illuminate/support": "~5|~6|~7|~8|~9|~10" + "illuminate/support": "~5|~6|~7|~8|~9|~10|~11|~12" }, "require-dev": { "phpunit/phpunit": "~7.0",