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 952f45d commit 59801feCopy full SHA for 59801fe
src/Flex.php
@@ -295,7 +295,7 @@ public function configureProject(Event $event)
295
// new projects are most of the time proprietary
296
$manipulator->addMainKey('license', 'proprietary');
297
298
- // replace unbounded contraints for symfony/* packages by extra.symfony.require
+ // replace unbounded constraints for symfony/* packages by extra.symfony.require
299
$config = json_decode($contents, true);
300
if ($symfonyVersion = $config['extra']['symfony']['require'] ?? null) {
301
$versions = $this->downloader->getVersions();
0 commit comments