We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca32d18 commit 605c250Copy full SHA for 605c250
2 files changed
composer.json
@@ -16,12 +16,12 @@
16
},
17
"require-dev": {
18
"consistence/coding-standard": "3.7",
19
- "jakub-onderka/php-console-highlighter": "0.3.2",
+ "jakub-onderka/php-console-highlighter": "0.4",
20
"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"
+ "phpunit/phpunit": "7.5.1",
+ "symfony/console": "~4.0",
+ "symfony/debug": "~4.0",
+ "vasek-purchart/phing-tester": "2.0"
25
26
"autoload": {
27
"psr-4": {
tests/phpunit.xml
@@ -15,7 +15,6 @@
15
<log
type="coverage-html"
target="../build/log/coverage/html"
- charset="UTF-8"
lowUpperBound="100"
highLowerBound="100"
/>
0 commit comments