Skip to content

Commit 4370ce7

Browse files
committed
build:Bump versions of some package to latest installed versions. Fix sorting
Signed-off-by: Sacha Telgenhof <me@sachatelgenhof.com>
1 parent 378a7e1 commit 4370ce7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"infection/infection": "^0.26",
4444
"mockery/mockery": "^1.6",
4545
"phpstan/phpstan": "^1.10",
46-
"phpunit/phpunit": "^10.0",
47-
"vimeo/psalm": "^5.18"
46+
"phpunit/phpunit": "^10.5",
47+
"vimeo/psalm": "^5.22"
4848
},
4949
"minimum-stability": "dev",
5050
"prefer-stable": true,
@@ -60,8 +60,8 @@
6060
},
6161
"config": {
6262
"allow-plugins": {
63-
"infection/extension-installer": true,
64-
"composer/package-versions-deprecated": true
63+
"composer/package-versions-deprecated": true,
64+
"infection/extension-installer": true
6565
},
6666
"sort-packages": true
6767
},

0 commit comments

Comments
 (0)