Skip to content

Commit 2b9d5ea

Browse files
Merge pull request #1 from sabbelasichon/task/add-non-composer-installation
[TASK] Add ezyang/htmlpurifier library also directly, to provide non composer mode support
2 parents f75ad34 + 25e4049 commit 2b9d5ea

File tree

395 files changed

+34500
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

395 files changed

+34500
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"config": {
3+
"classmap-authoritative": true,
4+
"prepend-autoloader": false
5+
},
6+
"require": {
7+
"ezyang/htmlpurifier": "^4.13"
8+
}
9+
}

Resources/Private/Php/Libraries/composer.lock

Lines changed: 73 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
// autoload.php @generated by Composer
4+
5+
require_once __DIR__ . '/composer/autoload_real.php';
6+
7+
return ComposerAutoloaderInit800730d4b04101d2d87884a83e898900::getLoader();

0 commit comments

Comments
 (0)