Declare allowed composer plugins
This commit is contained in:
parent
e9efc6ef71
commit
ffeda5ea90
2 changed files with 8 additions and 3 deletions
|
@ -83,6 +83,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
|
"allow-plugins": {
|
||||||
|
"composer/installers": true,
|
||||||
|
"cweagans/composer-patches": true,
|
||||||
|
"ergebnis/composer-normalize": true,
|
||||||
|
"insite/composer-dangling-locked-deps": true,
|
||||||
|
"oomphinc/composer-installers-extender": true,
|
||||||
|
"phpro/grumphp": true
|
||||||
|
},
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": "7.3.11"
|
"php": "7.3.11"
|
||||||
},
|
},
|
||||||
|
|
3
composer.lock
generated
3
composer.lock
generated
|
@ -5954,9 +5954,6 @@
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.1 || ^8.0"
|
"php": "^7.1 || ^8.0"
|
||||||
},
|
},
|
||||||
"replace": {
|
|
||||||
"myclabs/deep-copy": "self.version"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/collections": "^1.0",
|
"doctrine/collections": "^1.0",
|
||||||
"doctrine/common": "^2.6",
|
"doctrine/common": "^2.6",
|
||||||
|
|
Loading…
Reference in a new issue