![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mautic.corals.io/vendor/exercise/htmlpurifier-bundle/ |
{ "name": "exercise/htmlpurifier-bundle", "type": "symfony-bundle", "description": "HTMLPurifier integration for your Symfony project", "keywords": ["htmlpurifier", "html", "purifier", "symfony"], "homepage": "https://github.com/Exercise/HTMLPurifierBundle", "license": "MIT", "authors": [ { "name": "contributors", "homepage": "https://github.com/Exercise/HTMLPurifierBundle/contributors" } ], "require": { "php": "^7.1.3 || ^8.0.0", "ezyang/htmlpurifier": "~4.14", "symfony/config": "~4.4 || ^5.0 || ^6.0", "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0", "symfony/http-kernel": "^4.4 || ^5.0 || ^6.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", "symfony/form": "^4.4 || ^5.0 || ^6.0", "symfony/phpunit-bridge": "^6.0", "twig/twig": "^1.35.0 || ^2.4.4 || ^3.0" }, "autoload": { "psr-4": { "Exercise\\HTMLPurifierBundle\\": "src/" } }, "autoload-dev": { "psr-4": { "Exercise\\HTMLPurifierBundle\\Tests\\": "tests/" } }, "config": { "sort-packages": true }, "extra": { "branch-alias": { "dev-master": "4.x-dev" } } }