Skip to content

Commit

Permalink
Raise ezyang/htmlpurifier to 4.17
Browse files Browse the repository at this point in the history
  • Loading branch information
mueller-sebastian committed Jul 4, 2024
1 parent 5e5fd83 commit e2c1219
Show file tree
Hide file tree
Showing 59 changed files with 1,055 additions and 688 deletions.
2 changes: 1 addition & 1 deletion Resources/Private/Php/Libraries/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"prepend-autoloader": false
},
"require": {
"ezyang/htmlpurifier": "^4.13"
"ezyang/htmlpurifier": "^4.17"
}
}
31 changes: 19 additions & 12 deletions Resources/Private/Php/Libraries/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions Resources/Private/Php/Libraries/vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

// autoload.php @generated by Composer

if (PHP_VERSION_ID < 50600) {
if (!headers_sent()) {
header('HTTP/1.1 500 Internal Server Error');
}
$err = 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
if (!ini_get('display_errors')) {
if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
fwrite(STDERR, $err);
} elseif (!headers_sent()) {
echo $err;
}
}
trigger_error(
$err,
E_USER_ERROR
);
}

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInit800730d4b04101d2d87884a83e898900::getLoader();
Loading

0 comments on commit e2c1219

Please sign in to comment.