Compare commits

...

3 Commits

Author SHA1 Message Date
3c20e8114e release: v2.6.3 2023-06-07 21:19:04 +02:00
73a859ee56 chore: bumps phpunit dependency 2023-06-07 21:17:10 +02:00
4196579a3d chore: bumps arch plugin 2023-06-03 00:17:20 +01:00
5 changed files with 12 additions and 7 deletions

View File

@ -2,6 +2,11 @@
## Unreleased ## 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) ## [v2.6.2 (2023-06-02)](https://github.com/pestphp/pest/compare/v2.6.1...v2.6.2)
### Chore ### Chore

View File

@ -22,12 +22,12 @@
"nunomaduro/collision": "^7.5.2", "nunomaduro/collision": "^7.5.2",
"nunomaduro/termwind": "^1.15.1", "nunomaduro/termwind": "^1.15.1",
"pestphp/pest-plugin": "^2.0.1", "pestphp/pest-plugin": "^2.0.1",
"pestphp/pest-plugin-arch": "^2.1.2", "pestphp/pest-plugin-arch": "^2.2.0",
"phpunit/phpunit": "^10.2.0" "phpunit/phpunit": "^10.2.1"
}, },
"conflict": { "conflict": {
"webmozart/assert": "<1.11.0", "webmozart/assert": "<1.11.0",
"phpunit/phpunit": ">10.2.0" "phpunit/phpunit": ">10.2.1"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -49,7 +49,7 @@
] ]
}, },
"require-dev": { "require-dev": {
"pestphp/pest-dev-tools": "^2.9.0", "pestphp/pest-dev-tools": "^2.10.0",
"symfony/process": "^6.3.0" "symfony/process": "^6.3.0"
}, },
"minimum-stability": "stable", "minimum-stability": "stable",

View File

@ -6,7 +6,7 @@ namespace Pest;
function version(): string function version(): string
{ {
return '2.6.2'; return '2.6.3';
} }
function testDirectory(string $file = ''): string 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] USAGE: pest <file> [options]

View File

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