File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 }
1919 },
2020 "require" : {
21- "dealerdirect/phpcodesniffer-composer-installer" : " ^0.7.0" ,
22- "doctrine/coding-standard" : " ^11 .0" ,
21+ "dealerdirect/phpcodesniffer-composer-installer" : " ^0.7.0||^1.0 " ,
22+ "doctrine/coding-standard" : " ^12 .0" ,
2323 "slevomat/coding-standard" : " ^8.4" ,
2424 "squizlabs/php_codesniffer" : " ^3.7"
2525 },
2626 "require-dev" : {
27- "phpunit/phpunit" : " ^9.5 "
27+ "phpunit/phpunit" : " ^10.1 "
2828 },
2929 "scripts" : {
3030 "tests" : [
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!-- http://www.phpunit.de/manual/current/en/appendixes.configuration.html -->
3- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" backupGlobals =" false" colors =" true" bootstrap =" tests/bootstrap.php" >
4- <coverage >
5- <include >
6- <directory suffix =" .php" >Brainbits/Sniffs</directory >
7- </include >
8- </coverage >
9- <testsuites >
10- <testsuite name =" bb" >
11- <directory >tests/Brainbits/Sniffs</directory >
12- </testsuite >
13- </testsuites >
14- </phpunit >
3+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.1/phpunit.xsd" backupGlobals =" false" colors =" true" bootstrap =" tests/bootstrap.php" >
4+ <coverage />
5+ <testsuites >
6+ <testsuite name =" bb" >
7+ <directory >tests/Brainbits/Sniffs</directory >
8+ </testsuite >
9+ </testsuites >
10+ <source >
11+ <include >
12+ <directory suffix =" .php" >Brainbits/Sniffs</directory >
13+ </include >
14+ </source >
15+ </phpunit >
You can’t perform that action at this time.
0 commit comments