Skip to content

Commit 1d40107

Browse files
committed
update phpunit to fix deprecation schema on lowest packages
1 parent d0e3b87 commit 1d40107

File tree

4 files changed

+719
-4
lines changed

4 files changed

+719
-4
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
.php-cs-fixer.cache
77
.phpunit.result.cache
88
coverage.xml
9-
.result
10-
flake.lock
9+
.result

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"symfony/property-access": "^6.2|^7.0"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^10.0",
30+
"phpunit/phpunit": "^10.5",
3131
"symfony/framework-bundle": "^6.2|^7.0",
3232
"friendsofphp/php-cs-fixer": "^3.5",
3333
"phpstan/phpstan": "^1.9"

0 commit comments

Comments
 (0)