diff --git a/composer.json b/composer.json index 166886f..a7b5693 100755 --- a/composer.json +++ b/composer.json @@ -1,33 +1,33 @@ { - "name": "paquettg/php-html-parser", + "name": "minasm/php-html-parser", "type": "library", - "description": "An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.", + "description": "An updated version of php-html-parser", "keywords": ["html", "dom", "parser"], - "homepage": "https://github.com/paquettg/php-html-parser", + "homepage": "https://github.com/minasm/php-html-parser", "license": "MIT", "authors": [ { - "name": "Gilles Paquette", - "email": "paquettg@gmail.com", - "homepage": "http://gillespaquette.ca" + "name": "Minas Miroglu", + "email": "braid_heading.0v@icloud.com", + "homepage": "http://www.gratas.co.uk" } ], "require": { - "php": ">=7.2", + "php": "^8.1", "ext-mbstring": "*", "ext-zlib": "*", "ext-curl": "*", "paquettg/string-encode": "~1.0.0", "php-http/httplug": "^2.1", - "guzzlehttp/guzzle": "^7.0", - "guzzlehttp/psr7": "^1.6", + "guzzlehttp/guzzle": "^7.2", + "guzzlehttp/psr7": "^2.4.1", "myclabs/php-enum": "^1.7" }, "require-dev": { - "phpunit/phpunit": "^7.5.1", + "phpunit/phpunit": "^9.5.10", "mockery/mockery": "^1.2", - "infection/infection": "^0.13.4", - "phan/phan": "^2.4", + "infection/infection": "^0.26", + "phan/phan": "^5.4.1", "friendsofphp/php-cs-fixer": "^2.16" }, "autoload": {