Skip to content

Commit 41fd831

Browse files
committed
release: 4.1.4
1 parent 1a39826 commit 41fd831

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@
1818
],
1919
"require": {
2020
"php": "^8.3.0",
21-
"brianium/paratest": "^7.14.0",
22-
"nunomaduro/collision": "^8.8.2",
23-
"nunomaduro/termwind": "^2.3.1",
21+
"brianium/paratest": "^7.14.2",
22+
"nunomaduro/collision": "^8.8.3",
23+
"nunomaduro/termwind": "^2.3.3",
2424
"pestphp/pest-plugin": "^4.0.0",
2525
"pestphp/pest-plugin-arch": "^4.0.0",
2626
"pestphp/pest-plugin-mutate": "^4.0.1",
27-
"pestphp/pest-plugin-profanity": "^4.1.0",
28-
"phpunit/phpunit": "^12.4.1",
27+
"pestphp/pest-plugin-profanity": "^4.2.0",
28+
"phpunit/phpunit": "^12.4.4",
2929
"symfony/process": "^7.3.4"
3030
},
3131
"conflict": {
3232
"filp/whoops": "<2.18.3",
33-
"phpunit/phpunit": ">12.4.1",
33+
"phpunit/phpunit": ">12.4.4",
3434
"sebastian/exporter": "<7.0.0",
3535
"webmozart/assert": "<1.11.0"
3636
},
@@ -57,8 +57,8 @@
5757
"require-dev": {
5858
"pestphp/pest-dev-tools": "^4.0.0",
5959
"pestphp/pest-plugin-browser": "^4.1.1",
60-
"pestphp/pest-plugin-type-coverage": "^4.0.2",
61-
"psy/psysh": "^0.12.12"
60+
"pestphp/pest-plugin-type-coverage": "^4.0.3",
61+
"psy/psysh": "^0.12.14"
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.3';
9+
return '4.1.4';
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.3.
2+
Pest Testing Framework 4.1.4.
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.3.
2+
Pest Testing Framework 4.1.4.
33

0 commit comments

Comments
 (0)