Skip to content

Commit ad24bc3

Browse files
authored
Add allowed plugins (#40246)
1 parent 8d745f1 commit ad24bc3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,10 @@
155155
"wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
156156
},
157157
"config": {
158-
"sort-packages": true
158+
"sort-packages": true,
159+
"allow-plugins": {
160+
"composer/package-versions-deprecated": true
161+
}
159162
},
160163
"minimum-stability": "dev",
161164
"prefer-stable": true

0 commit comments

Comments
 (0)