From 75462a6bf337df7782a71898879485e724dfc964 Mon Sep 17 00:00:00 2001 From: Jonny Nott Date: Thu, 6 Feb 2025 14:15:14 +0000 Subject: [PATCH 1/4] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 6f9ccba..037244d 100644 --- a/composer.json +++ b/composer.json @@ -17,9 +17,9 @@ ], "require": { "php": "^7.2.5|^8.0", - "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0", - "illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0", - "illuminate/events": "^7.0|^8.0|^9.0|^10.0|^11.0" + "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/events": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0" }, "autoload": { "psr-4": { From 5826d4c2f4271d073f911788e3e79641134fccab Mon Sep 17 00:00:00 2001 From: Jonny Nott Date: Tue, 11 Feb 2025 22:03:36 +0000 Subject: [PATCH 2/4] Update README.markdown --- README.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 71fdfb6..a181dfb 100644 --- a/README.markdown +++ b/README.markdown @@ -4,8 +4,9 @@ [![Latest Unstable Version](https://poser.pugx.org/kalnoy/nestedset/v/unstable.svg)](https://packagist.org/packages/kalnoy/nestedset) [![License](https://poser.pugx.org/kalnoy/nestedset/license.svg)](https://packagist.org/packages/kalnoy/nestedset) -This is a Laravel 4-10 package for working with trees in relational databases. +This is a Laravel 4-12 package for working with trees in relational databases. +* **Laravel 12.0** is supported since v6.0.?? * **Laravel 11.0** is supported since v6.0.4 * **Laravel 10.0** is supported since v6.0.2 * **Laravel 9.0** is supported since v6.0.1 From 5ed0db534a5c994b5717e8c8f307df9efec622b4 Mon Sep 17 00:00:00 2001 From: Jonny Nott Date: Tue, 11 Feb 2025 22:03:55 +0000 Subject: [PATCH 3/4] Update README.markdown --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index a181dfb..cf1c859 100644 --- a/README.markdown +++ b/README.markdown @@ -4,7 +4,7 @@ [![Latest Unstable Version](https://poser.pugx.org/kalnoy/nestedset/v/unstable.svg)](https://packagist.org/packages/kalnoy/nestedset) [![License](https://poser.pugx.org/kalnoy/nestedset/license.svg)](https://packagist.org/packages/kalnoy/nestedset) -This is a Laravel 4-12 package for working with trees in relational databases. +This is a Laravel package for working with trees in relational databases. * **Laravel 12.0** is supported since v6.0.?? * **Laravel 11.0** is supported since v6.0.4 From 488e6b14af9d4a6a67b0995a8e7929a429acb7ca Mon Sep 17 00:00:00 2001 From: Jonny Nott Date: Tue, 11 Feb 2025 22:07:38 +0000 Subject: [PATCH 4/4] Update run-tests.yml --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 642b068..e5b672b 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -6,7 +6,7 @@ on: - master pull_request: branches: - - * + - "**" schedule: - cron: '0 0 * * *'