File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
ko_fi : codemasher
2
- custom : " https://www.paypal.com/donate?hosted_button_id=WLYUNAT9ZTJZ4"
Original file line number Diff line number Diff line change 31
31
"ext-simplexml" : " *" ,
32
32
"ext-zlib" : " *" ,
33
33
"psr/http-client" : " ^1.0" ,
34
- "psr/http-factory" :" ^1.0 " ,
34
+ "psr/http-factory" :" ^1.1 " ,
35
35
"psr/http-message" : " ^1.1 || ^2.0"
36
36
},
37
37
"require-dev" : {
52
52
},
53
53
"autoload" : {
54
54
"psr-4" : {
55
- "chillerlan\\ HTTP\\ Utils\\ " : " src/ "
55
+ "chillerlan\\ HTTP\\ Utils\\ " : " src"
56
56
}
57
57
},
58
58
"autoload-dev" : {
59
59
"psr-4" : {
60
- "chillerlan\\ HTTPTest\\ Utils\\ " : " tests/ "
60
+ "chillerlan\\ HTTPTest\\ Utils\\ " : " tests"
61
61
}
62
62
},
63
63
"scripts" : {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<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"
4
4
bootstrap =" vendor/autoload.php"
5
- cacheResultFile =" .build/phpunit.result .cache"
5
+ cacheDirectory =" .build/phpunit.cache"
6
6
colors =" true"
7
7
>
8
8
<testsuites >
You can’t perform that action at this time.
0 commit comments