Skip to content

Commit fe41852

Browse files
committed
chore: update PHPUnit version
1 parent ed05b22 commit fe41852

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

admin/framework/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"kint-php/kint": "^5.0.4",
2424
"mikey179/vfsstream": "^1.6",
2525
"nexusphp/cs-config": "^3.6",
26-
"phpunit/phpunit": "^10.5.11",
26+
"phpunit/phpunit": "^10.5.16",
2727
"predis/predis": "^1.1 || ^2.0"
2828
},
2929
"suggest": {

admin/starter/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require-dev": {
1717
"fakerphp/faker": "^1.9",
1818
"mikey179/vfsstream": "^1.6",
19-
"phpunit/phpunit": "^10.5.11"
19+
"phpunit/phpunit": "^10.5.16"
2020
},
2121
"autoload": {
2222
"psr-4": {

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"phpstan/phpstan": "^1.10.2",
3131
"phpstan/phpstan-strict-rules": "^1.5",
3232
"phpunit/phpcov": "^9.0.2",
33-
"phpunit/phpunit": "^10.5.11",
33+
"phpunit/phpunit": "^10.5.16",
3434
"predis/predis": "^1.1 || ^2.0",
3535
"rector/rector": "1.0.4",
3636
"vimeo/psalm": "^5.0"

0 commit comments

Comments
 (0)