Skip to content

Commit

Permalink
NTR: Fix release version for production composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Jan 18, 2024
1 parent 4c75daf commit 2f55eb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion switch-composer.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
$composerContent = file_get_contents(__DIR__ . '/composer.json');
$composerContent = json_decode($composerContent, true);

const SW_VERSIONS_RELEASE = '>=6.4.0';
// >= 6.4.1.0 < 6.5.8.0
const SW_VERSIONS_RELEASE = '6.4.1 - 6.5.8';
const SW_VERSIONS_DEV = '*';


Expand Down

0 comments on commit 2f55eb0

Please sign in to comment.