Skip to content

Commit

Permalink
Contao 5.2 stable released
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Aug 15, 2023
1 parent 337a4f7 commit 4b28eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/TaskOperation/Composer/CreateProjectOperation.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,6 @@ private function generateComposerJson(string $version, bool $coreOnly = false):

private function isDevVersion(string $version): bool
{
return '5.2' === $version;
return false;
}
}

0 comments on commit 4b28eca

Please sign in to comment.