Corrected minimum and maximum version attributes for default extension versions
This commit is contained in:
parent
d5ae07eee1
commit
778a4fa2e6
1 changed files with 2 additions and 2 deletions
|
@ -164,8 +164,8 @@
|
|||
switch($Compiler->Extension)
|
||||
{
|
||||
case CompilerExtensions::PHP:
|
||||
$Compiler->MinimumVersion = CompilerExtensionDefaultVersions::PHP[1];
|
||||
$Compiler->MaximumVersion = CompilerExtensionDefaultVersions::PHP[0];
|
||||
$Compiler->MinimumVersion = CompilerExtensionDefaultVersions::PHP[0];
|
||||
$Compiler->MaximumVersion = CompilerExtensionDefaultVersions::PHP[1];
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Add table
Reference in a new issue