Skip to content

Commit

Permalink
release: v2.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Dec 27, 2023
1 parent 7799500 commit e00aba5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"nunomaduro/termwind": "^1.15.1|^2.0.0",
"pestphp/pest-plugin": "^2.1.1",
"pestphp/pest-plugin-arch": "^2.5.0",
"phpunit/phpunit": "^10.5.3"
"phpunit/phpunit": "^10.5.5"
},
"conflict": {
"phpunit/phpunit": ">10.5.3",
"phpunit/phpunit": ">10.5.5",
"sebastian/exporter": "<5.1.0",
"webmozart/assert": "<1.11.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Pest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

function version(): string
{
return '2.29.0';
return '2.29.1';
}

function testDirectory(string $file = ''): string
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Pest Testing Framework 2.29.0.
Pest Testing Framework 2.29.1.

USAGE: pest <file> [options]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

Pest Testing Framework 2.29.0.
Pest Testing Framework 2.29.1.

0 comments on commit e00aba5

Please sign in to comment.