Skip to content

Commit 9a7f193

Browse files
committed
:octocat:
1 parent bc9b728 commit 9a7f193

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/FUNDING.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
ko_fi: codemasher
2-
custom: "https://www.paypal.com/donate?hosted_button_id=WLYUNAT9ZTJZ4"

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"ext-simplexml": "*",
3232
"ext-zlib": "*",
3333
"psr/http-client": "^1.0",
34-
"psr/http-factory":"^1.0",
34+
"psr/http-factory":"^1.1",
3535
"psr/http-message": "^1.1 || ^2.0"
3636
},
3737
"require-dev": {
@@ -52,12 +52,12 @@
5252
},
5353
"autoload": {
5454
"psr-4": {
55-
"chillerlan\\HTTP\\Utils\\": "src/"
55+
"chillerlan\\HTTP\\Utils\\": "src"
5656
}
5757
},
5858
"autoload-dev": {
5959
"psr-4": {
60-
"chillerlan\\HTTPTest\\Utils\\": "tests/"
60+
"chillerlan\\HTTPTest\\Utils\\": "tests"
6161
}
6262
},
6363
"scripts": {

phpunit.xml.dist

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
3+
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
44
bootstrap="vendor/autoload.php"
5-
cacheResultFile=".build/phpunit.result.cache"
5+
cacheDirectory=".build/phpunit.cache"
66
colors="true"
77
>
88
<testsuites>

0 commit comments

Comments
 (0)