Skip to content

Commit 5e3552e

Browse files
authored
Fix require-checker to specific version
It's the only version that supports PHP 8.2-8.5
1 parent 349a8d9 commit 5e3552e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"ext-curl": "*",
2626

2727
"icanhazstring/composer-unused": "^0.9",
28-
"maglnet/composer-require-checker": "^4",
28+
"maglnet/composer-require-checker": "^4.18.0",
2929
"phpstan/extension-installer": "^1.4",
3030
"phpstan/phpstan": "^2.1",
3131
"phpstan/phpstan-mockery": "^2.0",

0 commit comments

Comments
 (0)