You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Installing bamarni/composer-bin-plugin (dev-hash): Symlinking from ../..
9
9
Generating autoload files
10
-
[bamarni-bin] The setting "bamarni-bin.bin-links" will be set to "false" from 2.x onwards. If you wish to keep it to "true", you need to set it explicitly.
10
+
[bamarni-bin] The setting "extra.bamarni-bin.bin-links" will be set to "false" from 2.x onwards. If you wish to keep it to "true", you need to set it explicitly.
11
11
[bamarni-bin] The command is being forwarded.
12
12
[bamarni-bin] Checking namespace vendor-bin/ns1
13
13
Loading composer repositories with package information
$binLinksEnabledDeprecationMessage = 'The setting "bamarni-bin.bin-links" will be set to "false" from 2.x onwards. If you wish to keep it to "true", you need to set it explicitly.';
40
-
$forwardCommandDeprecationMessage = 'The setting "bamarni-bin.forward-command" will be set to "true" from 2.x onwards. If you wish to keep it to "false", you need to set it explicitly.';
39
+
$binLinksEnabledDeprecationMessage = 'The setting "extra.bamarni-bin.bin-links" will be set to "false" from 2.x onwards. If you wish to keep it to "true", you need to set it explicitly.';
40
+
$forwardCommandDeprecationMessage = 'The setting "extra.bamarni-bin.forward-command" will be set to "true" from 2.x onwards. If you wish to keep it to "false", you need to set it explicitly.';
41
41
42
42
yield'default values' => [
43
43
[],
@@ -110,7 +110,7 @@ public static function provideInvalidExtraConfig(): iterable
110
110
Config::BIN_LINKS_ENABLED => 'foo',
111
111
],
112
112
],
113
-
'Expected setting "bamarni-bin.bin-links" to be a boolean value. Got "string".',
113
+
'Expected setting "extra.bamarni-bin.bin-links" to be a boolean value. Got "string".',
114
114
];
115
115
116
116
yield'non string target directory' => [
@@ -120,8 +120,8 @@ public static function provideInvalidExtraConfig(): iterable
120
120
],
121
121
],
122
122
function_exists('get_debug_type')
123
-
? 'Expected setting "bamarni-bin.target-directory" to be a string. Got "bool".'
124
-
: 'Expected setting "bamarni-bin.target-directory" to be a string. Got "boolean".',
123
+
? 'Expected setting "extra.bamarni-bin.target-directory" to be a string. Got "bool".'
124
+
: 'Expected setting "extra.bamarni-bin.target-directory" to be a string. Got "boolean".',
0 commit comments