Skip to content

Commit

Permalink
minor symfony#590 Typo in code comment (OskarStark)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.5-dev branch.

Discussion
----------

Typo in code comment

Commits
-------

59801fe Typo in code comment
fabpot committed Dec 19, 2019
2 parents 952f45d + 59801fe commit b13714e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Flex.php
Original file line number Diff line number Diff line change
@@ -295,7 +295,7 @@ public function configureProject(Event $event)
// new projects are most of the time proprietary
$manipulator->addMainKey('license', 'proprietary');

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

0 comments on commit b13714e

Please sign in to comment.