Skip to content

Commit

Permalink
Merge branch 'master' into users/vm/NTR-test-new-sw-version
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackScorp authored Jan 24, 2024
2 parents a4cb19e + aab2afc commit 2389e21
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions switch-composer.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
$composerContent = file_get_contents(__DIR__ . '/composer.json');
$composerContent = json_decode($composerContent, true);

// >= 6.4.0.0 < 6.5.9.0
const SW_VERSIONS_RELEASE = '6.4 - 6.5.9';

// >= 6.4.0.0
const SW_VERSIONS_RELEASE = '>=6.4.0';
const SW_VERSIONS_DEV = '*';


Expand Down

0 comments on commit 2389e21

Please sign in to comment.