Skip to content

Commit 2ce5b74

Browse files
Unset warning from versions.json
1 parent 65208a0 commit 2ce5b74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GenerateFlexEndpointCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
4242

4343
if (!$contrib) {
4444
$versions = HttpClient::create()->request('GET', 'https://flex.symfony.com/versions.json')->toArray();
45+
unset($versions['warning']);
4546

4647
foreach ($versions['splits'] as $package => $v) {
4748
if (0 === strpos($package, 'symfony/') && '-pack' !== substr($package, -5)) {

0 commit comments

Comments
 (0)