Skip to content

Commit 605c250

Browse files
committed
update dev dependencies
1 parent ca32d18 commit 605c250

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
},
1717
"require-dev": {
1818
"consistence/coding-standard": "3.7",
19-
"jakub-onderka/php-console-highlighter": "0.3.2",
19+
"jakub-onderka/php-console-highlighter": "0.4",
2020
"jakub-onderka/php-parallel-lint": "1.0",
21-
"phpunit/phpunit": "6.5.12",
22-
"symfony/console": "~3.0",
23-
"symfony/debug": "~3.0",
24-
"vasek-purchart/phing-tester": "1.0.1"
21+
"phpunit/phpunit": "7.5.1",
22+
"symfony/console": "~4.0",
23+
"symfony/debug": "~4.0",
24+
"vasek-purchart/phing-tester": "2.0"
2525
},
2626
"autoload": {
2727
"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)