diff --git a/composer.json b/composer.json index 166886f..5fb08ef 100755 --- a/composer.json +++ b/composer.json @@ -19,20 +19,24 @@ "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", "myclabs/php-enum": "^1.7" }, "require-dev": { - "phpunit/phpunit": "^7.5.1", + "phpunit/phpunit": "^10.0", "mockery/mockery": "^1.2", - "infection/infection": "^0.13.4", - "phan/phan": "^2.4", + "infection/infection": "^0.28", + "phan/phan": "*", "friendsofphp/php-cs-fixer": "^2.16" }, "autoload": { "psr-4": { "PHPHtmlParser\\": "src/PHPHtmlParser" } + }, + "config": { + "allow-plugins": { + "infection/extension-installer": false + } } }