From 0697555dc24ff6ba41971ad3048de78b94f2cf4b Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 5 Aug 2024 10:42:52 +0100 Subject: [PATCH 1/5] chore: adjusts sponsors --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 60f34470..46c4653e 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,10 @@ We cannot thank our sponsors enough for their incredible support in funding Pest - [Akaunting](https://akaunting.com/?ref=pestphp) - [Codecourse](https://codecourse.com/?ref=pestphp) +- [DocuWriter.ai](https://www.docuwriter.ai/?ref=pestphp) - [Laracasts](https://laracasts.com/?ref=pestphp) - [Localazy](https://localazy.com/?ref=pestphp) +- [Route4Me](https://www.route4me.com/?ref=pestphp) - [Zapiet](https://www.zapiet.com/?ref=pestphp) Pest is an open-sourced software licensed under the **[MIT license](https://opensource.org/licenses/MIT)**. From 172d94c0caf12ceedee20af589fefc182490fb6b Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 20 Aug 2024 22:41:07 +0100 Subject: [PATCH 2/5] chore: bumps depedencies --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 92f319e9..cb356505 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "require": { "php": "^8.1.0", "brianium/paratest": "^7.3.1", - "nunomaduro/collision": "^7.10.0|^8.3.0", + "nunomaduro/collision": "^7.10.0|^8.4.0", "nunomaduro/termwind": "^1.15.1|^2.0.1", "pestphp/pest-plugin": "^2.1.1", "pestphp/pest-plugin-arch": "^2.7.0", From b13acb630df52c06123588d321823c31fc685545 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 20 Aug 2024 22:41:50 +0100 Subject: [PATCH 3/5] release: 2.35.1 --- src/Pest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pest.php b/src/Pest.php index f6849533..2188a22f 100644 --- a/src/Pest.php +++ b/src/Pest.php @@ -6,7 +6,7 @@ namespace Pest; function version(): string { - return '2.35.0'; + return '2.35.1'; } function testDirectory(string $file = ''): string From 39c9b15bc0918cccd79eb8caa72f5b03572d656f Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 20 Aug 2024 22:44:39 +0100 Subject: [PATCH 4/5] Update visual_snapshot_of_help_command_output.snap --- .../Visual/Version/visual_snapshot_of_help_command_output.snap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/.pest/snapshots/Visual/Version/visual_snapshot_of_help_command_output.snap b/tests/.pest/snapshots/Visual/Version/visual_snapshot_of_help_command_output.snap index 3fceca04..b1e3967c 100644 --- a/tests/.pest/snapshots/Visual/Version/visual_snapshot_of_help_command_output.snap +++ b/tests/.pest/snapshots/Visual/Version/visual_snapshot_of_help_command_output.snap @@ -1,3 +1,3 @@ - Pest Testing Framework 2.35.0. + Pest Testing Framework 2.35.1. From 823c3d4b176b112dd70b62f459ae7e9b2ff09356 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 20 Aug 2024 22:49:10 +0100 Subject: [PATCH 5/5] chore: updates snapshots --- .../Visual/Help/visual_snapshot_of_help_command_output.snap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/.pest/snapshots/Visual/Help/visual_snapshot_of_help_command_output.snap b/tests/.pest/snapshots/Visual/Help/visual_snapshot_of_help_command_output.snap index 15db551b..a8849ed1 100644 --- a/tests/.pest/snapshots/Visual/Help/visual_snapshot_of_help_command_output.snap +++ b/tests/.pest/snapshots/Visual/Help/visual_snapshot_of_help_command_output.snap @@ -1,5 +1,5 @@ - Pest Testing Framework 2.35.0. + Pest Testing Framework 2.35.1. USAGE: pest [options]