Skip to content

Commit

Permalink
Allow all plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Jul 14, 2022
1 parent 0164b85 commit e5a345d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 15 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,7 @@
},
"config": {
"process-timeout": 0,
"allow-plugins": {
"bamarni/composer-bin-plugin": true,
"composer/installers": true
}
"allow-plugins": true
},
"bin": ["bin/phabel"]
}
10 changes: 2 additions & 8 deletions tests/Target/ComposerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@ public static function setUpBeforeClass(): void
"name" => 'phabel/test1',
"minimum-stability" => "dev",
'config' => [
'allow-plugins' => [
'phabel/phabel' => true,
'composer/installers' => true,
]
'allow-plugins' => true
],
'require' => [
"php-64bit" => ">=8.0",
Expand All @@ -77,10 +74,7 @@ public static function setUpBeforeClass(): void
"name" => 'phabel/test2',
"minimum-stability" => "dev",
'config' => [
'allow-plugins' => [
'phabel/phabel' => true,
'composer/installers' => true,
]
'allow-plugins' => true
],
'require' => [
'php' => '>=5.6'
Expand Down
4 changes: 1 addition & 3 deletions vendor-bin/check/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
"phpunit/php-code-coverage": "*"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
"allow-plugins": true
}
}

0 comments on commit e5a345d

Please sign in to comment.