From e26f10c554803088da4214feb44112b06a9889c2 Mon Sep 17 00:00:00 2001 From: Tim Kliesch Date: Mon, 24 Feb 2025 17:32:56 +0100 Subject: [PATCH 1/2] Update composer.json Laravel 12 Signed-off-by: Tim Kliesch --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 3d7c3d8..e588012 100644 --- a/composer.json +++ b/composer.json @@ -16,14 +16,14 @@ ], "require": { "php": ">=8.1", - "genealabs/laravel-pivot-events": "^10.0|^11.0", - "illuminate/cache": "^10.0|^11.0", - "illuminate/config": "^10.0|^11.0", - "illuminate/console": "^10.0|^11.0", - "illuminate/container": "^10.0|^11.0", - "illuminate/database": "^10.0|^11.0", - "illuminate/http": "^10.0|^11.0", - "illuminate/support": "^10.0|^11.0" + "genealabs/laravel-pivot-events": "^10.0|^11.0|^12.0", + "illuminate/cache": "^10.0|^11.0|^12.0", + "illuminate/config": "^10.0|^11.0|^12.0", + "illuminate/console": "^10.0|^11.0|^12.0", + "illuminate/container": "^10.0|^11.0|^12.0", + "illuminate/database": "^10.0|^11.0|^12.0", + "illuminate/http": "^10.0|^11.0|^12.0", + "illuminate/support": "^10.0|^11.0|^12.0" }, "require-dev": { "doctrine/dbal": "^3.3", From 7aa00fc7b8b76b49d4d07f242eb328a6e2aedcb4 Mon Sep 17 00:00:00 2001 From: Tim Kliesch Date: Mon, 24 Feb 2025 17:35:56 +0100 Subject: [PATCH 2/2] Update composer.json Laravel 12 Comapt Signed-off-by: Tim Kliesch --- composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e588012..9563443 100644 --- a/composer.json +++ b/composer.json @@ -12,11 +12,15 @@ { "type": "composer", "url": "https://nova.laravel.com" + }, + { + "type": "git", + "url": "https://github.com/Shipmetrics/laravel-pivot-events" } ], "require": { "php": ">=8.1", - "genealabs/laravel-pivot-events": "^10.0|^11.0|^12.0", + "genealabs/laravel-pivot-events": "dev-master", "illuminate/cache": "^10.0|^11.0|^12.0", "illuminate/config": "^10.0|^11.0|^12.0", "illuminate/console": "^10.0|^11.0|^12.0",