From 150ee8c380e09c55dbd75690ea0509caa9ea9198 Mon Sep 17 00:00:00 2001 From: bocharsky-bw Date: Wed, 19 Jan 2022 20:35:25 +0200 Subject: [PATCH 1/3] Fix tests: Lock php-http/httplug on latest v1 --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index d9a3be8..760c47c 100644 --- a/composer.json +++ b/composer.json @@ -29,6 +29,7 @@ "bamarni/composer-bin-plugin": "^1.3", "php-translation/translator": "^1.0", "php-http/curl-client": "^1.7 || ^2.0", + "php-http/httplug": "^1.1", "php-http/message": "^1.11", "php-http/message-factory": "^1.0.2", "symfony/console": "^4.4.20 || ^5.2.5", From 42c92edf6da5c3fd2800d155ffcdf46987e9ffb1 Mon Sep 17 00:00:00 2001 From: bocharsky-bw Date: Wed, 19 Jan 2022 21:34:27 +0200 Subject: [PATCH 2/3] Do not allow nyholm/symfony-bundle-test >=v1.8 that causes tests to fail --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 760c47c..dd0386c 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "matthiasnoback/symfony-dependency-injection-test": "^4.1", "matthiasnoback/symfony-config-test": "^4.1", "nyholm/psr7": "^1.1", - "nyholm/symfony-bundle-test": "^1.6.1" + "nyholm/symfony-bundle-test": "^1.6.1, <1.8" }, "suggest": { "php-http/httplug-bundle": "To easier configure your httplug clients." From 463655acb5e76d8bb937ad716fb4251951230618 Mon Sep 17 00:00:00 2001 From: bocharsky-bw Date: Wed, 19 Jan 2022 22:11:45 +0200 Subject: [PATCH 3/3] Remove php-http/httplug as a direct dependency --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index dd0386c..5d6a2f5 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,6 @@ "bamarni/composer-bin-plugin": "^1.3", "php-translation/translator": "^1.0", "php-http/curl-client": "^1.7 || ^2.0", - "php-http/httplug": "^1.1", "php-http/message": "^1.11", "php-http/message-factory": "^1.0.2", "symfony/console": "^4.4.20 || ^5.2.5",