Skip to content

Commit

Permalink
NTR: change min sw release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Jan 18, 2024
1 parent 01f09cf commit 3636434
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.1.0 < 6.5.8.0
const SW_VERSIONS_RELEASE = '6.4.1 - 6.5.8';
// >= 6.4.0.0 < 6.5.8.0
const SW_VERSIONS_RELEASE = '6.4 - 6.5.8';
const SW_VERSIONS_DEV = '*';


Expand Down

0 comments on commit 3636434

Please sign in to comment.