diff --git a/composer.lock b/composer.lock deleted file mode 100644 index 764694b..0000000 --- a/composer.lock +++ /dev/null @@ -1,116 +0,0 @@ -{ - "_readme": [ - "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", - "This file is @generated automatically" - ], - "content-hash": "352fa94e01e2fb866732615455f59d6d", - "packages": [ - { - "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" - ], - "time": "2019-10-25T12:34:43+00:00" - }, - { - "name": "sunra/php-simple-html-dom-parser", - "version": "v1.5.2", - "source": { - "type": "git", - "url": "https://github.com/sunra/php-simple-html-dom-parser.git", - "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/75b9b1cb64502d8f8c04dc11b5906b969af247c6", - "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6", - "shasum": "" - }, - "require": { - "ext-mbstring": "*", - "php": ">=5.3.2" - }, - "type": "library", - "autoload": { - "psr-0": { - "Sunra\\PhpSimple\\HtmlDomParser": "Src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Sunra", - "email": "sunra@yandex.ru", - "homepage": "https://github.com/sunra" - }, - { - "name": "S.C. Chen", - "homepage": "http://sourceforge.net/projects/simplehtmldom/" - } - ], - "description": "Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.", - "homepage": "https://github.com/sunra/php-simple-html-dom-parser", - "keywords": [ - "dom", - "html", - "parser" - ], - "time": "2016-11-22T22:57:47+00:00" - } - ], - "packages-dev": [], - "aliases": [], - "minimum-stability": "stable", - "stability-flags": [], - "prefer-stable": false, - "prefer-lowest": false, - "platform": { - "php": ">=5.3.2", - "ext-mbstring": "*" - }, - "platform-dev": [], - "plugin-api-version": "1.1.0" -}