Skip to content

Commit fc989b1

Browse files
committed
chore: update PHPUnit to 10
1 parent 77cbf2c commit fc989b1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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": "^9.1",
26+
"phpunit/phpunit": "^10.5.11",
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": "^9.1"
19+
"phpunit/phpunit": "^10.5.11"
2020
},
2121
"autoload": {
2222
"psr-4": {

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"phpstan/extension-installer": "^1.3",
3030
"phpstan/phpstan": "^1.10.2",
3131
"phpstan/phpstan-strict-rules": "^1.5",
32-
"phpunit/phpcov": "^8.2",
33-
"phpunit/phpunit": "^9.1",
32+
"phpunit/phpcov": "^9.0.2",
33+
"phpunit/phpunit": "^10.5.11",
3434
"predis/predis": "^1.1 || ^2.0",
3535
"rector/rector": "1.0.4",
3636
"vimeo/psalm": "^5.0"

0 commit comments

Comments
 (0)