.noencode korrigiert und php-Version in der Precheck.php auf 7.0 - 7.2 eingeschränkt

This commit is contained in:
RayEhrhardt 2018-10-26 13:10:13 +02:00
parent 80211cdd70
commit a6686842e5
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
copyAsIsFiles = modules
copyAsIsFiles=modules

View File

@ -68,8 +68,8 @@ class requConfig
'hasFromToPhpVersion' => array(
'blExec' => 1,
'aParams' => array(
'from' => '5.3.0',
'to' => '5.6.200',
'from' => '7.0.0',
'to' => '7.2.200',
)
),