Skip to content

Commit 59801fe

Browse files
authored
Typo in code comment
1 parent 952f45d commit 59801fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Flex.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ public function configureProject(Event $event)
295295
// new projects are most of the time proprietary
296296
$manipulator->addMainKey('license', 'proprietary');
297297

298-
// replace unbounded contraints for symfony/* packages by extra.symfony.require
298+
// replace unbounded constraints for symfony/* packages by extra.symfony.require
299299
$config = json_decode($contents, true);
300300
if ($symfonyVersion = $config['extra']['symfony']['require'] ?? null) {
301301
$versions = $this->downloader->getVersions();

0 commit comments

Comments
 (0)