Skip to content

Commit

Permalink
build:Bump versions of some package to latest installed versions. Fix…
Browse files Browse the repository at this point in the history
… sorting

Signed-off-by: Sacha Telgenhof <[email protected]>
  • Loading branch information
stelgenhof committed Feb 29, 2024
1 parent 378a7e1 commit 4370ce7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"infection/infection": "^0.26",
"mockery/mockery": "^1.6",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.0",
"vimeo/psalm": "^5.18"
"phpunit/phpunit": "^10.5",
"vimeo/psalm": "^5.22"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand All @@ -60,8 +60,8 @@
},
"config": {
"allow-plugins": {
"infection/extension-installer": true,
"composer/package-versions-deprecated": true
"composer/package-versions-deprecated": true,
"infection/extension-installer": true
},
"sort-packages": true
},
Expand Down

0 comments on commit 4370ce7

Please sign in to comment.