Skip to content

Commit d0ff2c8

Browse files
committed
release: 2.35.0
1 parent 5e41e54 commit d0ff2c8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": "^8.1.0",
2121
"brianium/paratest": "^7.3.1",
22-
"nunomaduro/collision": "^7.10.0|^8.1.1",
22+
"nunomaduro/collision": "^7.10.0|^8.3.0",
2323
"nunomaduro/termwind": "^1.15.1|^2.0.1",
2424
"pestphp/pest-plugin": "^2.1.1",
2525
"pestphp/pest-plugin-arch": "^2.7.0",
@@ -52,8 +52,8 @@
5252
},
5353
"require-dev": {
5454
"pestphp/pest-dev-tools": "^2.16.0",
55-
"pestphp/pest-plugin-type-coverage": "^2.8.4",
56-
"symfony/process": "^6.4.0|^7.1.1"
55+
"pestphp/pest-plugin-type-coverage": "^2.8.5",
56+
"symfony/process": "^6.4.0|^7.1.3"
5757
},
5858
"minimum-stability": "dev",
5959
"prefer-stable": true,

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 '2.34.9';
9+
return '2.35.0';
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 2.34.8.
2+
Pest Testing Framework 2.35.0.
33

44
USAGE: pest <file> [options]
55

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

2-
Pest Testing Framework 2.34.8.
2+
Pest Testing Framework 2.35.0.
33

0 commit comments

Comments
 (0)