aboutsummaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2024-05-15 10:58:32 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-05-15 10:58:32 +0000
commit3639735d50ffe73ae6508cb9b33a394668cb1875 (patch)
tree2dd35039dd3c158e28bbaf4668afe2cd0c0ef8cf /composer.lock
parenta750752430955a2fe020bf9fd1714da4ad1ccfa3 (diff)
update caxy/php-htmldiff to 0.1.15, fixes #4167
Closes #4167 Merge request studip/studip!3005
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock71
1 files changed, 11 insertions, 60 deletions
diff --git a/composer.lock b/composer.lock
index b552d52..02eed92 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "d1e8c9d9fa6756344b84b026805f9d05",
+ "content-hash": "a63ea48b02fb5f560eaa7f4544fc340c",
"packages": [
{
"name": "algo26-matthias/idna-convert",
@@ -131,26 +131,27 @@
},
{
"name": "caxy/php-htmldiff",
- "version": "v0.1.9",
+ "version": "v0.1.15",
"source": {
"type": "git",
"url": "https://github.com/caxy/php-htmldiff.git",
- "reference": "4bad5c6a4ecc76954d37764e6a29273b6b7bf1f8"
+ "reference": "6342b02ddb86fd36093ad7e2db2efc21f01ab7cd"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/4bad5c6a4ecc76954d37764e6a29273b6b7bf1f8",
- "reference": "4bad5c6a4ecc76954d37764e6a29273b6b7bf1f8",
+ "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/6342b02ddb86fd36093ad7e2db2efc21f01ab7cd",
+ "reference": "6342b02ddb86fd36093ad7e2db2efc21f01ab7cd",
"shasum": ""
},
"require": {
+ "ext-dom": "*",
+ "ext-mbstring": "*",
"ezyang/htmlpurifier": "^4.7",
- "kub-at/php-simple-html-dom-parser": "^1.7",
- "php": ">=5.3.3"
+ "php": ">=7.3"
},
"require-dev": {
"doctrine/cache": "~1.0",
- "phpunit/phpunit": "~5.0"
+ "phpunit/phpunit": "~9.0"
},
"suggest": {
"doctrine/cache": "Used for caching the calculated diffs using a Doctrine Cache Provider"
@@ -185,9 +186,9 @@
],
"support": {
"issues": "https://github.com/caxy/php-htmldiff/issues",
- "source": "https://github.com/caxy/php-htmldiff/tree/v0.1.9"
+ "source": "https://github.com/caxy/php-htmldiff/tree/v0.1.15"
},
- "time": "2019-02-20T18:52:14+00:00"
+ "time": "2023-11-05T23:49:04+00:00"
},
{
"name": "davefx/phplot",
@@ -849,56 +850,6 @@
"time": "2022-11-12T10:09:40+00:00"
},
{
- "name": "kub-at/php-simple-html-dom-parser",
- "version": "1.9.1",
- "source": {
- "type": "git",
- "url": "https://github.com/Kub-AT/php-simple-html-dom-parser.git",
- "reference": "ff22f98bfd9235115c128059076f3eb740d66913"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Kub-AT/php-simple-html-dom-parser/zipball/ff22f98bfd9235115c128059076f3eb740d66913",
- "reference": "ff22f98bfd9235115c128059076f3eb740d66913",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.2"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "KubAT\\PhpSimple\\HtmlDomParser": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "S.C. Chen",
- "email": "me578022@gmail.com"
- },
- {
- "name": "Jakub Stawowy",
- "email": "Kub-AT@users.noreply.github.com"
- }
- ],
- "description": "PHP Simple HTML DOM Parser with namespace and PHP 7.3 compatible",
- "homepage": "http://simplehtmldom.sourceforge.net/",
- "keywords": [
- "Simple",
- "dom",
- "html"
- ],
- "support": {
- "issues": "https://github.com/Kub-AT/php-simple-html-dom-parser/issues",
- "source": "https://github.com/Kub-AT/php-simple-html-dom-parser/tree/master"
- },
- "time": "2019-10-25T12:34:43+00:00"
- },
- {
"name": "lcobucci/jwt",
"version": "5.2.0",
"source": {