From a37bfec6a4523b93fc4146bac512916b858c861e Mon Sep 17 00:00:00 2001 From: Daniel LaBarge Date: Mon, 17 Jun 2024 15:17:28 -0500 Subject: [PATCH] Update for Laravel 11 compatibility. --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 418ddcd..d472aac 100644 --- a/composer.json +++ b/composer.json @@ -18,18 +18,18 @@ "require": { "php": ">=7.0|>=8.0", "artisansdk/contract": "dev-master", - "illuminate/container": "^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/queue": "^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/container": "^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/queue": "^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", "psr/log": "^1.0 | ^2.0 | ^3.0" }, "require-dev": { "artisansdk/bench": "dev-master", - "dms/phpunit-arraysubset-asserts": "^0.4.0", - "illuminate/cache": "^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/validation": "^5.0 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0" + "dms/phpunit-arraysubset-asserts": "^0.5.0", + "illuminate/cache": "^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/validation": "^5.0 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0" }, "suggest": { "artisansdk/event": "CQRS is a pattern used in event-driven applications. The artisansdk/event package is a general purpose event sourcing library for event stores.",