diff --git a/build/scripts/phar-manifest.php b/build/scripts/phar-manifest.php index e1f4fb69b36..1d37f263fd4 100755 --- a/build/scripts/phar-manifest.php +++ b/build/scripts/phar-manifest.php @@ -114,7 +114,6 @@ function package(): array 'name' => $name, 'description' => $data['description'], 'license' => [$data['license']], - 'branch' => $data['extra']['branch-alias']['dev-master'] ]; }