Skip to content

Commit 80b743d

Browse files
committed
update dev dependencies
2 parents c23b64e + 1a8fda5 commit 80b743d

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

build.xml

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
checkreturn="true"
4040
>
4141
<arg value="install"/>
42-
<arg value="--no-suggest"/>
4342
</exec>
4443
</target>
4544

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"slevomat/coding-standard": "~6.0"
1717
},
1818
"require-dev": {
19-
"jakub-onderka/php-console-highlighter": "0.4",
20-
"jakub-onderka/php-parallel-lint": "1.0",
21-
"phing/phing": "2.16.1",
22-
"phpunit/phpunit": "7.5.1"
19+
"phing/phing": "2.17.2",
20+
"php-parallel-lint/php-console-highlighter": "1.0",
21+
"php-parallel-lint/php-parallel-lint": "1.3.2",
22+
"phpunit/phpunit": "8.5.25"
2323
},
2424
"autoload": {
2525
"psr-4": {

tests/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.phpunit.result.cache

tests/phpunit.xml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
beStrictAboutOutputDuringTests="true"
99
beStrictAboutTestsThatDoNotTestAnything="true"
1010
beStrictAboutTodoAnnotatedTests="true"
11+
convertDeprecationsToExceptions="true"
1112
failOnRisky="true"
1213
failOnWarning="true"
1314
>

0 commit comments

Comments
 (0)