Merge branch 'pestphp:2.x' into allow-pattern-in-uses

This commit is contained in:
Mohammad Zahed
2023-06-08 14:50:51 +03:00
committed by GitHub
5 changed files with 10 additions and 5 deletions

View File

@ -2,6 +2,11 @@
## Unreleased
## [v2.6.3 (2023-06-07)](https://github.com/pestphp/pest/compare/v2.6.2...v2.6.3)
### Chore
- Bumps PHPUnit to `^10.2.1` ([73a859e](https://github.com/pestphp/pest/commit/73a859ee563fe96944ba39b191dceca28ef703c2))
## [v2.6.2 (2023-06-02)](https://github.com/pestphp/pest/compare/v2.6.1...v2.6.2)
### Chore

View File

@ -23,11 +23,11 @@
"nunomaduro/termwind": "^1.15.1",
"pestphp/pest-plugin": "^2.0.1",
"pestphp/pest-plugin-arch": "^2.2.0",
"phpunit/phpunit": "^10.2.0"
"phpunit/phpunit": "^10.2.1"
},
"conflict": {
"webmozart/assert": "<1.11.0",
"phpunit/phpunit": ">10.2.0"
"phpunit/phpunit": ">10.2.1"
},
"autoload": {
"psr-4": {

View File

@ -6,7 +6,7 @@ namespace Pest;
function version(): string
{
return '2.6.2';
return '2.6.3';
}
function testDirectory(string $file = ''): string

View File

@ -1,5 +1,5 @@
Pest Testing Framework 2.6.2.
Pest Testing Framework 2.6.3.
USAGE: pest <file> [options]

View File

@ -1,3 +1,3 @@
Pest Testing Framework 2.6.2.
Pest Testing Framework 2.6.3.