Jevix as a Composer package

This commit is contained in:
Alexander Yakovlev 2024-06-02 13:01:21 +06:00
parent b97adbe7e7
commit f2dee69211
Signed by: oreolek
GPG key ID: 8269E24B4008E32A
5 changed files with 66 additions and 1607 deletions

View file

@ -3,6 +3,7 @@
"phpstan/phpstan": "^1.11"
},
"require": {
"phpmailer/phpmailer": "^6.9"
"phpmailer/phpmailer": "^6.9",
"imaginaria/jevix": "^2.3"
}
}

65
composer.lock generated
View file

@ -4,8 +4,71 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "43b2d3abb449d0d66a0df29aec0ab9d3",
"content-hash": "2e64a3feae024789b8f871330647b4b9",
"packages": [
{
"name": "imaginaria/jevix",
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://github.com/ImaginariaLS/Jevix.git",
"reference": "e41d8e7ab9bb3f5e620b7a4c3eeb93c8e1d9f2a1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ImaginariaLS/Jevix/zipball/e41d8e7ab9bb3f5e620b7a4c3eeb93c8e1d9f2a1",
"reference": "e41d8e7ab9bb3f5e620b7a4c3eeb93c8e1d9f2a1",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=7.4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Imaginaria\\Jevix\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "ur001"
},
{
"name": "livestreet framework"
},
{
"name": "Bezumkin"
},
{
"name": "Roman Shamritskiy",
"email": "roman@litgroup.ru"
},
{
"name": "Evgeniy Borisov",
"email": "agel-nash@mail.ru"
},
{
"name": "Visman",
"email": "mio.visman@yandex.ru",
"homepage": "https://github.com/MioVisman"
},
{
"name": "Karel Wintersky",
"email": "karel.wintersky@gmail.com",
"homepage": "https://github.com/KarelWintersky"
}
],
"description": "Library for html filtering, forked for imaginaria project and AJUR-Media projects from Visman",
"support": {
"source": "https://github.com/ImaginariaLS/Jevix/tree/2.3.0"
},
"time": "2022-05-29T22:00:45+00:00"
},
{
"name": "phpmailer/phpmailer",
"version": "v6.9.1",

View file

@ -19,8 +19,6 @@
*
*/
require_once(Config::Get('path.framework.libs_vendor.server') . '/Jevix/jevix.class.php');
/**
* Модуль обработки текста на основе типографа Jevix
* Позволяет вырезать из текста лишние HTML теги и предотвращает различные попытки внедрить в текст JavaScript

View file

@ -1,2 +0,0 @@
Order Deny,Allow
Deny from all

File diff suppressed because it is too large Load diff