Skip to content

Commit

Permalink
Merge pull request #1 from sabbelasichon/task/add-non-composer-instal…
Browse files Browse the repository at this point in the history
…lation

[TASK] Add ezyang/htmlpurifier library also directly, to provide non composer mode support
  • Loading branch information
mueller-sebastian authored Feb 25, 2021
2 parents f75ad34 + 25e4049 commit 2b9d5ea
Show file tree
Hide file tree
Showing 395 changed files with 34,500 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Resources/Private/Php/Libraries/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"config": {
"classmap-authoritative": true,
"prepend-autoloader": false
},
"require": {
"ezyang/htmlpurifier": "^4.13"
}
}
73 changes: 73 additions & 0 deletions Resources/Private/Php/Libraries/composer.lock

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

7 changes: 7 additions & 0 deletions Resources/Private/Php/Libraries/vendor/autoload.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

// autoload.php @generated by Composer

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

return ComposerAutoloaderInit800730d4b04101d2d87884a83e898900::getLoader();
Loading

0 comments on commit 2b9d5ea

Please sign in to comment.