diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 16a077f..fc89a67 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1 @@ ko_fi: codemasher -custom: "https://www.paypal.com/donate?hosted_button_id=WLYUNAT9ZTJZ4" diff --git a/composer.json b/composer.json index c11cb0a..f039c99 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "ext-simplexml": "*", "ext-zlib": "*", "psr/http-client": "^1.0", - "psr/http-factory":"^1.0", + "psr/http-factory":"^1.1", "psr/http-message": "^1.1 || ^2.0" }, "require-dev": { @@ -52,12 +52,12 @@ }, "autoload": { "psr-4": { - "chillerlan\\HTTP\\Utils\\": "src/" + "chillerlan\\HTTP\\Utils\\": "src" } }, "autoload-dev": { "psr-4": { - "chillerlan\\HTTPTest\\Utils\\": "tests/" + "chillerlan\\HTTPTest\\Utils\\": "tests" } }, "scripts": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 1643892..dd17c21 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,8 +1,8 @@