Skip to content

Commit

Permalink
Update SymlinkDumper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bsaqqa committed Oct 11, 2023
1 parent 3c4f741 commit 8c31186
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Package/SymlinkDumper.php
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,9 @@ public function dump(array $packageIds, bool $force = false, bool $verbose = fal
$this->rootFile['providers-api'] = str_replace('VND/PKG', '%package%', $this->router->generate('view_providers', ['name' => 'VND/PKG', '_format' => 'json'], UrlGeneratorInterface::ABSOLUTE_URL));
$this->rootFile['warning'] = 'Support for Composer 1 is deprecated and some packages will not be available. You should upgrade to Composer 2. See https://blog.packagist.com/deprecating-composer-1-support/';
$this->rootFile['warning-versions'] = '<1.99';
$this->rootFile['info'] = json_decode('"\u001b[37;44m#StandWith\u001b[30;43mUkraine\u001b[0m"');

$this->rootFile['info'] = json_decode('"\u001b[37;44m#StandWith\u001b[30;43mUkraine\u001b[0m, ' .
'\u001b[32m#Gaza\u001b[30mUnder\u001b[31mAttack\u001b[0m"');

if ($verbose) {
echo 'Dumping individual listings'.PHP_EOL;
Expand Down

0 comments on commit 8c31186

Please sign in to comment.