From 092264880bcba1e28b768f36d45f3cfa8473dfe3 Mon Sep 17 00:00:00 2001 From: mario Date: Wed, 14 Jan 2026 09:29:24 +0100 Subject: [PATCH 01/28] support php 8.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5b192ff..07d2891 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "require-dev": { "laravel/pint": "^1.0", - "nunomaduro/collision": "^7.9", + "nunomaduro/collision": "^8.0", "nunomaduro/larastan": "^2.0.1", "orchestra/testbench": "^8.0", "pestphp/pest": "^2.0 | ^3.0 | ^4.0", From d6c4903e74d90000d6eb645b2114082e14dca9c1 Mon Sep 17 00:00:00 2001 From: mario Date: Wed, 14 Jan 2026 09:30:39 +0100 Subject: [PATCH 02/28] support php 8.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 07d2891..18f62e8 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "require-dev": { "laravel/pint": "^1.0", - "nunomaduro/collision": "^8.0", + "nunomaduro/collision": "^7.0 | ^8.0", "nunomaduro/larastan": "^2.0.1", "orchestra/testbench": "^8.0", "pestphp/pest": "^2.0 | ^3.0 | ^4.0", From 4b2544eb3fb981e20b8f5e07ac965876c2e19739 Mon Sep 17 00:00:00 2001 From: mario Date: Wed, 14 Jan 2026 09:33:08 +0100 Subject: [PATCH 03/28] support php 8.5 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 18f62e8..8ee6ec8 100644 --- a/composer.json +++ b/composer.json @@ -27,8 +27,8 @@ "nunomaduro/larastan": "^2.0.1", "orchestra/testbench": "^8.0", "pestphp/pest": "^2.0 | ^3.0 | ^4.0", - "pestphp/pest-plugin-arch": "^2.0", - "pestphp/pest-plugin-laravel": "^2.0", + "pestphp/pest-plugin-arch": "^4.0", + "pestphp/pest-plugin-laravel": "^4.0", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-phpunit": "^1.0", From 9b58f476574e8d1c255e690c19f107f4a7e0b49b Mon Sep 17 00:00:00 2001 From: mario Date: Wed, 14 Jan 2026 09:35:11 +0100 Subject: [PATCH 04/28] support php 8.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8ee6ec8..ab6c9fe 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "nunomaduro/larastan": "^2.0.1", "orchestra/testbench": "^8.0", "pestphp/pest": "^2.0 | ^3.0 | ^4.0", - "pestphp/pest-plugin-arch": "^4.0", + "pestphp/pest-plugin-arch": "^2.0 | ^3.0 | ^4.0", "pestphp/pest-plugin-laravel": "^4.0", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^1.0", From ca75461a7f19a4b1a71af20e1dea850ef48a1103 Mon Sep 17 00:00:00 2001 From: mario Date: Wed, 14 Jan 2026 09:36:42 +0100 Subject: [PATCH 05/28] support php 8.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ab6c9fe..2d69374 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "orchestra/testbench": "^8.0", "pestphp/pest": "^2.0 | ^3.0 | ^4.0", "pestphp/pest-plugin-arch": "^2.0 | ^3.0 | ^4.0", - "pestphp/pest-plugin-laravel": "^4.0", + "pestphp/pest-plugin-laravel": "^2.0 | ^3.0 | ^4.0", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-phpunit": "^1.0", From 8b56c5dd1c1e83f9286d4f0ad10489a43119e69a Mon Sep 17 00:00:00 2001 From: mario Date: Wed, 14 Jan 2026 09:38:55 +0100 Subject: [PATCH 06/28] support php 8.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2d69374..42e39a7 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "pestphp/pest-plugin-laravel": "^2.0 | ^3.0 | ^4.0", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^1.0", - "phpstan/phpstan-phpunit": "^1.0", + "phpstan/phpstan-phpunit": "^1.0 | ^2.0", "rector/rector": "^0.15.19", "spatie/laravel-ray": "^1.26", "spatie/pest-plugin-snapshots": "^2.0" From dd7164ca4f0d7ae5ff5237f28642a355933df6d6 Mon Sep 17 00:00:00 2001 From: mario Date: Wed, 14 Jan 2026 09:41:46 +0100 Subject: [PATCH 07/28] support php 8.5 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 42e39a7..7b4c9c9 100644 --- a/composer.json +++ b/composer.json @@ -24,13 +24,13 @@ "require-dev": { "laravel/pint": "^1.0", "nunomaduro/collision": "^7.0 | ^8.0", - "nunomaduro/larastan": "^2.0.1", - "orchestra/testbench": "^8.0", + "nunomaduro/larastan": "^2.0 | ^3.0", + "orchestra/testbench": "^8.0 | ^9.0 | ^10.0", "pestphp/pest": "^2.0 | ^3.0 | ^4.0", "pestphp/pest-plugin-arch": "^2.0 | ^3.0 | ^4.0", "pestphp/pest-plugin-laravel": "^2.0 | ^3.0 | ^4.0", "phpstan/extension-installer": "^1.1", - "phpstan/phpstan-deprecation-rules": "^1.0", + "phpstan/phpstan-deprecation-rules": "^1.0 | ^2.0", "phpstan/phpstan-phpunit": "^1.0 | ^2.0", "rector/rector": "^0.15.19", "spatie/laravel-ray": "^1.26", From cb3812e6ad8c43844c4425f3fed3e37b6b1c2d9f Mon Sep 17 00:00:00 2001 From: mario Date: Wed, 14 Jan 2026 10:06:52 +0100 Subject: [PATCH 08/28] support php 8.5 --- .github/workflows/run-tests.yml | 11 +++++++++-- composer.json | 20 ++++++++++---------- 2 files changed, 19 insertions(+), 12 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 11b42ed..82398e2 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,9 +13,16 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest, windows-latest, macos-latest] - php: [8.5, 8.4, 8.3, 8.2, 8.1] - laravel: [10.*] + php: [8.5, 8.4, 8.3, 8.2] + laravel: [11.*, 12.*] stability: [prefer-lowest, prefer-stable] + exclude: + - laravel: 11.* + stability: prefer-lowest + - laravel: 11.* + php: 8.5 + - php: 8.2 + stability: prefer-lowest include: - laravel: 10.* testbench: 8.* diff --git a/composer.json b/composer.json index 7b4c9c9..bd1957c 100644 --- a/composer.json +++ b/composer.json @@ -16,22 +16,22 @@ } ], "require": { - "php": "^8.1", + "php": "^8.2", "spatie/laravel-package-tools": "^1.14.0", - "illuminate/contracts": "^10.0|^11.0|^12.0", - "illuminate/support": "^v10.0|^11.0|^12.0" + "illuminate/contracts": "^11.0|^12.0", + "illuminate/support": "^11.0|^12.0" }, "require-dev": { "laravel/pint": "^1.0", - "nunomaduro/collision": "^7.0 | ^8.0", + "nunomaduro/collision": "^8.0", "nunomaduro/larastan": "^2.0 | ^3.0", - "orchestra/testbench": "^8.0 | ^9.0 | ^10.0", - "pestphp/pest": "^2.0 | ^3.0 | ^4.0", - "pestphp/pest-plugin-arch": "^2.0 | ^3.0 | ^4.0", - "pestphp/pest-plugin-laravel": "^2.0 | ^3.0 | ^4.0", + "orchestra/testbench": "^10.0", + "pestphp/pest": "^3.0 | ^4.0", + "pestphp/pest-plugin-arch": "^3.0 | ^4.0", + "pestphp/pest-plugin-laravel": "^3.0 | ^4.0", "phpstan/extension-installer": "^1.1", - "phpstan/phpstan-deprecation-rules": "^1.0 | ^2.0", - "phpstan/phpstan-phpunit": "^1.0 | ^2.0", + "phpstan/phpstan-deprecation-rules": "^2.0", + "phpstan/phpstan-phpunit": "^2.0", "rector/rector": "^0.15.19", "spatie/laravel-ray": "^1.26", "spatie/pest-plugin-snapshots": "^2.0" From e851a28ad72eaf062b3c1b6e2b7849d6eed96f2b Mon Sep 17 00:00:00 2001 From: mario Date: Wed, 14 Jan 2026 10:11:42 +0100 Subject: [PATCH 09/28] support php 8.5 --- .github/workflows/run-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 82398e2..3b5932d 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -23,9 +23,6 @@ jobs: php: 8.5 - php: 8.2 stability: prefer-lowest - include: - - laravel: 10.* - testbench: 8.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} From c78f5ea933e6966cc5857551690b41e6f31c38df Mon Sep 17 00:00:00 2001 From: mario Date: Wed, 14 Jan 2026 10:13:42 +0100 Subject: [PATCH 10/28] support php 8.5 --- .github/workflows/run-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 3b5932d..c56dab3 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -16,6 +16,7 @@ jobs: php: [8.5, 8.4, 8.3, 8.2] laravel: [11.*, 12.*] stability: [prefer-lowest, prefer-stable] + testbench: [10.*] exclude: - laravel: 11.* stability: prefer-lowest From aebf03423ebcb057956472843ecbd35a761e1ef4 Mon Sep 17 00:00:00 2001 From: mario Date: Wed, 14 Jan 2026 10:16:45 +0100 Subject: [PATCH 11/28] support php 8.5 --- .github/workflows/run-tests.yml | 6 +++++- composer.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index c56dab3..9ebdaa9 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -16,7 +16,6 @@ jobs: php: [8.5, 8.4, 8.3, 8.2] laravel: [11.*, 12.*] stability: [prefer-lowest, prefer-stable] - testbench: [10.*] exclude: - laravel: 11.* stability: prefer-lowest @@ -24,6 +23,11 @@ jobs: php: 8.5 - php: 8.2 stability: prefer-lowest + include: + - laravel: 11.* + testbench: 9.* + - laravel: 12.* + testbench: 10.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index bd1957c..53ea9a7 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "laravel/pint": "^1.0", "nunomaduro/collision": "^8.0", "nunomaduro/larastan": "^2.0 | ^3.0", - "orchestra/testbench": "^10.0", + "orchestra/testbench": "^9.0 | ^10.0", "pestphp/pest": "^3.0 | ^4.0", "pestphp/pest-plugin-arch": "^3.0 | ^4.0", "pestphp/pest-plugin-laravel": "^3.0 | ^4.0", From e35f1e19f542e703ec5ee7087f37be91f2f703ca Mon Sep 17 00:00:00 2001 From: mario Date: Wed, 14 Jan 2026 10:21:17 +0100 Subject: [PATCH 12/28] support php 8.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 53ea9a7..bb472d1 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "pestphp/pest-plugin-laravel": "^3.0 | ^4.0", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^2.0", - "phpstan/phpstan-phpunit": "^2.0", + "phpstan/phpstan-phpunit": "^1.0 | ^2.0", "rector/rector": "^0.15.19", "spatie/laravel-ray": "^1.26", "spatie/pest-plugin-snapshots": "^2.0" From e1b099eba6b6426bf0e376140a986bc1ee154e7f Mon Sep 17 00:00:00 2001 From: mario Date: Wed, 14 Jan 2026 10:22:57 +0100 Subject: [PATCH 13/28] support php 8.5 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index bb472d1..96e45bd 100644 --- a/composer.json +++ b/composer.json @@ -31,8 +31,8 @@ "pestphp/pest-plugin-laravel": "^3.0 | ^4.0", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^2.0", - "phpstan/phpstan-phpunit": "^1.0 | ^2.0", - "rector/rector": "^0.15.19", + "phpstan/phpstan-phpunit": "^2.0", + "rector/rector": "^2", "spatie/laravel-ray": "^1.26", "spatie/pest-plugin-snapshots": "^2.0" }, From 3365244e64007c445979d383947bbe928a6e498d Mon Sep 17 00:00:00 2001 From: mario Date: Wed, 14 Jan 2026 10:26:29 +0100 Subject: [PATCH 14/28] support php 8.5 --- phpunit.xml.dist | 55 ++++++++++++++++++------------------------------ 1 file changed, 21 insertions(+), 34 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 47ff917..ced6a68 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,36 +1,23 @@ - - - - tests - - - - - ./src - - - - - - - - - - + + + + tests + + + + + + + + + + + + + + + ./src + + From a8bfdc36e1f47f19dbb994571bb5b3be0e043e3f Mon Sep 17 00:00:00 2001 From: mario Date: Wed, 14 Jan 2026 15:34:45 +0100 Subject: [PATCH 15/28] support php 8.5 --- .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 9ebdaa9..6ed7e4a 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -56,4 +56,4 @@ jobs: run: composer show -D - name: Execute tests - run: vendor/bin/pest -vv --ci + run: vendor/bin/pest --no-coverage -vv --ci From 696ee68ba3a2c5dcb3f2d36883c575b6c0d6435c Mon Sep 17 00:00:00 2001 From: mario Date: Wed, 14 Jan 2026 15:37:57 +0100 Subject: [PATCH 16/28] support php 8.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 96e45bd..8d01913 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "phpstan/phpstan-deprecation-rules": "^2.0", "phpstan/phpstan-phpunit": "^2.0", "rector/rector": "^2", - "spatie/laravel-ray": "^1.26", + "spatie/laravel-ray": "^1", "spatie/pest-plugin-snapshots": "^2.0" }, "autoload": { From 07384d4a22d482a93906bd30ee9b54d24475ecb4 Mon Sep 17 00:00:00 2001 From: mario Date: Wed, 14 Jan 2026 15:42:45 +0100 Subject: [PATCH 17/28] support php 8.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8d01913..88748c3 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "require-dev": { "laravel/pint": "^1.0", "nunomaduro/collision": "^8.0", - "nunomaduro/larastan": "^2.0 | ^3.0", + "larastan/larastan": "^2.0 | ^3.0", "orchestra/testbench": "^9.0 | ^10.0", "pestphp/pest": "^3.0 | ^4.0", "pestphp/pest-plugin-arch": "^3.0 | ^4.0", From b4d1e03d7f3362b44deb868c1aa6341d376960dd Mon Sep 17 00:00:00 2001 From: mario Date: Wed, 14 Jan 2026 15:49:50 +0100 Subject: [PATCH 18/28] support php 8.5 --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 88748c3..15d96f8 100644 --- a/composer.json +++ b/composer.json @@ -24,17 +24,17 @@ "require-dev": { "laravel/pint": "^1.0", "nunomaduro/collision": "^8.0", - "larastan/larastan": "^2.0 | ^3.0", + "nunomaduro/larastan": "^2.0 | ^3.0", "orchestra/testbench": "^9.0 | ^10.0", "pestphp/pest": "^3.0 | ^4.0", "pestphp/pest-plugin-arch": "^3.0 | ^4.0", "pestphp/pest-plugin-laravel": "^3.0 | ^4.0", - "phpstan/extension-installer": "^1.1", + "phpstan/extension-installer": "^1.4", "phpstan/phpstan-deprecation-rules": "^2.0", - "phpstan/phpstan-phpunit": "^2.0", - "rector/rector": "^2", - "spatie/laravel-ray": "^1", - "spatie/pest-plugin-snapshots": "^2.0" + "phpstan/phpstan-phpunit": "^2.3", + "rector/rector": "^2.3", + "spatie/laravel-ray": "^1.4", + "spatie/pest-plugin-snapshots": "^2.2" }, "autoload": { "psr-4": { From d0d13597230a0fecac6d7079ab2d100ac39584de Mon Sep 17 00:00:00 2001 From: mario Date: Wed, 14 Jan 2026 15:51:13 +0100 Subject: [PATCH 19/28] support php 8.5 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 15d96f8..ce42860 100644 --- a/composer.json +++ b/composer.json @@ -29,12 +29,12 @@ "pestphp/pest": "^3.0 | ^4.0", "pestphp/pest-plugin-arch": "^3.0 | ^4.0", "pestphp/pest-plugin-laravel": "^3.0 | ^4.0", - "phpstan/extension-installer": "^1.4", + "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^2.0", - "phpstan/phpstan-phpunit": "^2.3", - "rector/rector": "^2.3", - "spatie/laravel-ray": "^1.4", - "spatie/pest-plugin-snapshots": "^2.2" + "phpstan/phpstan-phpunit": "^2.0", + "rector/rector": "^2", + "spatie/laravel-ray": "^1.0", + "spatie/pest-plugin-snapshots": "^2.0" }, "autoload": { "psr-4": { From 28b10260e3ae040d2c99c573e3d97fc370d63231 Mon Sep 17 00:00:00 2001 From: mario Date: Wed, 14 Jan 2026 15:56:39 +0100 Subject: [PATCH 20/28] support php 8.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ce42860..e94b8db 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "phpstan/phpstan-deprecation-rules": "^2.0", "phpstan/phpstan-phpunit": "^2.0", "rector/rector": "^2", - "spatie/laravel-ray": "^1.0", + "spatie/laravel-ray": "^1.43", "spatie/pest-plugin-snapshots": "^2.0" }, "autoload": { From 3f7e51e2adba77e2da1f22b33a8eebce3698b3d4 Mon Sep 17 00:00:00 2001 From: mario Date: Wed, 14 Jan 2026 15:58:28 +0100 Subject: [PATCH 21/28] support php 8.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e94b8db..4c5e675 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "phpstan/phpstan-deprecation-rules": "^2.0", "phpstan/phpstan-phpunit": "^2.0", "rector/rector": "^2", - "spatie/laravel-ray": "^1.43", + "spatie/laravel-ray": "^1.43.3", "spatie/pest-plugin-snapshots": "^2.0" }, "autoload": { From d57dd2fc028a4495245554014317dd73cf6cabe9 Mon Sep 17 00:00:00 2001 From: mario Date: Wed, 14 Jan 2026 16:04:00 +0100 Subject: [PATCH 22/28] support php 8.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4c5e675..10bc4ec 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "nunomaduro/larastan": "^2.0 | ^3.0", "orchestra/testbench": "^9.0 | ^10.0", "pestphp/pest": "^3.0 | ^4.0", - "pestphp/pest-plugin-arch": "^3.0 | ^4.0", + "pestphp/pest-plugin-arch": "^3.0 | ^4.1", "pestphp/pest-plugin-laravel": "^3.0 | ^4.0", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^2.0", From 015ed45ad867131c78b338aeca6d06e9b2efdc5b Mon Sep 17 00:00:00 2001 From: mario Date: Wed, 14 Jan 2026 16:06:48 +0100 Subject: [PATCH 23/28] support php 8.5 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 10bc4ec..de5a397 100644 --- a/composer.json +++ b/composer.json @@ -30,8 +30,8 @@ "pestphp/pest-plugin-arch": "^3.0 | ^4.1", "pestphp/pest-plugin-laravel": "^3.0 | ^4.0", "phpstan/extension-installer": "^1.1", - "phpstan/phpstan-deprecation-rules": "^2.0", - "phpstan/phpstan-phpunit": "^2.0", + "phpstan/phpstan-deprecation-rules": "^2.0.0", + "phpstan/phpstan-phpunit": "^2.0.0", "rector/rector": "^2", "spatie/laravel-ray": "^1.43.3", "spatie/pest-plugin-snapshots": "^2.0" From 36e67c49265db4a25ed9aa36aa572f28340f117d Mon Sep 17 00:00:00 2001 From: mario Date: Wed, 14 Jan 2026 16:12:02 +0100 Subject: [PATCH 24/28] support php 8.5 --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index de5a397..d5276f5 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": "^8.2", - "spatie/laravel-package-tools": "^1.14.0", + "spatie/laravel-package-tools": "~1.19.0", "illuminate/contracts": "^11.0|^12.0", "illuminate/support": "^11.0|^12.0" }, @@ -25,16 +25,16 @@ "laravel/pint": "^1.0", "nunomaduro/collision": "^8.0", "nunomaduro/larastan": "^2.0 | ^3.0", - "orchestra/testbench": "^9.0 | ^10.0", + "orchestra/testbench": "^9.0 | ^10.2", "pestphp/pest": "^3.0 | ^4.0", "pestphp/pest-plugin-arch": "^3.0 | ^4.1", "pestphp/pest-plugin-laravel": "^3.0 | ^4.0", - "phpstan/extension-installer": "^1.1", - "phpstan/phpstan-deprecation-rules": "^2.0.0", - "phpstan/phpstan-phpunit": "^2.0.0", + "phpstan/extension-installer": "~1.1", + "phpstan/phpstan-deprecation-rules": "~2.0.0", + "phpstan/phpstan-phpunit": "~2.0.0", "rector/rector": "^2", - "spatie/laravel-ray": "^1.43.3", - "spatie/pest-plugin-snapshots": "^2.0" + "spatie/laravel-ray": "~1.43.3", + "spatie/pest-plugin-snapshots": "~2.0" }, "autoload": { "psr-4": { From 46973a4934df86c10f73880edadb3319bf4c4038 Mon Sep 17 00:00:00 2001 From: mario Date: Wed, 14 Jan 2026 16:32:45 +0100 Subject: [PATCH 25/28] support php 8.5 --- composer.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index d5276f5..618cbb6 100644 --- a/composer.json +++ b/composer.json @@ -17,24 +17,24 @@ ], "require": { "php": "^8.2", - "spatie/laravel-package-tools": "~1.19.0", + "spatie/laravel-package-tools": "^1.19.0", "illuminate/contracts": "^11.0|^12.0", "illuminate/support": "^11.0|^12.0" }, "require-dev": { - "laravel/pint": "^1.0", - "nunomaduro/collision": "^8.0", + "laravel/pint": "^1.27", + "nunomaduro/collision": "^8.8.3", "nunomaduro/larastan": "^2.0 | ^3.0", - "orchestra/testbench": "^9.0 | ^10.2", + "orchestra/testbench": "^9.0 | ^10.0", "pestphp/pest": "^3.0 | ^4.0", - "pestphp/pest-plugin-arch": "^3.0 | ^4.1", + "pestphp/pest-plugin-arch": "^3.0 | ^4.0", "pestphp/pest-plugin-laravel": "^3.0 | ^4.0", - "phpstan/extension-installer": "~1.1", - "phpstan/phpstan-deprecation-rules": "~2.0.0", - "phpstan/phpstan-phpunit": "~2.0.0", - "rector/rector": "^2", - "spatie/laravel-ray": "~1.43.3", - "spatie/pest-plugin-snapshots": "~2.0" + "phpstan/extension-installer": "^1.4.3", + "phpstan/phpstan-deprecation-rules": "^2.0.3", + "phpstan/phpstan-phpunit": "^2.0.11", + "rector/rector": "^2.3.1", + "spatie/laravel-ray": "^1.43.3", + "spatie/pest-plugin-snapshots": "^2.2.1" }, "autoload": { "psr-4": { From 7eb63e366fec5c96ec45c9c6aafe0de53324241a Mon Sep 17 00:00:00 2001 From: mario Date: Wed, 14 Jan 2026 16:40:48 +0100 Subject: [PATCH 26/28] support php 8.5 --- .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 6ed7e4a..ac799e0 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -14,7 +14,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macos-latest] php: [8.5, 8.4, 8.3, 8.2] - laravel: [11.*, 12.*] + laravel: [11.*, 12.47.0] stability: [prefer-lowest, prefer-stable] exclude: - laravel: 11.* From 63bf2bac314ad0b46aaf66a2f8d7865377120112 Mon Sep 17 00:00:00 2001 From: mario Date: Thu, 15 Jan 2026 09:14:42 +0100 Subject: [PATCH 27/28] support php 8.5 --- .github/workflows/run-tests.yml | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index ac799e0..6ed7e4a 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -14,7 +14,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macos-latest] php: [8.5, 8.4, 8.3, 8.2] - laravel: [11.*, 12.47.0] + laravel: [11.*, 12.*] stability: [prefer-lowest, prefer-stable] exclude: - laravel: 11.* diff --git a/composer.json b/composer.json index 618cbb6..cae6a2a 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ "require": { "php": "^8.2", "spatie/laravel-package-tools": "^1.19.0", - "illuminate/contracts": "^11.0|^12.0", - "illuminate/support": "^11.0|^12.0" + "illuminate/contracts": "^11.0|^12.47", + "illuminate/support": "^11.0|^12.47" }, "require-dev": { "laravel/pint": "^1.27", From 9cb23bdec0d23cf6c45d00f6ed67b87a1e8c08bf Mon Sep 17 00:00:00 2001 From: mario Date: Thu, 15 Jan 2026 09:18:56 +0100 Subject: [PATCH 28/28] support php 8.5 --- .github/workflows/run-tests.yml | 2 ++ composer.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 6ed7e4a..63e3075 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -19,6 +19,8 @@ jobs: exclude: - laravel: 11.* stability: prefer-lowest + - laravel: 12.* + stability: prefer-lowest - laravel: 11.* php: 8.5 - php: 8.2 diff --git a/composer.json b/composer.json index cae6a2a..618cbb6 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ "require": { "php": "^8.2", "spatie/laravel-package-tools": "^1.19.0", - "illuminate/contracts": "^11.0|^12.47", - "illuminate/support": "^11.0|^12.47" + "illuminate/contracts": "^11.0|^12.0", + "illuminate/support": "^11.0|^12.0" }, "require-dev": { "laravel/pint": "^1.27",