From b836c3a3556657ff298aeccdbcbb7f1911314010 Mon Sep 17 00:00:00 2001 From: Raja-Omer-Mustafa Date: Thu, 13 Oct 2022 16:00:54 +0500 Subject: [PATCH 1/3] update guzzlehttp/psr7 package to make it work with updated version of php --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 166886f7..cbc56969 100755 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "paquettg/string-encode": "~1.0.0", "php-http/httplug": "^2.1", "guzzlehttp/guzzle": "^7.0", - "guzzlehttp/psr7": "^1.6", + "guzzlehttp/psr7": "^2.0", "myclabs/php-enum": "^1.7" }, "require-dev": { From b76933073460fed72f7ded55e6608218cd3c8024 Mon Sep 17 00:00:00 2001 From: Raja-Omer-Mustafa Date: Wed, 8 Feb 2023 01:41:47 +0500 Subject: [PATCH 2/3] update dependencies --- composer.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index cbc56969..cd759ec0 100755 --- a/composer.json +++ b/composer.json @@ -24,15 +24,20 @@ "myclabs/php-enum": "^1.7" }, "require-dev": { - "phpunit/phpunit": "^7.5.1", - "mockery/mockery": "^1.2", - "infection/infection": "^0.13.4", - "phan/phan": "^2.4", - "friendsofphp/php-cs-fixer": "^2.16" + "phpunit/phpunit": "^10", + "mockery/mockery": "^1.5.1", + "infection/infection": "^0.26.19", + "phan/phan": "^5.4", + "friendsofphp/php-cs-fixer": "^3" }, "autoload": { "psr-4": { "PHPHtmlParser\\": "src/PHPHtmlParser" } + }, + "config": { + "allow-plugins": { + "infection/extension-installer": true + } } } From 5d1c017c916f6ce8991442f1bead60729919ed8d Mon Sep 17 00:00:00 2001 From: Raja-Omer-Mustafa Date: Wed, 8 Feb 2023 02:20:41 +0500 Subject: [PATCH 3/3] revert packages --- composer.json | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index cd759ec0..cbc56969 100755 --- a/composer.json +++ b/composer.json @@ -24,20 +24,15 @@ "myclabs/php-enum": "^1.7" }, "require-dev": { - "phpunit/phpunit": "^10", - "mockery/mockery": "^1.5.1", - "infection/infection": "^0.26.19", - "phan/phan": "^5.4", - "friendsofphp/php-cs-fixer": "^3" + "phpunit/phpunit": "^7.5.1", + "mockery/mockery": "^1.2", + "infection/infection": "^0.13.4", + "phan/phan": "^2.4", + "friendsofphp/php-cs-fixer": "^2.16" }, "autoload": { "psr-4": { "PHPHtmlParser\\": "src/PHPHtmlParser" } - }, - "config": { - "allow-plugins": { - "infection/extension-installer": true - } } }