File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44logs
55.php_cs.cache
66.phpunit.result.cache
7+ .phpunit.cache
78.DS_Store
Original file line number Diff line number Diff line change 2727 "email" : " luckysud4@gmail.com"
2828 },
2929 "require" : {
30- "php" : " >=7.1|^8.0" ,
30+ "php" : " >=7.1|^8.0|^8.1 " ,
3131 "guzzlehttp/guzzle" : " ^6.5.5|^7.0.1"
3232 },
3333 "require-dev" : {
34- "phpunit/phpunit" : " ^7.5|^8.4.0|^9.4"
34+ "phpunit/phpunit" : " ^7.5|^8.4.0|^9.4|^10.0 "
3535 },
3636 "extra" : {
3737 "branch-alias" : {
5555 }
5656 },
5757 "scripts" : {
58- "test" : " phpunit --colors=always"
58+ "test" : " phpunit --colors=always --display-deprecations --display-notices --display-warnings "
5959 }
6060}
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" colors =" true" bootstrap =" vendor/autoload.php" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3 /phpunit.xsd" convertDeprecationsToExceptions = " true " >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" colors =" true" bootstrap =" vendor/autoload.php" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0 /phpunit.xsd" cacheDirectory = " .phpunit.cache " >
33 <coverage >
44 <include >
55 <directory suffix =" .php" >./src/</directory >
You can’t perform that action at this time.
0 commit comments