Skip to content

Commit b13714e

Browse files
committed
minor #590 Typo in code comment (OskarStark)
This PR was merged into the 1.5-dev branch. Discussion ---------- Typo in code comment Commits ------- 59801fe Typo in code comment
2 parents 952f45d + 59801fe commit b13714e

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)