diff --git a/phar.php b/phar.php index a5ea78e..4c7e893 100644 --- a/phar.php +++ b/phar.php @@ -58,8 +58,9 @@ function ___install_madeline() if (PHP_MAJOR_VERSION <= 5) { $release_branch = '5'.$release_branch; $release_default_branch = '5'; - } elseif (PHP_MINOR_VERSION >= 3) { - $release_branch = ''; + } elseif (PHP_MINOR_VERSION === 0) { + $release_branch = '5'.$release_branch; + $release_default_branch = '5'; } // Checking if defined branch/default branch builds can be downloaded