From 2d4aa4c29375c89b945e2f7cab38d4a0c2b248e5 Mon Sep 17 00:00:00 2001 From: Todd Mannherz Date: Thu, 10 Apr 2025 15:31:02 -0400 Subject: [PATCH 1/3] ENG-1976: L12 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c4680b7..ed96cbd 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "php": "^8.0", "ext-mbstring": "*", "cakephp/chronos": ">=2.0.0", - "illuminate/support": "^8.83.4|^9.3.1|^10.0|^11.0", + "illuminate/support": "^8.83.4|^9.3.1|^10|^11|^12", "laravel/nova": "^4.0|^5.0", "phpunit/phpunit": "^9.0|^10.0|^11.0" }, From e309b1d7ffc59ea929f3c455c1b3e953e2dd1dc4 Mon Sep 17 00:00:00 2001 From: Todd Mannherz Date: Thu, 10 Apr 2025 16:14:19 -0400 Subject: [PATCH 2/3] Update README.md to support L12 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb1635a..523c30e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ composer require --dev jamesfreeman/novaunit ### Requirements * PHP 8.0 or higher -* [Laravel](https://laravel.com/) 6.x - 11.x +* [Laravel](https://laravel.com/) 6.x - 12.x * [Laravel Nova](https://nova.laravel.com/) 4.x - 5.x * [PHPUnit](https://github.com/sebastianbergmann/phpunit) 8.5.x - 11.x From 4bf1a86e1f096c2e83bac943ca5608153f8ae6b7 Mon Sep 17 00:00:00 2001 From: Todd Mannherz Date: Tue, 22 Jul 2025 15:29:41 -0400 Subject: [PATCH 3/3] PHPUnit 12 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ed96cbd..da80a03 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "cakephp/chronos": ">=2.0.0", "illuminate/support": "^8.83.4|^9.3.1|^10|^11|^12", "laravel/nova": "^4.0|^5.0", - "phpunit/phpunit": "^9.0|^10.0|^11.0" + "phpunit/phpunit": "^9|^10|^11|^12" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0",