Skip to content

Commit ae419af

Browse files
committed
chore: support for symfony 8.0.0 components
1 parent 27aa305 commit ae419af

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"pestphp/pest-plugin-mutate": "^4.0.1",
2727
"pestphp/pest-plugin-profanity": "^4.2.0",
2828
"phpunit/phpunit": "^12.4.4",
29-
"symfony/process": "^7.3.4"
29+
"symfony/process": "^7.4.0|^8.0.0"
3030
},
3131
"conflict": {
3232
"filp/whoops": "<2.18.3",
@@ -58,7 +58,7 @@
5858
"pestphp/pest-dev-tools": "^4.0.0",
5959
"pestphp/pest-plugin-browser": "^4.1.1",
6060
"pestphp/pest-plugin-type-coverage": "^4.0.3",
61-
"psy/psysh": "^0.12.14"
61+
"psy/psysh": "^0.12.15"
6262
},
6363
"minimum-stability": "dev",
6464
"prefer-stable": true,

src/Pest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Pest Testing Framework 4.1.5.
2+
Pest Testing Framework 4.1.6.
33

44
USAGE: pest <file> [options]
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
Pest Testing Framework 4.1.5.
2+
Pest Testing Framework 4.1.6.
33

0 commit comments

Comments
 (0)