From 427e734c5a2263b909c77c225eb7072e678113c1 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Sat, 16 Mar 2024 09:29:13 +0100 Subject: [PATCH] cleanup branch alias and explicitly require legacy message-factory --- .gitignore | 2 +- composer.json | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 5727179..254ab37 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -/.php_cs.cache +/.php-cs-fixer.cache /composer.lock /phpunit.xml /vendor/ diff --git a/composer.json b/composer.json index e972831..d0a8ace 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,8 @@ "require-dev": { "phpunit/phpunit": "^8.0|^9.3", "php-http/client-integration-tests": "^3.0", - "phpspec/prophecy-phpunit": "^2.0" + "phpspec/prophecy-phpunit": "^2.0", + "php-http/message-factory": "^1.1" }, "provide": { "php-http/client-implementation": "1.0", @@ -36,11 +37,6 @@ "Http\\Adapter\\Guzzle7\\Tests\\": "tests/" } }, - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, "scripts": { "test": "@php vendor/bin/phpunit" }