Skip to content

Commit 5c416ec

Browse files
committed
Fix --prefer-lowest CI checks
1 parent 2c91c34 commit 5c416ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@
3131
},
3232
"require-dev": {
3333
"ergebnis/composer-normalize": "^2.45",
34-
"phan/phan": "^5.4.2",
34+
"phan/phan": "^5.4.5",
3535
"phpstan/phpstan": "^1.12",
3636
"phpstan/phpstan-strict-rules": "^1.6",
3737
"phpunit/phpunit": "^8.5.36 || ^9.6.15",
3838
"psalm/plugin-phpunit": "^0.19",
39+
"sabre/event": "^5.1.6",
40+
"symfony/filesystem": ">= 5.4.45",
3941
"vimeo/psalm": "^6.0.0"
4042
},
4143
"config": {

0 commit comments

Comments
 (0)