File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11ko_fi : codemasher
2- custom : " https://www.paypal.com/donate?hosted_button_id=WLYUNAT9ZTJZ4"
Original file line number Diff line number Diff line change 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" : {
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" : {
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments