diff --git a/composer.json b/composer.json index 0d803c245da87700cc4d9a574fff3ca74da4ed7e..70b30d885199fb35a88a5eedae217cb09c6749f3 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "phpxmlrpc/phpxmlrpc": "^4.9.0", "phpxmlrpc/extras": "^1.0.0-beta2", "algo26-matthias/idna-convert": "^3.0", - "caxy/php-htmldiff": "^0.1.9", + "caxy/php-htmldiff": "0.1.15", "phpseclib/phpseclib": "^3", "ext-gd": "*", "ext-gettext": "*", diff --git a/composer.lock b/composer.lock index b552d52558510b4dda57b1dbdf5f17a12c49c007..02eed92dec5de44084d1a2ec98a98e87322cd062 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", @@ -848,56 +849,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",