File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <rule ref =" ../vendor/consistence/coding-standard/Consistence/ruleset.xml" />
44 <rule ref =" SlevomatCodingStandard.Files.TypeNameMatchesFileName" >
55 <properties >
6- <property name =" rootNamespaces" type =" array" value = "
7- src => VasekPurchart\Phing\CopyFiles,
8- tests => VasekPurchart\Phing\CopyFiles,
9- " / >
6+ <property name =" rootNamespaces" type =" array" >
7+ < element key = " src " value = " VasekPurchart\Phing\CopyFiles" />
8+ < element key = " tests " value = " VasekPurchart\Phing\CopyFiles" />
9+ </ property >
1010 </properties >
1111 <exclude-pattern >*/data/*.php</exclude-pattern >
1212 <exclude-pattern >*/exceptions/*Exception.php</exclude-pattern >
Original file line number Diff line number Diff line change 1515 "phing/phing" : " ~2.16"
1616 },
1717 "require-dev" : {
18- "consistence/coding-standard" : " 2.4 " ,
19- "jakub-onderka/php-console-highlighter" : " 0.3.2 " ,
18+ "consistence/coding-standard" : " 3.7 " ,
19+ "jakub-onderka/php-console-highlighter" : " 0.4 " ,
2020 "jakub-onderka/php-parallel-lint" : " 1.0" ,
21- "phpunit/phpunit" : " 6 .5.12 " ,
22- "vasek-purchart/phing-tester" : " 1.0.1 "
21+ "phpunit/phpunit" : " 7 .5.1 " ,
22+ "vasek-purchart/phing-tester" : " 2.0 "
2323 },
2424 "autoload" : {
2525 "psr-4" : {
Original file line number Diff line number Diff line change 1515 <log
1616 type=" coverage-html"
1717 target=" ../build/log/coverage/html"
18- charset=" UTF-8"
1918 lowUpperBound=" 100"
2019 highLowerBound=" 100"
2120 />
You can’t perform that action at this time.
0 commit comments