Skip to content

Commit bc0dc76

Browse files
committed
Allow well-known plugins for composer 2.2 compat
1 parent 977fdfc commit bc0dc76

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,10 @@
4141
"phpunit/phpunit": "@stable",
4242
"friendsofphp/php-cs-fixer": "@stable"
4343
},
44-
"license": "MIT"
44+
"license": "MIT",
45+
"config": {
46+
"allow-plugins": {
47+
"composer/package-versions-deprecated": true
48+
}
49+
}
4550
}

0 commit comments

Comments
 (0)