We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65208a0 commit 2ce5b74Copy full SHA for 2ce5b74
src/GenerateFlexEndpointCommand.php
@@ -42,6 +42,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
42
43
if (!$contrib) {
44
$versions = HttpClient::create()->request('GET', 'https://flex.symfony.com/versions.json')->toArray();
45
+ unset($versions['warning']);
46
47
foreach ($versions['splits'] as $package => $v) {
48
if (0 === strpos($package, 'symfony/') && '-pack' !== substr($package, -5)) {
0 commit comments