Skip to content

Commit 4a987d3

Browse files
committed
release: 3.7.4
1 parent 4079a08 commit 4a987d3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": "^8.2.0",
2121
"brianium/paratest": "^7.7.0",
22-
"nunomaduro/collision": "^8.6.0",
22+
"nunomaduro/collision": "^8.6.1",
2323
"nunomaduro/termwind": "^2.3.0",
2424
"pestphp/pest-plugin": "^3.0.0",
2525
"pestphp/pest-plugin-arch": "^3.0.0",

src/Pest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
function version(): string
88
{
9-
return '3.7.3';
9+
return '3.7.4';
1010
}
1111

1212
function testDirectory(string $file = ''): string

tests/.pest/snapshots/Visual/Help/visual_snapshot_of_help_command_output.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Pest Testing Framework 3.7.3.
2+
Pest Testing Framework 3.7.4.
33

44
USAGE: pest <file> [options]
55

Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
Pest Testing Framework 3.7.3.
2+
Pest Testing Framework 3.7.4.
33

0 commit comments

Comments
 (0)