From 31e054a8e00aeb05f97dd3e5b11ea0ad34e24ff3 Mon Sep 17 00:00:00 2001 From: Shift Date: Mon, 30 Jan 2023 22:00:43 +0000 Subject: [PATCH 1/2] Bump dependencies for Laravel 10 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 4cb8f4e..1eb5d12 100644 --- a/composer.json +++ b/composer.json @@ -33,10 +33,10 @@ ], "require": { "php": ">=8.0", - "illuminate/events": "~8.0 || ~9.0", - "illuminate/notifications": "~8.0 || ~9.0", - "illuminate/queue": "~8.0 || ~9.0", - "illuminate/support": "~8.0 || ~9.0", + "illuminate/events": "~8.0 || ~9.0|^10.0", + "illuminate/notifications": "~8.0 || ~9.0|^10.0", + "illuminate/queue": "~8.0 || ~9.0|^10.0", + "illuminate/support": "~8.0 || ~9.0|^10.0", "pusher/pusher-push-notifications": "^2.0" }, "require-dev": { From 8f42c34dde54848d19918046f5299bfa7369e2b9 Mon Sep 17 00:00:00 2001 From: atymic Date: Sat, 18 Feb 2023 21:10:16 +1100 Subject: [PATCH 2/2] fix: style --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 1eb5d12..913cd79 100644 --- a/composer.json +++ b/composer.json @@ -33,10 +33,10 @@ ], "require": { "php": ">=8.0", - "illuminate/events": "~8.0 || ~9.0|^10.0", - "illuminate/notifications": "~8.0 || ~9.0|^10.0", - "illuminate/queue": "~8.0 || ~9.0|^10.0", - "illuminate/support": "~8.0 || ~9.0|^10.0", + "illuminate/events": "~8.0 || ~9.0 || ^10.0", + "illuminate/notifications": "~8.0 || ~9.0 || ^10.0", + "illuminate/queue": "~8.0 || ~9.0 || ^10.0", + "illuminate/support": "~8.0 || ~9.0 || ^10.0", "pusher/pusher-push-notifications": "^2.0" }, "require-dev": {