Skip to content

Commit 5ec8cb9

Browse files
dpimglaman
andauthored
Allow installers v2 so we can get rid of PHP 8.4 errors (#899)
> Implicitly marking parameter $filesystem as nullable is deprecated > Composer/Installers/Installer.php:136 Co-authored-by: Matt Glaman <[email protected]>
1 parent d0714e3 commit 5ec8cb9

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
@@ -19,7 +19,7 @@
1919
},
2020
"require-dev": {
2121
"behat/mink": "^1.10",
22-
"composer/installers": "^1.9",
22+
"composer/installers": "^1.9 || ^2",
2323
"drupal/core-recommended": "^10",
2424
"drush/drush": "^11 || ^12 || ^13",
2525
"phpstan/extension-installer": "^1.4.3",

0 commit comments

Comments
 (0)