chore: bumps phpunit dependency

This commit is contained in:
Nuno Maduro
2023-06-02 22:40:46 +01:00
parent b25bc7ee05
commit a0041f139c
2 changed files with 5 additions and 5 deletions

View File

@ -23,11 +23,11 @@
"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.1.2",
"phpunit/phpunit": "^10.1.3" "phpunit/phpunit": "^10.2.0"
}, },
"conflict": { "conflict": {
"webmozart/assert": "<1.11.0", "webmozart/assert": "<1.11.0",
"phpunit/phpunit": ">10.1.3" "phpunit/phpunit": ">10.2.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -50,7 +50,7 @@
}, },
"require-dev": { "require-dev": {
"pestphp/pest-dev-tools": "^2.9.0", "pestphp/pest-dev-tools": "^2.9.0",
"symfony/process": "^6.2.10" "symfony/process": "^6.3.0"
}, },
"minimum-stability": "stable", "minimum-stability": "stable",
"config": { "config": {

View File

@ -170,7 +170,7 @@
DEPR Tests\Features\Deprecated DEPR Tests\Features\Deprecated
! deprecated → str_contains(): Passing null to parameter #1 ($haystack) of type string is deprecated // tests/Features/Deprecated.php:6 ! deprecated → str_contains(): Passing null to parameter #1 ($haystack) of type string is deprecated // tests/Features/Deprecated.php:6
user deprecated ! user deprecated → Since foo 1.0: This is a deprecation description // vendor/symfony/deprecation-contracts/function.php:25
PASS Tests\Features\Exceptions PASS Tests\Features\Exceptions
✓ it gives access the the underlying expectException ✓ it gives access the the underlying expectException
@ -1035,4 +1035,4 @@
PASS Tests\Visual\Version PASS Tests\Visual\Version
✓ visual snapshot of help command output ✓ visual snapshot of help command output
Tests: 1 deprecated, 3 warnings, 4 incomplete, 1 notice, 8 todos, 17 skipped, 716 passed (1729 assertions) Tests: 2 deprecated, 3 warnings, 4 incomplete, 1 notice, 8 todos, 17 skipped, 715 passed (1729 assertions)