Skip to content

Commit

Permalink
NTR: change sw version release (#697)
Browse files Browse the repository at this point in the history
Co-authored-by: Vitalij Mik <[email protected]>
  • Loading branch information
BlackScorp and Vitalij Mik authored Jan 24, 2024
1 parent 2cee88b commit aab2afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions switch-composer.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
$composerContent = file_get_contents(__DIR__ . '/composer.json');
$composerContent = json_decode($composerContent, true);

// >= 6.4.0.0 < 6.5.8.0
const SW_VERSIONS_RELEASE = '6.4 - 6.5.8';
// >= 6.4.0.0
const SW_VERSIONS_RELEASE = '>=6.4.0';
const SW_VERSIONS_DEV = '*';


Expand Down

0 comments on commit aab2afc

Please sign in to comment.