Skip to content

Commit

Permalink
:octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Jul 26, 2024
1 parent bc9b728 commit 9a7f193
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
ko_fi: codemasher
custom: "https://www.paypal.com/donate?hosted_button_id=WLYUNAT9ZTJZ4"
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="vendor/autoload.php"
cacheResultFile=".build/phpunit.result.cache"
cacheDirectory=".build/phpunit.cache"
colors="true"
>
<testsuites>
Expand Down

0 comments on commit 9a7f193

Please sign in to comment.