Composer update

This commit is contained in:
Clemens Schwaighofer
2025-05-15 15:35:13 +09:00
parent 3fb7169531
commit e90387c1fc
45 changed files with 1769 additions and 368 deletions

View File

@@ -28,8 +28,6 @@ $log = new CoreLibs\Logging\Logging([
$_phpv = new CoreLibs\Check\PhpVersion();
$phpv_class = 'CoreLibs\Check\PhpVersion';
// define a list of from to color sets for conversion test
$PAGE_NAME = 'TEST CLASS: PHP VERSION';
print "<!DOCTYPE html>";
print "<html><head><title>" . $PAGE_NAME . "</title></head>";