Skip to content
Snippets Groups Projects
Commit 3639735d authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

update caxy/php-htmldiff to 0.1.15, fixes #4167

Closes #4167

Merge request studip/studip!3005
parent a7507524
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
"phpxmlrpc/phpxmlrpc": "^4.9.0", "phpxmlrpc/phpxmlrpc": "^4.9.0",
"phpxmlrpc/extras": "^1.0.0-beta2", "phpxmlrpc/extras": "^1.0.0-beta2",
"algo26-matthias/idna-convert": "^3.0", "algo26-matthias/idna-convert": "^3.0",
"caxy/php-htmldiff": "^0.1.9", "caxy/php-htmldiff": "0.1.15",
"phpseclib/phpseclib": "^3", "phpseclib/phpseclib": "^3",
"ext-gd": "*", "ext-gd": "*",
"ext-gettext": "*", "ext-gettext": "*",
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "d1e8c9d9fa6756344b84b026805f9d05", "content-hash": "a63ea48b02fb5f560eaa7f4544fc340c",
"packages": [ "packages": [
{ {
"name": "algo26-matthias/idna-convert", "name": "algo26-matthias/idna-convert",
...@@ -131,26 +131,27 @@ ...@@ -131,26 +131,27 @@
}, },
{ {
"name": "caxy/php-htmldiff", "name": "caxy/php-htmldiff",
"version": "v0.1.9", "version": "v0.1.15",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/caxy/php-htmldiff.git", "url": "https://github.com/caxy/php-htmldiff.git",
"reference": "4bad5c6a4ecc76954d37764e6a29273b6b7bf1f8" "reference": "6342b02ddb86fd36093ad7e2db2efc21f01ab7cd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/4bad5c6a4ecc76954d37764e6a29273b6b7bf1f8", "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/6342b02ddb86fd36093ad7e2db2efc21f01ab7cd",
"reference": "4bad5c6a4ecc76954d37764e6a29273b6b7bf1f8", "reference": "6342b02ddb86fd36093ad7e2db2efc21f01ab7cd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-dom": "*",
"ext-mbstring": "*",
"ezyang/htmlpurifier": "^4.7", "ezyang/htmlpurifier": "^4.7",
"kub-at/php-simple-html-dom-parser": "^1.7", "php": ">=7.3"
"php": ">=5.3.3"
}, },
"require-dev": { "require-dev": {
"doctrine/cache": "~1.0", "doctrine/cache": "~1.0",
"phpunit/phpunit": "~5.0" "phpunit/phpunit": "~9.0"
}, },
"suggest": { "suggest": {
"doctrine/cache": "Used for caching the calculated diffs using a Doctrine Cache Provider" "doctrine/cache": "Used for caching the calculated diffs using a Doctrine Cache Provider"
...@@ -185,9 +186,9 @@ ...@@ -185,9 +186,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/caxy/php-htmldiff/issues", "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", "name": "davefx/phplot",
...@@ -848,56 +849,6 @@ ...@@ -848,56 +849,6 @@
}, },
"time": "2022-11-12T10:09:40+00:00" "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", "name": "lcobucci/jwt",
"version": "5.2.0", "version": "5.2.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment