Skip to content
Snippets Groups Projects
Commit 2f61f79d authored by Sascha Grossenbacher's avatar Sascha Grossenbacher Committed by Ivica Puljic
Browse files

Issue #3420637 by Berdir: PHP 8.3 deprecations

parent a664552a
No related branches found
No related tags found
No related merge requests found
......@@ -856,8 +856,8 @@ function _bs_base_reconfigure_theme_files(array $options) {
$options['parent_machine_name'] => $options['child_machine_name'],
],
'package.json' => [
"\"name\":\s*\"${options['parent_machine_name']}\"" => "\"name\": \"${options['child_machine_name']}\"",
"\"description\":\s*\".*\"" => "\"description\": \"${options['child_description']}\"",
"\"name\":\s*\"{$options['parent_machine_name']}\"" => "\"name\": \"{$options['child_machine_name']}\"",
"\"description\":\s*\".*\"" => "\"description\": \"{$options['child_description']}\"",
],
];
foreach ($regexp_files as $file => $regexps) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment