fix(composer.json): define that this plugin should be loaded first

This commit is contained in:
Jérémy Dufraisse 2023-03-16 22:32:24 +01:00
parent 0de838a4df
commit 20923c4eac

View File

@ -32,7 +32,8 @@
} }
}, },
"extra": { "extra": {
"class": "Seacms\\ComposerInstaller\\Plugin" "class": "Seacms\\ComposerInstaller\\Plugin",
"plugin-modifies-downloads": true
}, },
"config": { "config": {
"allow-plugins": { "allow-plugins": {