Skip to content

Commit 7e9f971

Browse files
committed
update dev dependencies
1 parent 42571b1 commit 7e9f971

3 files changed

Lines changed: 8 additions & 9 deletions

File tree

build/cs-ruleset.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
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>

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
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": {

tests/phpunit.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<log
1616
type="coverage-html"
1717
target="../build/log/coverage/html"
18-
charset="UTF-8"
1918
lowUpperBound="100"
2019
highLowerBound="100"
2120
/>

0 commit comments

Comments
 (0)